Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rvrsh3ll/findfrontabledomains
Search for potential frontable domains
https://github.com/rvrsh3ll/findfrontabledomains
Last synced: 4 days ago
JSON representation
Search for potential frontable domains
- Host: GitHub
- URL: https://github.com/rvrsh3ll/findfrontabledomains
- Owner: rvrsh3ll
- License: bsd-3-clause
- Created: 2017-04-24T00:24:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-22T11:39:46.000Z (over 1 year ago)
- Last Synced: 2024-05-02T01:53:23.513Z (6 months ago)
- Language: Python
- Size: 31.3 KB
- Stars: 597
- Watchers: 25
- Forks: 107
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FindFrontableDomains
Search for potential frontable domainsBased 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
```