All Projects → shelld3v → flydns

shelld3v / flydns

Licence: Apache-2.0 license
Related subdomains finder

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to flydns

tugarecon
Pentest: Subdomains enumeration tool for penetration testers.
Stars: ✭ 142 (+389.66%)
Mutual labels:  bug-bounty, infosec, recon, bugbounty, pentest, subdomains, reconnaissance
aquatone
A Tool for Domain Flyovers
Stars: ✭ 43 (+48.28%)
Mutual labels:  osint, bug-bounty, infosec, bugbounty, pentest, reconnaissance
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 (+11758.62%)
Mutual labels:  osint, bug-bounty, infosec, recon, bugbounty, reconnaissance
Hosthunter
HostHunter a recon tool for discovering hostnames using OSINT techniques.
Stars: ✭ 427 (+1372.41%)
Mutual labels:  osint, recon, bugbounty, network-security, 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 (+555.17%)
Mutual labels:  bug-bounty, recon, bugbounty, reconnaissance
31 Days Of Api Security Tips
This challenge is Inon Shkedy's 31 days API Security Tips.
Stars: ✭ 1,038 (+3479.31%)
Mutual labels:  bug-bounty, infosec, bugbounty, pentest
Intrec Pack
Intelligence and Reconnaissance Package/Bundle installer.
Stars: ✭ 177 (+510.34%)
Mutual labels:  osint, recon, pentest, reconnaissance
Megplus
Automated reconnaissance wrapper — TomNomNom's meg on steroids. [DEPRECATED]
Stars: ✭ 268 (+824.14%)
Mutual labels:  infosec, recon, bugbounty, reconnaissance
Bigbountyrecon
BigBountyRecon tool utilises 58 different techniques using various Google dorks and open source tools to expedite the process of initial reconnaissance on the target organisation.
Stars: ✭ 541 (+1765.52%)
Mutual labels:  osint, recon, bugbounty, reconnaissance
Favfreak
Making Favicon.ico based Recon Great again !
Stars: ✭ 564 (+1844.83%)
Mutual labels:  osint, recon, bugbounty, reconnaissance
Spiderfoot
SpiderFoot automates OSINT for threat intelligence and mapping your attack surface.
Stars: ✭ 6,882 (+23631.03%)
Mutual labels:  osint, infosec, pentest, reconnaissance
Sn0int
Semi-automatic OSINT framework and package manager
Stars: ✭ 814 (+2706.9%)
Mutual labels:  osint, bug-bounty, recon, reconnaissance
Sub-Drill
A very (very) FAST and simple subdomain finder based on online & free services. Without any configuration requirements.
Stars: ✭ 70 (+141.38%)
Mutual labels:  bug-bounty, recon, bugbounty, reconnaissance
Asnlookup
Leverage ASN to look up IP addresses (IPv4 & IPv6) owned by a specific organization for reconnaissance purposes, then run port scanning on it.
Stars: ✭ 163 (+462.07%)
Mutual labels:  infosec, bugbounty, pentest, reconnaissance
Reconky-Automated Bash Script
Reconky is an great Content Discovery bash script for bug bounty hunters which automate lot of task and organized in the well mannered form which help them to look forward.
Stars: ✭ 167 (+475.86%)
Mutual labels:  osint, recon, bugbounty, reconnaissance
Autosetup
Auto setup is a bash script compatible with Debian based distributions to install and setup necessary programs.
Stars: ✭ 140 (+382.76%)
Mutual labels:  infosec, recon, bugbounty, reconnaissance
Lazyrecon
An automated approach to performing recon for bug bounty hunting and penetration testing.
Stars: ✭ 282 (+872.41%)
Mutual labels:  recon, bugbounty, pentest, reconnaissance
targets
A collection of over 5.1 million sub-domains and assets belonging to public bug bounty programs, compiled into a repo, for performing bulk operations.
Stars: ✭ 85 (+193.1%)
Mutual labels:  infosec, recon, bugbounty, reconnaissance
Git Hound
Reconnaissance tool for GitHub code search. Finds exposed API keys using pattern matching, commit history searching, and a unique result scoring system.
Stars: ✭ 602 (+1975.86%)
Mutual labels:  osint, bug-bounty, recon, reconnaissance
Awesome Asset Discovery
List of Awesome Asset Discovery Resources
Stars: ✭ 1,017 (+3406.9%)
Mutual labels:  osint, infosec, recon, reconnaissance

FlyDNS - Related subdomains discovery tool

What is FlyDNS

FlyDNS was first a fork of Altdns, but then has been updated to become a separated recon tool.

FlyDNS will try to find related subdomains from user given subdomains, by generating permutations, mutations, alterations. The alterations came from combinations between wordlist entries and subdomains patterns.

Installation

git clone https://github.com/shelld3v/flydns.git
cd flydns
pip3 install .

Usage

Flag Description
-s Target subdomains
-i Subdomains list from a file
-o Output of altered and permuted subdomains.
-w Your wordlist.
-f Output of resolved subdomains.
-t How many threads the resolver will use simultaneously
-r Perform discovery recursively
-d System DNS resolvers
-e Exclude subdomains by DNS answers
-R Reverse DNS lookup for IP addresses
-p Ports to scan
-a Look for only active subdomains
-n Add number suffix to every domain (0-9)
-W Perform Whois lookup for every resolved subdomains

Example: flydns -i subdomains.txt -o output_subdomains.txt -f resolved_result.txt

More

This tool is currently in development by @shelld3v, feel free to request a feature!

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].