VAnalyzer is a python tool designed to automate the reconnaissance or information gathering process. It helps penetration testers and bug hunters in the reconnaissance for the domain they are targeting. VAnalyzer works by automating the enumeration using many tools such as Dig, Nmap, Whois, Whatweb, Dirb, Nikto and NsLookup.
By using this tool you can also download the wordlists for hunting subdomains easily.
git clone https://github.com/cyberchiranjit/VAnalyzer.git
python3
As I have mentioned above that this tool works by automating the other tools. Hence, it's obvious that VAnalyzer depends on the tools such as Dig, Nmap, Whois, Whatweb, Dirb, Nikto and NsLookup. These dependencies can be installed using the file named requirements.sh.
After installing, to the directory named the VAnalyzer where VAnalyzer.py is present. Then, run the script using :-
python3 VAnalyzer.py
The current version is 0.1
This tool is created for the sole purpose of security awareness and education, it should not be used against systems that you do not have permission to test/attack. The author is not responsible for misuse or for any damage that you may cause. You agree that you use this software at your own risk.