MassForce
Sub-Domains Enumerations
Install / Use
/learn @hassan0x/MassForceREADME
Sub-Domains Enumeration Tools
This repo has two parts:
- The BruteForce Techniques.
- The Reverse Lookup Techniques.
BruteForce Techniques.
There was a lot of tools that do the brute-force techniques, but a few of them that were producing high performance with this techniques like massDNS but the rate of the false positive was very high in my experience, so i decided to build my own tool, after a lot of research i found a library called adns that was capable of sending a lot of dns queries asynchronously.
The tool is capable of performing brute force of 30,000 subdomains in one minute with a very high success rate.
I used the best 2 wordlists jhaddix and commonspeak and combine them in one big wordlist called jhaddix_commonspeak.txt .
pip install adns-python
sed -e 's/$/.example.com/' jhaddix_commonspeak.txt > company_profile.txt
python MassForce.py company_profile.txt
Reverse Lookup Techniques.
With the same previous situation and mindset, i tried to build a reverse lookup dns asynchronous tool.
The tool is also capable of performing brute force of 30,000 IPs in one minute with a very high success rate.
pip install adns-python
python MassForceRev.py 8.8.0.0 8.8.64.255
If you find me wrong in something or you can make this repo better please let me know.
Related Skills
node-connect
342.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.7kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
342.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.7kCommit, push, and open a PR
