Subchecker is a python tool designed to detect reachable subdomains of websites after then you enumerate possible subdomains. It helps pentesters, bug hunters, and developers to understand which subdomains are actually reachable and how many are accessible or not.
1- Kindly open your terminal and enter the below commands in order.
2- git clone https://github.com/zer0da/SubChecker.git
3- cd SubChecker
4- python3 subChecker.py -i /home/kali/Desktop/BugBounty/dns2-enum.txt
We have only one parameter.
-i or --input: You should enter your txt file. This txt file should include your subdomains. The program will check these subdomains' response codes.
