Skip to content

ns-cpp/URL-Scrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

URL-Scrapper

Tool for SQL Injection attacks

A tool that allows you to combine sites with potential SQL Injection vulnerability into a single .txt file using google dorks and use it in bulk vulnerability search tools

fix it for yourself

Remember to set the number of pages to be visit

for _ in range(5):

selectors can sometimes change. find the selector and fix it

search_results = driver.find_elements(By.XPATH, "//span[@jscontroller='msmzHf']/a")

usage

run code

  python main.py

text to be used to search for potentially vulnerable sites example.

  details.php?id=

About

Tool for SQL Injection attacks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages