Skip to content

Uses certificates to get subdomains and IP's, can be used to get hidden subdomains

Notifications You must be signed in to change notification settings

MrSol0/subdomains

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

SUBDOMAINS SEARCH

Description:

A new method to search for subdomains of many domains. can be used as a pentesting tool, this tool also gives you the IP addresses for those subdomains.

How to install & use:

This simple script was tested on Python 3.7, follow the steps to make it work. and requires two modules: Censys to search for the certificates and socket to get their IP

  • Signup in https://censys.io/ and get the userid and secret and put it inside the script
  • Install Python on your device.
  • install the modules using pip install censys socket
  • Start the script using python subdomains.py
  • Input the domain name you want to test without www or http:// example: google.com

About

Uses certificates to get subdomains and IP's, can be used to get hidden subdomains

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages