Skip to content

Repository that contains a list of subdomains for bug bounty hunting

Notifications You must be signed in to change notification settings

KeyStrOke95/Hunt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Hunt

A repository that contains a list of subdomains for bug bounty hunting (for personal use)

Extraction

grep -o '"fullURL":"[^"]*' sub.json | awk -F '"' '{print $4}' | cut -d ":" -f1,2 > subdomains.json

About

Repository that contains a list of subdomains for bug bounty hunting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published