Skip to content

ethicalanuj/CertificateSubdomains

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

CertificateSubdomains

This script will give us subdomains from crt.sh

  1. Create a Virtual Environment (optional but recommended):
  • This ensures that you have an isolated environment for your project.
python3 -m venv venv
source venv/bin/activate
  1. Install Dependencies:
  • Install the required Python packages using pip.
pip install requests beautifulsoup4 chardet
  1. Run the Script:
  • You can run the script by specifying domains directly via the command line or by providing an input file.

Run the script with the -h flag to see the help message:

python crtsh.py -h

About

This script will give us subdomains from cert.sh

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages