Noobs Python script to automate your reconnaissance and get result on your slack.
-
Create a slack workspace
-
Generate slack token from : https://api.slack.com/custom-integrations/legacy-tokens
-
Generate webhook token from here : https://api.slack.com/incoming-webhooks
-
Set slack_token & slack_hook in config.json
slack_token=XXX-XXX slack_hook=XXX-XXX
-
Create below channels in your workspace
subdomains uphost subdomain-takeover screenshots nmap directories nuclei gau
- git clone https://github.com/VitthalS/Recon-Slayer.git
- chmod +x tools.sh
- ./tools.sh
- Add slack token and webhook in config.js
python3 slayer.py example.com
Result will be saved in ~/recon/example.com/
If you want to see the screenshots from your VPS you can use ssslide
- Add S3 Scanner
- Add subjs
- Added gau support to collect urls.
- Added nuclei support
- Replaced httprobe with httpx
- Added
-b
flag to dirsearch - Replaced webscreenshot with gowitness