Skip to content

De-scraper is a python tool that crawl any url with with the keyword you input, this tool helps penetration testers and bug bounty hunters find links in the html of the url.

License

Notifications You must be signed in to change notification settings

victoribe01/De-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

De-scraper

######### #    ##########         ########   #  ####  ######    ####     ######  ######## ######
###         #  #                 #          #         #     #  #    #    #     # #        #     #
###          # ##########   ###   #######  #          # ####  ########   ######  ######## # ####
###         #  #            ###          #  #         # #    #        #  #       #        #  #
######### #    ##########         #######    #  ####  #   # #          # #       ######## #    #
                             
                                          DE-SCRAPER
                                  Author: ibe Victor @victoribe

De-scraper is a python tool that crawl any url with with the keyword you input, this tool helps penetration testers and bug bounty hunters find links in the html of the url.

Usage

$ git clone https://github.com/victoribe01/De-scraper.git
$ pip install -r requirements.txt (or pip3 install -r requirements.txt if you're using Python3)
$ python De-scraper.py 

Enter the URL you would like to scrape: https://example.com

Enter the keyword you want to search for: privacy

Enter the crawling depth (e.g., 2): 2

Starting crawl...

Keyword 'privacy' found at: https://example.com/privacy-policy

Keyword in URL: https://example.com/privacy-policy

Found URL: https://example.com/terms

Found URL: https://example.com/contact

About

De-scraper is a python tool that crawl any url with with the keyword you input, this tool helps penetration testers and bug bounty hunters find links in the html of the url.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages