An open API service indexing awesome lists of open source software.

https://github.com/tamilbotnet/qping

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 the subdomain list which is provided by subdomain enumeration tool and gives the online subdomain list separately for bug bounty.
https://github.com/tamilbotnet/qping

Last synced: about 1 month ago
JSON representation

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 the subdomain list which is provided by subdomain enumeration tool and gives the online subdomain list separately for bug bounty.

Awesome Lists containing this project

README

        

# 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
``` bash
git clone https://github.com/tamilbotnet/qping.git
```
Your URL has to be given above.
Now navigate to qping directory
``` bash
cd qping
```
Now you can run qping
``` bash
Python qping.py subdomainlist.txt
```
![Alt text](https://github.com/tamilbotnet/qping/blob/master/img/2.png?raw=true " Step 2")

![Alt text](https://github.com/tamilbotnet/qping/blob/master/img/1.png?raw=true " Step 1")