Skip to content

0xPugal/LinkHunter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

LinkHunter

Extract urls from robots.txt and sitemap.xml files

Installation

git clone https://github.com/0xPugazh/LinkHunter.git
cd LinkHunter/
pip3 install -r requirements.txt

Usage

python3 LinkHunter.py -u https://www.google.com -o google -robot -sitemap``

Help

    __    _       __        __  __            __           
   / /   (_)___  / /__     / / / /_  ______  / /____  _____
  / /   / / __ \/ //_/    / /_/ / / / / __ \/ __/ _ \/ ___/
 / /___/ / / / / ,<      / __  / /_/ / / / / /_/  __/ /    
/_____/_/_/ /_/_/|_|____/_/ /_/\__,_/_/ /_/\__/\___/_/     
                  /_____/                              @0xPugazh
        
          LinkHunter - URL Extraction Tool

options:
  -h, --help            Show this help message and exit
  -u URL, --url URL     Website URL
  -o OUTPUT, --output OUTPUT
                        Output file name prefix
  -robot, --robots      Extract URLs from robots.txt
  -sitemap, --sitemap   Extract URLs from sitemap.xml

Support Me

Buy Me A Coffee

About

Extract urls from robots.txt and sitemap.xml files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages