cmscardoso / tugarecon

Fast subdomains enumeration tool for penetration testers... beta version

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.51 beta

During the development phase, we would like to invite all of you, to help test the beta version of the application.

More modules will be added! And much more... :)

Screenshots

tugarecon_bughunters

tugarecon1

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

Video

https://vimeo.com/396145464

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

DONATIONS:

Donations are welcome. This will help improved features, frequent updates and better overall support.

BTC: 1C1q8c2bpSvRBpupD43p1CAV98YXkNnnDx

Doge: DRU62QbterkCpMHEG7ZMSZXEJQzyR13CRB

News

  • Save results: results/domain_target/ files

  • Releasing a new version 0.45b

  • Fast enumerate BruteForce scan upgrade

  • Mapping the domain and save image

  • add new module

  • add new folder results/domain_target/ ex: results/tesla.com/

  • Add more modules

  • Random User-Agent

    tugarecon

About

Fast subdomains enumeration tool for penetration testers... beta version

License:GNU General Public License v3.0


Languages

Language:Python 100.0%