Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/febinrev/quester
QUESTER is a Web Pentesting & Bug Bounty Recon tool which queries URLs / Subdomains from the given list of URLs or subdomains.
https://github.com/febinrev/quester
Last synced: 3 months ago
JSON representation
QUESTER is a Web Pentesting & Bug Bounty Recon tool which queries URLs / Subdomains from the given list of URLs or subdomains.
- Host: GitHub
- URL: https://github.com/febinrev/quester
- Owner: febinrev
- License: gpl-3.0
- Created: 2021-02-12T09:43:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-02T08:05:08.000Z (over 3 years ago)
- Last Synced: 2024-06-07T00:32:04.585Z (5 months ago)
- Language: Shell
- Homepage:
- Size: 2 MB
- Stars: 18
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - febinrev/quester - QUESTER is a Web Pentesting & Bug Bounty Recon tool which queries URLs / Subdomains from the given list of URLs or subdomains. (Shell)
README
# QU35T3R
### QUESTER is a Web Pentesting & Bug Bounty Recon tool which queries URLs / Subdomains from the given list of URLs or Subdomains.
Compatible with other tools like Subfinder, waybackurls, sublist3r:
subfinder -d target.com -silent > subdomains.txt &&
echo target.com | waybackurls > urls.txt./quester.sh -all urls.txt
./quester.sh -subdomains subdomains.txt
----------------------------------------------------------------------------------------------------------------------------------------------
<------------>
< QU35T3R > Author: Febin. Twitter: twitter.com/febinrev
<------------>
Usage:
./quester.sh -h #Help Message./quester.sh [options]
./quester.sh -all urls.txt # crawls over the given URLs and prints status
./quester.sh all urls.txt
./quester.sh -match-code urls.txt # Matches URLs according to the given http status code
./quester.sh -match-length urls.txt # Matches URLs according to the Content Length
./quester.sh -endpoints urls.txt # Extracts Endpoints from Given URLs
./quester.sh -endpoints -url http://target.com/index # Extracts Endpoints from Given URL
./quester.sh -subdomains subdomains.txt # Extracts Valid SubDomains, Compatible with subfinder
./quester.sh -parameters urls.txt # Extracts Input Parameters from the given list of URLs
./quester.sh -parameters -url http://target.com/index # Extracts Parameters from the given URL
./quester.sh -shodan domains.txt # Searches the domains in Shodan database
./quester.sh -shodan -domain target.com # Searches the given domain in Shodan
./quester.sh -cms # Detects the CMS of given URL------------------------------------------------------------------------------------------------------------------------------------------------
![help](https://github.com/febinrev/quester/raw/main/screenshots/help1.png)Examples:
![URL_match](https://github.com/febinrev/quester/raw/main/screenshots/urls.png)
![subdomains](https://github.com/febinrev/quester/raw/main/screenshots/subdomains.png)
![Endpoints](https://github.com/febinrev/quester/raw/main/screenshots/endpoints.png)
![Parameters](https://github.com/febinrev/quester/raw/main/screenshots/params.png)
![Shodan](https://github.com/febinrev/quester/raw/main/screenshots/shodan.png)
![Shodan_list](https://github.com/febinrev/quester/raw/main/screenshots/shodan_list.png)
![CMS](https://github.com/febinrev/quester/raw/main/screenshots/cms.png)