Skip to content

benzetaa/extract-subdomain-browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

🎁 Make your own top-subdomains wordlist from Firefox and Brave history:

grep -Pao "(http|https)://[a-zA-Z0-9]+"  ~/.config/BraveSoftware/Brave-Browser/*/History |  sort -u | sed -E 's/(http:\/\/|https:\/\/)//g' | sort -u
grep -Pao "(http|https)://[a-zA-Z0-9]+" ~/snap/firefox/common/.mozilla/firefox/*/places.sqlite |  sort -u | sed -E 's/(http:\/\/|https:\/\/)//g' | sort -u

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published