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.
- Host: GitHub
- URL: https://github.com/tamilbotnet/qping
- Owner: tamilbotnet
- Created: 2018-03-09T15:49:08.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-03T07:35:27.000Z (almost 2 years ago)
- Last Synced: 2024-11-08T15:44:50.633Z (7 months ago)
- Language: Python
- Size: 829 KB
- Stars: 19
- Watchers: 3
- Forks: 14
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-repos - 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 u (Python)
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
```

