six2dez / reconftw

reconFTW is a tool designed to perform automated recon on a target domain by running the best set of tools to perform scanning and finding out vulnerabilities
MIT License
5.63k stars 912 forks source link

Progress bar for subdomain enumeration #61

Closed bileltechno closed 3 years ago

bileltechno commented 3 years ago

Subdomain enumeration is so time consuming. A progress bar can tell the user that things are moving.

six2dez commented 3 years ago

Garud has progress bar in bash, maybe it deserves a look

bileltechno commented 3 years ago

@six2dez : Sorry Graus developers but the progress bar is fully static

check_xss() {
    echo -ne "${NORMAL}${BOLD}${YELLOW} ● Scanning is in progress:${NORMAL}${BOLD} Checking for xss in $domain [${GREEN}${BLINK}85%${NORMAL}] \r"
KathanP19 commented 3 years ago

have you tried pv command?

six2dez commented 3 years ago

Tried with shuffledns and other tools, but the results are not what I expected

KathanP19 commented 3 years ago

can you share what command you tried?