Skip to content

the-maux/Recon4Poor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Combine multiple tools to search subdomain in a efficient way, runnable externaly in C.I or external VPS.

Usage

Usage with from GithubActions

- Fork the project
- Go to the project settings and set the varriables (TARGET, DEPTH & GMAIL_TOKEN)
- Run the actions (or push a commit with a message start with "SCAN" :)

Local usage:

Result will be in results.txt

    git pull origin develop
    docker build recoon4poor:latest . && docker run -e TARGET=$TARGET recoon4poor:ltest

⚠️ Working on Linux & Mac OS X versions only

Image is hosted directly under ghcr.io/the-maux/recoon4poor:latest So you can just do a

id
docker run -e TARGET=foo.com recoon4poor:latest

TODO: Put a graphic with tools comparaison TODO: explain difference with the multiples DEPTH and usae of GMAIL_TOKEN TODO: Gif exemple of an execution

Thanks to all the makers <3 :

Inspired by KathanP19 in bash & Go: https://github.com/KathanP19/JSFScan.sh

https://medium.com/@sherlock297/how-to-check-subdomains-are-active-or-not-91fd75e3e412

docker run -ite TARGET=target.com -v "pwd/src:/opt/recoon/src" recoon4poor:local python src/main.py

https://cheatsheet.haax.fr/web-pentest/tools/nuclei/

subfinder -d domain.com -silent -all | httpx -silent | nuclei -tags xss -exclude-severity info -rl 20 -c 10 -o result_xss.txt