Net-Zapper is a vulnerability assessment and brute force password cracking tool written in python v2.7.
It requires various libraries to be downloaded for python and are listed below:
- Scapy
- itertools
- paramiko
- colorama
All above mentioned libraries are installed by default in Kali Linux. For other OS libraries should be downloaded and installed using pip install and easy_install.
Net-Zapper can be used for host discovery, ports scanning, os detection and brute force password cracking including passwords dictionary creation based on custom character set. Default character set for passwords dictionary is set to chars [a-z] .
Use this tool for EDUCATIONAL PURPOSES ONLY .