/Hacker_Tool_Automation

This repo contains tools that hackers use for penetration testing and web hacking, DNS spoofing, MiTM, malware and more. It's made easy just for beginners.

Primary LanguagePython

Hacker-Tool-Automation

py

This repo is for the tools created for my Ethical Hacking path, contains previously used and proven python codes for beginners.

Install:

git clone "https://github.com/juancv3d/Hacker_Tool_Automation.git"

cd Hacker_Tool_Automation

pip install -r requirements.txt

Tools

Program Description
MAC Changer Changes MAC Address to user input
Network Scanner Scans network and discovers the IP and MAC address of all connected clients
Arp Spoofer Runs an arp spoofing attack to redirect the flow of packets in the network, allowing user to intercept data
Packet Sniffer Filters intercepted data and shows usernames, passwords, visited links, etc.
DNS Spoofer Redirects DNS requests, eg: redirects requests to from one domain to another.
File interceptor Replaces intercepted files with any file we want.
Code injector Injects code in intercepted HTML pages.
Arpspoof detector Detects ARP spoofing attacks.
Execute command payload Executes a system command on the computer it gets executed on.
Execute and report Executes a system command and reports result via email.
Download and execute payload Downloads a file and executes it on target system.
Download execute and report payload Downloads a file, executes it, and reports result by email.
Reverse backdoor Gives remote control over the system it gets executed on, allows us to
Keylogger Records key-strikes and sends them to us by email.
Crawler Discovers hidden paths on a target website.
Spider Maps the whole target website and discovers all files, directories and links.
Guess login Runs a wordlist attack to guess login information.
Extract forms Search for forms in a web to then extract them to submit data.
Vulnerability scanner Scans a target website for bugs and produces a report with all findings.
Socket Scanner Using multiproccessing we can search for open ports in a server