Skip to content

bbhunter/FindFrontableDomains

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FindFrontableDomains

Search for potential frontable domains

Based on information found here: https://www.bamsoftware.com/papers/fronting/

Getting Started:

$ sudo ./setup.sh

Example Command: python3 FindFrontableDomains.py --domain example.com --threads 20

Example Command: python3 FindFrontableDomains.py --check ajax.microsoft.com

Installing within a virtual environment ( no root needed )

$ python3 -m virtualenv venv
$ source venv/bin/activate
$ cd venv
$ git clone https://github.com/rvrsh3ll/FindFrontableDomains
$ cd FindFrontableDomains
$ ./setup.sh --venv

About

Search for potential frontable domains

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.1%
  • Shell 5.9%