mirror of
https://github.com/d3vyce/PenTools.git
synced 2025-04-02 21:33:22 +02:00
parent
e640177faa
commit
4af1be995d
@ -13,7 +13,7 @@ wordlist() {
|
|||||||
mkdir $TARGET/wordlist >/dev/null 2>&1
|
mkdir $TARGET/wordlist >/dev/null 2>&1
|
||||||
|
|
||||||
printf ${GREEN}"[+] rockyou.txt\n"
|
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"
|
printf ${GREEN}"[+] common.txt\n"
|
||||||
curl http://ffuf.me/wordlist/common.txt > $TARGET/wordlist/common.txt 2>&1
|
curl http://ffuf.me/wordlist/common.txt > $TARGET/wordlist/common.txt 2>&1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user