v4d1 / Dome

Dome - Subdomain Enumeration Tool. Fast and reliable python script that makes active and/or passive scan to obtain subdomains and search for open ports.
498 stars 71 forks source link

add progress indicator for wordlist #6

Open DannyCork opened 1 week ago

DannyCork commented 1 week ago

I ran dome with a 1000 line wordlist. python3 dome.py -d domain.com -m active -w wordlist

This is what I see CleanShot 2024-07-01 at 13 22 39@2x

There is no information about what's happening, it would be great if a progress bar or some sort of progress indication was given eg: on entry 10 of 1000.

68747470733a2f2f7261772e6769746875622e636f6d2f7665726967616b2f70726f67726573732f6d61737465722f64656d6f2e676966

v4d1 commented 1 week ago

You can use -v flag to print additional messages, however i will add the progress bar to my TODO list