Skip to content

Here are some of ethical hacking tools and scripts in python.

License

Notifications You must be signed in to change notification settings

deathook007/Ethical-Hacking-Tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Screenshot-1

Ethical Hacking Tools 🐱‍💻

1. MAC Changer

  • A simple and 100% secure script to change mac address effectively.
  • python and python3 compatible.
  • Usage - python3 mac_changer.py --help / python mac_changer.py --help
  • Example - python3 mac_changer.py -i eth0 -m 00:11:22:33:44:55 / python mac_changer.py -i eth0 -m 00:11:22:33:44:55

ScreenShots Below 👇

Screenshot-1

2. Fast Network Scanner

  • A simple and fast script to discover networks on same route.
  • Response time < 5 sec
  • python3 supported.
  • Usage - python3 network_scanner.py --help
  • Example - python3 network_scanner.py -t XXX.YYY.ZZZ.1/24
  • XXX.YYY.ZZZ.1/24 is your IP address.

ScreenShots Below 👇

Screenshot-1

Releases

No releases published

Packages

No packages published

Languages