Skip to content
forked from si9int/cc.py

Extracting URLs of a specific target based on the results of "commoncrawl.org"

License

Notifications You must be signed in to change notification settings

helcaraxeals/cc.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

cc.py

Extracting URLs of a specific target based on the results of "commoncrawl.org"

Usage

cc.py [-h] domain

positional arguments:
  domain      domain which will be crawled for

optional arguments:
  -h, --help  show this help message and exit

Example

python3 cc.py github.com
cat github.com.txt | grep user

Dependencies

  • Python3

About

Extracting URLs of a specific target based on the results of "commoncrawl.org"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%