Run ffuf from all domains from file

blaszczakm.blogspot.com 1 miesiąc temu

httpx -list mexico | xargs -I {} sh -c 'clean_url=$(echo {} | sed -e "s|https://|1|g" -e "s|http://|2|g"); ffuf -u {}/FUZZ -w raft-large-words.txt -ac -c -e .txt,.php,.bak,.txt,.rar,.sql,.zip --recursion --recursion-depth 2 >> ffuf-mexico$clean_url'

Idź do oryginalnego materiału