Skip to content

Welcome to the R3C0Nizer wiki!

Anon-Artist edited this page Dec 1, 2020 · 1 revision

Notes ✍️

  • Always enter the domain like a target.xyz
  • All outputs can be found in your home_directory/reconizer/target.xyz folder
  • You can run any module at any time you wish to do but for every target, you should complete the subdomain enumeration first (not applicable for 101 Scan).
  • Recommended: Update and upgrade your operating system.
  • Optional: Add API keys in the config of subfinder and findomain for tweaking performance.
  • Port scanner scan for specific ports and does not scan 80 and 443 so if the IP only contains these two ports then the result will not be produced for the IP. You can change this to a full scan by removing those mentioned ports in portscan.sh
  • Recursive scan is implemented in feroxbuster with a depth of 3 on all alive subdomains.
  • Do not look for Nmap and Naabu rust scan do the best.
  • Used feroxbuster instead of ffuf,wfuzz because feroxbuster is faster.

Notification Feature 💫

Added Telegram notification to notify completion of 101 Scan in a domain.

  • For this remove # from line 612 to 616 from src/101scan.sh
  • Copy .tgcreds from R3C0Nizer to home_directory/reconizer/.tgcreds
  • Create a private telegram channel and create a bot using @botfather (https://telegram.me/botfather) copy token and paste in .tgcreds
  • Add the bot to telegram channel set privilege as an admin.
  • Use /start to start bot inside the channel.
  • sudo apt-get install jq
  • curl -s -X POST https://api.telegram.org/bot<TOKEN>/getUpdates | jq .
  • This command will give chat id paste it in .tgcreds
  • Run 101 scan and enjoy notification feature

Authors and Thanks 😎

This script make use of tools developed by the following people/team