phantomzz71
Shounen Jump Specialist
2
MONTHS
2 2 MONTHS OF SERVICE
LEVEL 1
300 XP
This wasn't made by me actually, found it on another forum
Hi Guys, in this tutorial we will see how to install and use V3n0M-Scanner.It's a very advanced tool which scans dorks like SQLi Dumper, but v3n0m is 10 times faster and BUG-FREE!This means that you will save a lot of time and even get BETTER RESULTS!
Tired of Frustrating Bugs? Tired of switching the location of the VPN every minute? Welcome to V3n0M Scanner and Start Cracking like a pro!
1. GETTING KALI LINUX
At first, you will need to get a Kali Linux environment, but I am sure that 95+% of you are using Windows as Operating System.
I suggest you install Kali Linux on the VM. You should give it at least 17-20GB of memory to avoid errors.
However, v3n0m can be installed on other Linux Distro, but it's much more difficult.
2. DOWNLOADING AND INSTALLING THE SOFTWARE
V3n0M SCanner is available for free at https://github.com so we will need the "git" command to download it. To do so open the terminal and type this command:
apt-get install git
After having it installed, download v3n0m with this command:
git clone
Now install these packages to avoid errors related to python. Run the commands below:
apt-get install python-dev apt-get install python3-dev apt-get install python3-bs4
Enter the v3n0m scanner directory using this command:
cd V3n0M-Scanner/
Finally, we can install V3n0M-Scanner using this command:
python3 setup.py install --user
3. RUNNING THE PROGRAM and IMPORT YOUR DORKS
Before running the program you will need to enter the src directory, so (without exiting the V3n0M-Scanner/ dir) type:
cd src
Now you can run the program
Hi Guys, in this tutorial we will see how to install and use V3n0M-Scanner.It's a very advanced tool which scans dorks like SQLi Dumper, but v3n0m is 10 times faster and BUG-FREE!This means that you will save a lot of time and even get BETTER RESULTS!
Tired of Frustrating Bugs? Tired of switching the location of the VPN every minute? Welcome to V3n0M Scanner and Start Cracking like a pro!
1. GETTING KALI LINUX
At first, you will need to get a Kali Linux environment, but I am sure that 95+% of you are using Windows as Operating System.
I suggest you install Kali Linux on the VM. You should give it at least 17-20GB of memory to avoid errors.
However, v3n0m can be installed on other Linux Distro, but it's much more difficult.
2. DOWNLOADING AND INSTALLING THE SOFTWARE
V3n0M SCanner is available for free at https://github.com so we will need the "git" command to download it. To do so open the terminal and type this command:
apt-get install git
After having it installed, download v3n0m with this command:
git clone
You must upgrade your account or reply in the thread to view the hidden content.
apt-get install python-dev apt-get install python3-dev apt-get install python3-bs4
Enter the v3n0m scanner directory using this command:
cd V3n0M-Scanner/
Finally, we can install V3n0M-Scanner using this command:
python3 setup.py install --user
3. RUNNING THE PROGRAM and IMPORT YOUR DORKS
Before running the program you will need to enter the src directory, so (without exiting the V3n0M-Scanner/ dir) type:
cd src
Now you can run the program