x1mdev / ReconPi

ReconPi - A lightweight recon tool that performs extensive scanning with the latest tools.
https://x1m.nl/posts/recon-pi/
MIT License
713 stars 116 forks source link

Issue with wordlist in startBruteForce #76

Closed Anu-bhav closed 4 years ago

Anu-bhav commented 4 years ago

cat "$SUBS"/hosts | parallel -j 5 --bar --shuf gobuster dir -u {} -t 50 -w wordlist.txt -l -e -r -k -q -o "$DIRSCAN"/"$sub".txt /home/admin/go/bin/gobuster dir -u "$line" -w "$WORDLIST"/wordlist.txt -e -q -k -n -o "$DIRSCAN"/out.txt

the wordlist.txt is not copied to the wordlists folder found in the resultdir anywhere in the recon.sh script

maverickNerd commented 4 years ago

Yes I don't think enabling directory bruteforcing as part of reconpi is good since it takes lot of time, command is given just for a reference, feel free to change the name of wordlist file or path as per your convenience in your local change