TugaRecon Fast Subdomains Enumeration Tool for Penetration Testers
TugaRecon Fast Subdomains Enumeration Tool for Penetration Testers

TugaRecon: Fast Subdomains Enumeration Tool for Penetration Testers

tugarecon is a python tool designed to enumerate subdomains using modules. It helps penetration testers and bug hunters collect and gather subdomains for the domain they are targeting. Bruteforce was integrated was a module to increase the possibility of finding more subdomains using bruteforce with an improved wordlist. TugaRecon, tribute to Portuguese explorers reminding glorious past of this country.

During the 15th and 16th centuries, Portuguese explorers were at the forefront of European overseas exploration, which led them to reach India, establish multiple trading posts in Asia and Africa, and settle what would become Brazil, creating one of the most powerful empires.

Screenshots

TugaRecon Screen 1
TugaRecon Screen 1
TugaRecon Screen 2
TugaRecon Screen 3
TugaRecon Screen 3

Installation

git clone https://github.com/LordNeoStark/tugarecon.git

Usage

    python3 tugarecon.py -d google.com
    python3 tugarecon.py -d google.com --enum ssl
    python3 tugarecon.py -d google.com --enum certspotter --savemap
    python3 tugarecon.py -d google.com -o google.txt
    python3 tugarecon.py -d google.com --savemap
    python3 tugarecon.py -d google.com --bruteforce
    python3 tugarecon.py -d google.com --bruteforce --full
    python3 tugarecon.py -d google.com -b --full

Modules

bruteforce (tugascan - wildcards, wordlist)
certspotter
hackertarget
virustotal
threatcrowd
ssl
entrust
googlesearch

Dependencies

You need to install dnspython to do DNS query

dnspython version 1.16.0
threading
queue
re
os
time
sys
webbrowser
urllib3
random

News

  • Save results: results/domain_target/ files
  • Releasing a new version 0.45b
  • Fast enumerate BruteForce scan upgrade
  • Wordlist
  • Mapping the domain and save image
  • add new module
  • add new folder results/domain_target/ ex: results/tesla.com/
  • Random User-Agent
  • Add more modules