n3onhacks / httpdouche

httpDOUCHE is a tool to grab http responses and organize them. Best used after using a tool to gather subdomains (ex: SPEED RACER), you want to verify that they are giving a proper response code (ex: 200) before putting a large list into a scanner (ex: nuclei) to save time.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

httpDOUCHE

Usage: ./httpdouche ips.txt results.txt

httpDOUCHE v.2.1

httpDOUCHE logo

!FOLLOW INSTALLATION INSTRUCTIONS BELOW!

httpDOUCHE is a script written in BASH (Shell Script) to clean a list of gathered domains/subs to create a list targeting response codes across the 200s/300s prior to putting through a scanner (ex: nuclei) to save time. Written by n3on (@n3onhacks).

Videos

POC - Using httpDOUCHE Video:

https://www.youtube.com/watch?v=Cv3aUN5gSTg

Usage

./httpdouche.sh <ips.txt> <results.txt>

(Ex: ./httpdouche.sh ips.txt results.txt)

Installation Instructions

Requires Parallel

>>apt install parallel

>>cd /opt

>>git clone https://github.com/n3onhacks/httpdouche.git

>>chmod 777 -R httpdouche

>>cd httpdouche

>>./httpdouche.sh ips.txt results.txt

Version Control

Version 2.2 release

-Added HTTP/HTTPS

-Added Parallel

Version 2.1 release

-Added /subtxt folder for easy subm3rge tool use

Version 2.0 release

-Added multi-response grabbing capabilities

-Added folder creation/individual file creation by response
-Added advanced output/reporting capabilities

Version 1.0 release

-Initial release of httpDOUCHE

About

httpDOUCHE is a tool to grab http responses and organize them. Best used after using a tool to gather subdomains (ex: SPEED RACER), you want to verify that they are giving a proper response code (ex: 200) before putting a large list into a scanner (ex: nuclei) to save time.


Languages

Language:Shell 100.0%