- Thread Author
- #1
Best software for lazy people like me getting urls. It doesn't require any proxies or constantly changing vpn ips like sql dumper. For your safety use RDP server or atleast vpn running on your windows pc.
[hide]1.First of all make sure Virtualization is enabled in your BIOS otherwise virtualbox won't work with this disabled.
2.Download virtualbox from here.
3.Choose this
4.Install it.
5.Download kali linux from here.
6.Watch this well explained video how to install kali linux here.
7.After installing kali linux open kali linux console.
8.Now write down everything into the terminal step by step. Avoid closing the terminal when installing everything!
Code:
sudo su
Code:
sudo apt-get update
Code:
sudo apt-get install python3-pip
Code:
sudo apt-get install nano
Code:
cd
Code:
cd /home
Code:
git clone https://github.com/v3n0m-Scanner/V3n0M-Scanner.git
Code:
cd V3n0M-Scanner/
Code:
python3 setup.py install --user
After it gets installed you can run it.
Code:
cd src
Code:
python3 v3n0m.py
If you installed it correctly you should see this.
9.Press 0 to exit.
Now you need to remove default dorks and add your own dorks, i'll show you how. (DON'T CLOSE THE TERMINAL YET)
Code:
cd lists
Code:
nano d0rks
Ctrl+6 - to set a mark
Ctrl+/ - move to X line d0rk
Ctrl+v - goes to the end of the file
Ctrl+k - delete everything
10.Paste your dorks into the terminal and press ctrl+x and press y and enter.
11.If you did everything like me you can the start the program with your dorks!
Code:
cd
Code:
cd /home/V3n0m-Scanner/src
Code:
python3 v3n0m.py
Hope this tutorial helped you! =)
[/hide]