All Projects → skynet0x01 → tugarecon

skynet0x01 / tugarecon

Licence: GPL-3.0 license
Pentest: Subdomains enumeration tool for penetration testers.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to tugarecon

Rengine
reNgine is an automated reconnaissance framework for web applications with a focus on highly configurable streamlined recon process via Engines, recon data correlation and organization, continuous monitoring, backed by a database, and simple yet intuitive User Interface. reNgine makes it easy for penetration testers to gather reconnaissance with…
Stars: ✭ 3,439 (+2321.83%)
Mutual labels:  scanner, penetration-testing, bug-bounty, infosec, recon, bugbounty, information-gathering, reconnaissance
flydns
Related subdomains finder
Stars: ✭ 29 (-79.58%)
Mutual labels:  bug-bounty, infosec, recon, bugbounty, pentest, subdomains, reconnaissance
aquatone
A Tool for Domain Flyovers
Stars: ✭ 43 (-69.72%)
Mutual labels:  penetration-testing, bug-bounty, infosec, bugbounty, pentest, reconnaissance
Awesome Bbht
A bash script that will automatically install a list of bug hunting tools that I find interesting for recon, exploitation, etc. (minus burp) For Ubuntu/Debain.
Stars: ✭ 190 (+33.8%)
Mutual labels:  penetration-testing, bug-bounty, recon, bugbounty, reconnaissance
Sudomy
Sudomy is a subdomain enumeration tool to collect subdomains and analyzing domains performing automated reconnaissance (recon) for bug hunting / pentesting
Stars: ✭ 1,572 (+1007.04%)
Mutual labels:  scanner, bugbounty, reconnaissance, subdomain-scanner, subdomain-enumeration
sx
🖖 Fast, modern, easy-to-use network scanner
Stars: ✭ 1,267 (+792.25%)
Mutual labels:  scanner, scan, infosec, recon, pentest
Oneforall
OneForAll是一款功能强大的子域收集工具
Stars: ✭ 4,202 (+2859.15%)
Mutual labels:  recon, bugbounty, information-gathering, subdomain-scanner, subdomain-enumeration
Sub-Drill
A very (very) FAST and simple subdomain finder based on online & free services. Without any configuration requirements.
Stars: ✭ 70 (-50.7%)
Mutual labels:  bug-bounty, recon, bugbounty, reconnaissance, subdomain-enumeration
Dirsearch
Web path scanner
Stars: ✭ 7,246 (+5002.82%)
Mutual labels:  scanner, penetration-testing, bug-bounty, infosec, bugbounty
Sublert
Sublert is a security and reconnaissance tool which leverages certificate transparency to automatically monitor new subdomains deployed by specific organizations and issued TLS/SSL certificate.
Stars: ✭ 699 (+392.25%)
Mutual labels:  penetration-testing, bug-bounty, pentest, information-gathering, reconnaissance
Scilla
🏴‍☠️ Information Gathering tool 🏴‍☠️ DNS / Subdomains / Ports / Directories enumeration
Stars: ✭ 116 (-18.31%)
Mutual labels:  penetration-testing, recon, information-gathering, reconnaissance, subdomain-scanner
Discover
Custom bash scripts used to automate various penetration testing tasks including recon, scanning, parsing, and creating malicious payloads and listeners with Metasploit.
Stars: ✭ 2,548 (+1694.37%)
Mutual labels:  penetration-testing, recon, information-gathering, reconnaissance
Recon Pipeline
An automated target reconnaissance pipeline.
Stars: ✭ 278 (+95.77%)
Mutual labels:  scanner, recon, bugbounty, reconnaissance
Whatweb
Next generation web scanner
Stars: ✭ 3,503 (+2366.9%)
Mutual labels:  scanner, penetration-testing, recon, pentest
Pidrila
Python Interactive Deepweb-oriented Rapid Intelligent Link Analyzer
Stars: ✭ 125 (-11.97%)
Mutual labels:  scanner, penetration-testing, bug-bounty, pentest
Recon-X
Advanced Reconnaissance tool to enumerate attacking surface of the target.
Stars: ✭ 27 (-80.99%)
Mutual labels:  scanner, subdomains, information-gathering, reconnaissance
3klcon
Automation Recon tool which works with Large & Medium scopes. It performs more than 20 tasks and gets back all the results in separated files.
Stars: ✭ 189 (+33.1%)
Mutual labels:  penetration-testing, recon, bugbounty, reconnaissance
Vajra
Vajra is a highly customizable target and scope based automated web hacking framework to automate boring recon tasks and same scans for multiple target during web applications penetration testing.
Stars: ✭ 269 (+89.44%)
Mutual labels:  scanner, bug-bounty, recon, information-gathering
Sifter
Sifter aims to be a fully loaded Op Centre for Pentesters
Stars: ✭ 403 (+183.8%)
Mutual labels:  scanner, penetration-testing, recon, pentest
Security Tools
Collection of small security tools, mostly in Bash and Python. CTFs, Bug Bounty and other stuff.
Stars: ✭ 509 (+258.45%)
Mutual labels:  scanner, bug-bounty, infosec, bugbounty

TugaRecon

GitHub stars GitHub forks GitHub license

                           ______                  ____
                          /_  __/_  ______ _____ _/ __ \___  _________  ____
                           / / / / / / __ `/ __ `/ /_/ / _ \/ ___/ __ \/ __ \
                          / / / /_/ / /_/ / /_/ / _, _/  __/ /__/ /_/ / / / /
                         /_/  \__,_/\__, /\__,_/_/ |_|\___/\___/\____/_/ /_/
                                   /____/    # Coded By skynet0x01 #

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.

skynet0x01

Version

1.30

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

Screenshots

tugarecon_bughunters

tugarecon1

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

Installation

Usage

    python3 tugarecon.py -d google.com
    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
    python3 tugarecon.py -r

Modules

bruteforce (tuga_bruteforce - wildcards, wordlist)
certspotter
ssl
hackertarget
threatcrowd
Alienvault
Threatminer
Omnisint
API Sublist3r

Dependencies

You need to install dnspython to do DNS query

    dnspython>=1.16.0
    argparse
    sys
    time
    datetime
    urllib3
    requests
    webbrowser
    os
    pathlib
    json
    threading
    re 
    queue
    whois
    progress

DONATIONS:

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

  • BTC: 17EbiXrVAvAqgkyunPYPBdKKz2AFHmb7mZ
  • ETH: 0x642187e3f8F9CaF95d92df823D17E8020c50647E
  • LTC: LLsJVJibVFRqYjnxbUfhYFd4kSowcRHdcN
  • Doge: DPWbTMEaqTNzpfC5oYC1xcScT9dQBW17MW
  • ONE: one1q2y2hntw32yakh6fxk5ls7dkvswfuhcm70ymvh
  • SCRT: secret1fc88f5asq3lmkrhst2shsa7ew5fxt7qapjsda7

tugarecon

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].