Skip to content

sakshambedi/sublist3r-filterSubDomains

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Sublist3r web links filter

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages