Skip to content

kozmer/FindFrontableDomains

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FindFrontableDomains

Modified version of FindFrontableDomains from rvrsh3ll/424f424f to 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 -d example.com --threads 20

Example Command: python3 FindFrontableDomains.py -c 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/kozmer/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 77.4%
  • Shell 22.6%