Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.06 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.06 KB

This python scripts filters the results from the Sublist3r and sorts that to a list of responding web sub-domains

It does the following by :

  1. Reading the output file from sublist3r
  2. Make a sorted list without explict information
  3. Performs a ping test to each host
  4. Adds all the responding hosts to an output file

/***********************************************
** Note : This Script only works with python3 **
***********************************************/

How to run this script :
python3 subDomainFilter.py [-i/--input] <name_of_the_input_file> [-o/--output] <name_of_the_output_file>

Python Command :

short verbose : short verbose



verbose containing complete arguments : verbose containing complete arguments



verbose containing complete arguments and file dir : verbose conatining complete arguments and file dir