All Projects → m0nad → Dns Discovery

m0nad / Dns Discovery

DNS-Discovery is a multithreaded subdomain bruteforcer.

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Dns Discovery

Hellraiser
Vulnerability scanner using Nmap for scanning and correlating found CPEs with CVEs.
Stars: ✭ 413 (+262.28%)
Mutual labels:  network, network-analysis, security-tools
Scapy
Scapy: the Python-based interactive packet manipulation program & library. Supports Python 2 & Python 3.
Stars: ✭ 6,932 (+5980.7%)
Mutual labels:  network, network-analysis, security-tools
Interlace
Easily turn single threaded command line applications into a fast, multi-threaded application with CIDR and glob support.
Stars: ✭ 760 (+566.67%)
Mutual labels:  multithreading, security-tools, bugbounty
Network Threats Taxonomy
Machine Learning based Intrusion Detection Systems are difficult to evaluate due to a shortage of datasets representing accurately network traffic and their associated threats. In this project we attempt at solving this problem by presenting two taxonomies
Stars: ✭ 79 (-30.7%)
Mutual labels:  network-analysis, security-tools
Resources
A Storehouse of resources related to Bug Bounty Hunting collected from different sources. Latest guides, tools, methodology, platforms tips, and tricks curated by us.
Stars: ✭ 62 (-45.61%)
Mutual labels:  security-tools, bugbounty
Gitgraber
gitGraber: monitor GitHub to search and find sensitive data in real time for different online services such as: Google, Amazon, Paypal, Github, Mailgun, Facebook, Twitter, Heroku, Stripe...
Stars: ✭ 1,164 (+921.05%)
Mutual labels:  security-tools, bugbounty
Bash Toolkit
Este proyecto esá destinado a ayudar a los sysadmin
Stars: ✭ 13 (-88.6%)
Mutual labels:  network, dns
Awesome Bugbounty Tools
A curated list of various bug bounty tools
Stars: ✭ 96 (-15.79%)
Mutual labels:  security-tools, bugbounty
Daggy
Daggy - Data Aggregation Utility. Open source, free, cross-platform, server-less, useful utility for remote or local data aggregation and streaming
Stars: ✭ 91 (-20.18%)
Mutual labels:  network, network-analysis
Bulwark
An organizational asset and vulnerability management tool, with Jira integration, designed for generating application security reports.
Stars: ✭ 113 (-0.88%)
Mutual labels:  security-tools, bugbounty
Graph sampling
Graph Sampling is a python package containing various approaches which samples the original graph according to different sample sizes.
Stars: ✭ 99 (-13.16%)
Mutual labels:  network, network-analysis
Dnscrypt Menu
Manage DNSCrypt from the macOS menu bar (BitBar plugin)
Stars: ✭ 59 (-48.25%)
Mutual labels:  network, dns
Jaeles
The Swiss Army knife for automated Web Application Testing
Stars: ✭ 1,073 (+841.23%)
Mutual labels:  security-tools, bugbounty
Dna
Discourse Network Analyzer (DNA)
Stars: ✭ 73 (-35.96%)
Mutual labels:  network, network-analysis
Graphrole
Automatic feature extraction and node role assignment for transfer learning on graphs (ReFeX & RolX)
Stars: ✭ 38 (-66.67%)
Mutual labels:  network, network-analysis
Cazador unr
Hacking tools
Stars: ✭ 95 (-16.67%)
Mutual labels:  dns, bugbounty
Arl
ARL(Asset Reconnaissance Lighthouse)资产侦察灯塔系统旨在快速侦察与目标关联的互联网资产,构建基础资产信息库。 协助甲方安全团队或者渗透测试人员有效侦察和检索资产,发现存在的薄弱点和攻击面。
Stars: ✭ 1,357 (+1090.35%)
Mutual labels:  security-tools, bugbounty
Nfsen Ng
Responsive NetFlow visualizer built on top of nfdump tools.
Stars: ✭ 112 (-1.75%)
Mutual labels:  network, network-analysis
Outis
outis is a custom Remote Administration Tool (RAT) or something like that. It was build to support various transport methods (like DNS) and platforms (like Powershell).
Stars: ✭ 111 (-2.63%)
Mutual labels:  dns, security-tools
Bmon
bandwidth monitor and rate estimator
Stars: ✭ 787 (+590.35%)
Mutual labels:  network, network-analysis

DNS-Discovery

Introduction.

DNS-Discovery is a multithreaded subdomain bruteforcer meant to be used by pentesters during the initial stages of testing. It uses a wordlist that concatenates with a given domain to search for subdomains.

DNS-Discovery resolve and display IPv4 and IPv6. It's similar to others tools, like dnsmap, but multithreaded.

Compiling

$ make 

Usage

usage: ./dns-discovery <domain> [options]
options:
	-w <wordlist file> (default : wordlist.wl)
	-t <threads> (default : 1)
	-r <regular report file>
	-c <csv report file>

ex:
$ ./dns-discovery google.com -w wordlist -t 5 -r reportfile
   ___  _  ______    ___  _                              
  / _ \/ |/ / __/___/ _ \(_)__ _______ _  _____ ______ __
 / // /    /\ \/___/ // / (_-</ __/ _ \ |/ / -_) __/ // /
/____/_/|_/___/   /____/_/___/\__/\___/___/\__/_/  \_, / 
                                                  /___/  
        by m0nad

DOMAIN: google.com
THREADS: 5
REPORT: reportfile
WORDLIST: wordlist

accounts.google.com
IPv4 address: 209.85.195.84

ads.google.com
IPv4 address: 72.14.204.112

ipv6.google.com
IPv6 address: 2001:4860:b009::68

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