TugaRecon Enumerate Subdomains Using Modules

tugarecon

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.

Version

0.1

More modules will be added! And much more… 🙂

Screenshots

tugarecon_bughunters
tugarecon1
Screenshot from 2020-01-26 20-59-16

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

Download: https://github.com/LordNeoStark/tugarecon

Please follow and like us: