Skip to content

qping: qping is simple python tool for finding bunch of live subdomains.Generally subdomain enumeration tools (Eg. Sublister) provide a list that consists of both Live and down subdomains. Hence the user time will be wasted to separate the live sub domains alone. So we have introduced this simple qping tool to get the live subdomains. qping read…

Notifications You must be signed in to change notification settings

tamilbotnet/qping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

qping

qping: qping is simple python tool for finding bunch of live subdomains.Generally subdomain enumeration tools (Eg. sublist3r) provide a list that consists of both Live and down subdomains. Hence the user time will be wasted to separate the live sub domains alone. So we have introduced this simple qping tool to get the live subdomains. qping read the subdomain list which is provided by subdomain enumeration tool and gives the online subdomain list separately for bug bounty. -http://www.tamilbotnet.com/

Supported OS:

Linux and Windows

Pre requisites:

• Python

• requests module needs to be installed.

Installation:

pip install requests

To run the file

git clone https://github.com/tamilbotnet/qping.git 

Your URL has to be given above. Now navigate to qping directory

cd qping

Now you can run qping

Python qping.py subdomainlist.txt

Alt text

Alt text

About

qping: qping is simple python tool for finding bunch of live subdomains.Generally subdomain enumeration tools (Eg. Sublister) provide a list that consists of both Live and down subdomains. Hence the user time will be wasted to separate the live sub domains alone. So we have introduced this simple qping tool to get the live subdomains. qping read…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages