Skip to content
View VHackenstance's full-sized avatar

Block or report VHackenstance

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. network_scanner network_scanner Public

    2: Get MAC and IP Addresses of all Clients on LAN.

    Python

  2. dns_spoof dns_spoof Public

    6. Target requests a Named Server. Redirect Target to our specified IP. HTTP only currently.

    Python

  3. arp_spoof arp_spoof Public

    3. Become onPath, Person in the Middle (PitM), between Target and Router. Reset on exit. HTTP only currently.

    Python

  4. replace_download replace_download Public

    7. Target selects a download link. Substitute this for our own download. HTTP only currently.

    Python

  5. packet_sniffer packet_sniffer Public

    4. Inspect packets from arp_spoof onParth. Filter PWs, UNs and urls. HTTP only currently.

    Python

  6. code_injector code_injector Public

    8. User requests HTML page. Inject our code into page as it loads. HTTP only currently.

    Python