Fast subdomain scanner, Takes arguments from a Json file (“args.json”) and outputs the subdomains

Fast subdomain scanner, Takes arguments from a Json file (“args.json”) and outputs the subdomains.
File Structure
- core/
- db/
- README.md
- LICENCE
- subx.py
- args.json
Installation
▶ git clone https://github.com/whoamisec75/subx.git
▶ cd subx
▶ python3 subx.py
Usage
First add domain
, concurrency
, wordlist
in args.json
:
{
"domain": "google.com",
"concurrency": 40,
"wordlist": "db/wordlist.txt"
}
Now run