Urlhunter is a recon tool that allows searching on URLs that are exposed via shortener services such as bit.ly and goo.gl. The project is written in Go.
How?
A group named URLTeam (kudos to them) are brute forcing the URL shortener services and publishing matched results on a daily basis. urlhunter downloads their collections and lets you analyze them.
Installation
You can download the pre-built binaries from the releases page and run. For example:
tar xzvf urlhunter_0.1.0_Linux_amd64.tar.gz
./urlhunter --help
go get -u github.com/utkusen/urlhunter
Note For The Windows Users: urlhunter uses XZ Utils
which is pre-installed on Linux and macOS systems. For Windows systems, you need to download it from https://tukaani.org/xz/
Usage
-keywords
, -date
and -o
.urlhunter -keywords keywords.txt -date 2020-11-20 -o out.txt
acme.com
keyword will both match https://acme.com/blabla
and https://another.com/?referrer=acme.com
AND
logic. Which means, a URL must include all the provided keywords. Keywords must be separated with ,
character. For example:acme.com,admin
will match https://acme.com/secret/adminpanel
but won’t match https://acme.com/somethingelse
regex
string. The format is: regex REGEXFORMULA
. For example:regex 1\d{10}
will match https://example.com/index.php?id=12938454312
but won’t match https://example.com/index.php?id=abc223
-date latest
-date 2020-11-20
-date 2020-11-10:2020-11-20
-o
parameter. For example -o out.txt
Demonstration Video
This repo contains all variants of information security & Bug bounty & Penetration Testing write-up…
site:*/sign-in site:*/account/login site:*/forum/ucp.php?mode=login inurl:memberlist.php?mode=viewprofile intitle:"EdgeOS" intext:"Please login" inurl:user_login.php intitle:"Web Management Login" site:*/users/login_form site:*/access/unauthenticated site:account.*.*/login site:admin.*.com/signin/…
Matrix is an open network for secure and decentralized communication. Users from every Matrix homeserver…
Linux Security And Monitoring Scripts are a collection of security and monitoring scripts you can…
A fiber is a unit of execution that must be manually scheduled by the application…
XSS Exploitation Tool is a penetration testing tool that focuses on the exploit of Cross-Site…