Darkpro : Carding Forums - Carders Forums - Best Carding Forums - Hacking Forum - Dread Forum,

Unlock the World of Hassle-Free Money Transfers! 🌍💸 Looking for a reliable, fast, and secure way to send money across the globe? Welcome to Darkpro.net, your ultimate hub for worldwide money transfers Like WU, PayPal, Cash App, Moneygram, Zelle and many more worldwide 💼 Why Choose Us? Global Reach: Transfer funds to over 200 countries effortlessly. Trusted Community: Join thousands of users sharing insights, tips, and trusted services. Exclusive Deals: Stay ahead with updates on the best rates and offers. Don’t miss out—be part of a thriving Forum of Legit Carding Services that connects you to the world! Sign up and start exploring endless possibilities.






DOMAINED - MULTI TOOL SUBDOMAIN ENUMERATION

Vcarder

Well-known member
Premium User
Joined
Jul 16, 2021
Messages
725
Reaction score
81
Points
63
Location
Sky High
A domain name enumeration tool
The tools contained in domained requires Kali Linux (preferred) or Debian 7+ and Recon-ng
domained uses several subdomain enumeration tools and wordlists to create a unique list of subdomains that are passed to EyeWitness for reporting with categorized screenshots, server response headers and signature based default credential checking. (resources are saved to ./bin and output is saved to ./output)

Initial Install:

domained tools: python3 domained.py --install
Python required modules: sudo pip install -r ./ext/requirements.txt
Other Dependencies:

ldnslibrary for DNS programming:
sudo apt-get install libldns-dev -y
GoProgramming Language:
sudo apt-get install golang
NOTE: This is an active recon – only perform on applications that you have permission to test against.

Tools leveraged:

Subdomain Enumeraton Tools:

Sublist3r by Ahmed Aboul-Ela
enumall by Jason Haddix
Knock by Gianni Amato
Subbrute by TheRook
massdns by B. Blechschmidt
Recon-ng by Tim Tomes (LaNMaSteR53)
Amass by Jeff Foley (caffix)
SubFinder by by Ice3man543

Reporting + Wordlists:

EyeWitness by ChrisTruncer
SecList (DNS Recon List) by Daniel Miessler
LevelUp All.txt Subdomain List by Jason Haddix

Usage:

First Step:
Install Required Python Modules: sudo pip install -r ./ext/requirements.txt
Install Tools: sudo python3 domained.py --install

Example 1: python3 domained.py -d example.com
Uses subdomain example.com (Sublist3r (+subbrute), enumall, Knock, Amass, and SubFinder)

Example 2: python3 domained.py -d example.com -b -p --Freebie Account's
Uses subdomain example.com with seclist subdomain list bruteforcing (massdns, subbrute, Sublist3r, Amass, enumall, and SubFinder), adds ports 8443/8080 and checks if on Freebie Account's

Example 3: python3 domained.py -d example.com -b --bruteall
Uses subdomain example.com with large-all.txt bruteforcing (massdns, subbrute, Sublist3r, Amass, enumall and SubFinder)

Example 4: python3 domained.py -d example.com --quick
Uses subdomain example.com and only Amass and SubFinder

Example 5: python3 dom ained.py -d example.com --quick --notify
Uses subdomain example.com, only Amass and SubFinder and notification

Example 6: python3 domained.py -d example.com --noeyewitness
Uses subdomain example.com with no EyeWitness

Note: --bruteall must be used with the -b flag
 
Top