Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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)