Skip to content
View OBrutus's full-sized avatar
😜
Finally you caught me!
😜
Finally you caught me!

Block or report OBrutus

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
OBrutus/README.md

Hi 👋 I'm Aniket Vaishnav

A passionate software developer from India


Pinned Loading

  1. Games Public

    A list of Logical games to play for logical thinking

    C++ 2

  2. DayUpdate-with-ML Public

    Day to day news updates and analysis upon it.

    HTML 2

  3. KodeLoad/DataMining Public archive

    Python 2

  4. DllHijacking Public

    A simple application to demonstrate DLL Hijacking, implemented with C#

    C# 1

  5. OfflineDictionary Public

    An offline Dictionary with help of python. On start terminal word (along with meaning). Add / delete words from word base along with meaning(s)

    Python 6

  6. Simple port scanner in python using ...
    1
    '''
    2
    ## uncomment this if don't have nmap installed
    3
    import os
    4
    os.system('pip3 install python-nmap')
    5
    '''