Wednesday, December 13, 2017

V3n0M - Web Vulnerability Scan Tool



Vulnerability Scanner for SQLi/XSS/LFI/RFI  

V3n0M is a free and open source scanner. Evolved from baltazar's scanner, it has adapted several new features that improve fuctionality and usability. It is mostly experimental software.
This program is for finding and executing various vulnerabilities. 

https://github.com/v3n0m-Scanner/V3n0M-Scanner

Install note

Clone the repository:
$ git clone https://github.com/v3n0m-Scanner/V3n0M-Scanner.git
Then go inside:
$ cd V3n0M-Scanner/
Then install it:
$ python3 setup.py install --user


Note for Ubuntu : Please make sure you have installed --> 
sudo apt-get install python3-bs4 and apt-get install python3-setuptools
                   
For Kali : Please make sure  installed --> 
apt-get install python3-dev apt-get install python-dev