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] .
Lets Start With Install Vulnerability assessment tool
Step 1 :- Download or a clone from Github.
git clone https://gith*ub.com/NetZapper/NetZapper.git
Step 2 :-Give a Execution writes ,permissions and Install it.
chmod +x Net_Zapper_1.py./Net_Zapper_1.py
Step 3 :-Eneter Choice 1 for Hosts Discovery
Read More :- http://www.techtrick.in/description/3548-how-to-install-vulnerability-assessment-tool-netzapper
No comments:
Post a Comment