mirror of
https://github.com/d3vyce/PenTools.git
synced 2025-07-01 09:28:20 +02:00
@ -13,7 +13,7 @@ wordlist() {
|
||||
mkdir $TARGET/wordlist >/dev/null 2>&1
|
||||
|
||||
printf ${GREEN}"[+] rockyou.txt\n"
|
||||
curl https://github.com/brannondorsey/naive-hashcat/releases/download/data/rockyou.txt > $TARGET/wordlist/rockyou.txt 2>&1
|
||||
wget -q -O - https://github.com/brannondorsey/naive-hashcat/releases/download/data/rockyou.txt > $TARGET/wordlist/rockyou.txt 2>&1
|
||||
|
||||
printf ${GREEN}"[+] common.txt\n"
|
||||
curl http://ffuf.me/wordlist/common.txt > $TARGET/wordlist/common.txt 2>&1
|
||||
|
Reference in New Issue
Block a user