Skip to content

A Minimal Yet Powerful Crawler for Extracting all The Internal/External/Fuzz-able Links from a website

License

Notifications You must be signed in to change notification settings

r3dxpl0it/Damn-Small-URL-Crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Damn Small URL Crawler

Minimal But Powerful Crawler for Extracting all The Internal/External/Fuzz-able Links from a website it can also crawl until 2 depth for each link given. This Script is Used for Penetration-Testing and During Ethical Hacking Engagements

Usage

Instalation

git clone https://github.com/r3dxpl0it/Damn_Small_URL_Crawler && cd Damn_Small_URL_Crawler && pip install -r requirements.txt

Examples
  • Normal Crawl python3 dsuc.py -u http://testsite.com
  • Show Fuzzable Links python3 dsuc.py -u http://testsite.com -f
  • Show External Links python3 dsuc.py -u http://testsite.com -e
  • DeepCrawl and Show Fuzzable Links python3 dsuc.py -u -d http://testsite.com -f

About

A Minimal Yet Powerful Crawler for Extracting all The Internal/External/Fuzz-able Links from a website

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages