• We just launched and are currently in beta. Join us as we build and grow the community.

Dorks SQLi/Dorks Method/Tut A Step-by-Step Guide to Using V3n0M-Scanner for SQLi Injection🐍

maxpawer20

Privacy Consultant
M Rep
0
0
0
Rep
0
M Vouches
0
0
0
Vouches
0
Posts
43
Likes
47
Bits
2 MONTHS
2 2 MONTHS OF SERVICE
LEVEL 1 400 XP
  • If you're using Windows as your operating system, the best way to access a Kali Linux environment is by creating a Linux Virtual Machine (VM). A VM allows you to run a separate operating system within your Windows environment. Full guide here - (https://telegra.ph/How-to-install-Kali-Linux-on-VirtualBox-07-18)
  • If you're new to the concept of a VM, simply search "What is a Virtual Machine" on Google to learn more about it. For help with creating a VM, there are plenty of tutorials available on YouTube that can guide you through the process.
  • Once your VM is set up, it's recommended to install Kali Linux on it. Allocate at least 17-20GB of memory to ensure smooth functioning and avoid potential errors during installation.
Step 2: Downloading and Installing V3n0M-Scanner
V3n0M-Scanner is available for free on GitHub. To download it, we will need the "git" command. Open the terminal and type the following command to install git:
apt-get install git After installing git, download V3n0M-Scanner using the following command:
git clone
You must upgrade your account or reply in the thread to view hidden text.
To prevent errors related to Python, install the necessary packages with the following commands:
arduino
apt-get install python-dev
apt-get install python3-dev
apt-get install python3-bs4
Navigate to the V3n0M-Scanner directory using this command:
cd V3n0M-Scanner/ Finally, install V3n0M-Scanner using this command:
python3 setup.py install --user
Step 3: Running the Program and Importing Your Dorks
Before running the program, enter the src directory by typing:
cd src Now you can run the V3n0M-Scanner using the command:
python3 v3n0m.py The main menu of V3n0M-Scanner will be displayed.
To load your dorks, you'll need to install the "nano text editor." Use this command to install nano:
apt-get install nano While still in the src directory, access the "lists" directory using this command:
cd lists In the "lists" directory, you'll find a file named "d0rks." Edit this file to add your own dorks using the nano text editor:
nano d0rks
  • Delete the default dorks present in the file. To do this, use the following commands:
  • Press Ctrl+6 to set a mark
  • Press Ctrl+/ to open a menu
  • Press Ctrl+v to navigate to the end of the file
  • Press Ctrl+k to delete everything
  • Paste your dorks into the nano editor.
  • Save and exit the nano text editor by typing:
  • Press Ctrl+x
  • Press 'y'
  • Press Enter
Step 4: Scanning Dorks with V3n0M-Scanner
  • In the main menu, select the first option "Dork and Vuln Scan" by typing 1 and pressing Enter.
  • Choose a target domain for your dorks if necessary, otherwise press Enter.
  • The program will ask how many dorks you want to scan. You can choose a specific number, or 0 to scan all the dorks from the d0rks file.
  • Select the number of threads based on your internet speed. If you have a decent internet connection (4+ Mb/s), you can use 500 threads. Otherwise, adjust the number accordingly.
  • Choose the number of pages from the search engine (bing) to be scanned. A recommended option is to pick 25 or 50 pages.
  • The scanning process will begin.

 

422,212

310,551

310,560

Top