2 Jun, 2024
๐คฟ Adding subdomainer to POPS
A new tool to enumerate subdomains.
Nil Gallego
68 Words Reading Time: 18 Seconds
06-02-2024 10:04 +0000
Adding subdomainer to POPS
Today we added a new tool to the POPS repository. This tool is called subdomainer
and it is a bash script that uses ffuf
to enumerate subdomains.
How does it work?
Use the script as follows:
sh /discovery/subdomainer.sh subdomains_wordlist.list pops.cafe 1000
The first argument is the wordlist, the second is the domain to enumerate and the third is the size of the baseline webpage.