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. change_mac change_mac Public

    Component 1: Change the MAC Address of an interface. Both the interface and the new MAC address are specified by the User.

    Python

  2. network_scanner network_scanner Public

    Component 2: Broadcast to an IP Range, specified by the User, and return the MAC Address and the IP Address of all Clients on the Network

    Python

  3. dns_spoof dns_spoof Public

    Component 6. In theory, a target requests to go to a named server. We return our own IP address, redirecting the target to another server than the one requested.

    Python

  4. arp_spoof arp_spoof Public

    Component 3. Perform opening of an On Path attack. Make a Target and a Router think you are the Target & Router, funnel traffic through your machine. Then reset.

    Python

  5. replace_download replace_download Public

    Component 7. HTTP only currently. Intercept a file being downloaded on a remote machine and replace it with my own.

    Python

  6. code_injector code_injector Public

    Component 8. Inject some code into a website.

    Python