-
Notifications
You must be signed in to change notification settings - Fork 14
/
wordlists.cheat
55 lines (38 loc) · 1.97 KB
/
wordlists.cheat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
% wordlist cheat sheet
$ file: ls | sort -u
$ wordlist: fdfind . "$(pwd)" /usr/share/{seclists,wordlists} /usr/share/amass/ -Ltf | sort -u
# hack the box cheat: Wordlists Directory/Page Wordlist
<wordlist> | grep directory-list-2.3-small.txt
# hack the box cheat: Wordlists Extensions Wordlist
<wordlist> | grep -i seclists | grep web-extensions.txt
# hack the box cheat: Wordlists Domain Wordlist
<wordlist> | grep -i seclists | grep subdomains-top1million-5000.txt
# hack the box cheat: Wordlists Parameters Wordlist
<wordlist> | grep -i seclists | grep burp-parameter-names.txt
# cook, get usage
cook help usage
# cook, tutorial github lists
cook "\"search.htb\"" techgaun-github-dorks
# cook, use date
cook -dob date\(17,Sep,1994\) elliot _,- dob
cook -dob 17,Sep,1994 elliot _,- dob
cook -date '17,Sep,1994' date date date
# cook, use stdin
echo 'test1\ntest2\ntest3' | cook -d - d
# cook, usage for linux
cook help usage | grep '\$' | sed -e 's/^[ \t]*\$ //' | sed 's/\x28/\\\x28/g' | sed 's/\x29/\\\x29/g' | sed 's/\x60/\\\x60/g'
# cook, stdin with words concat with module on cols and module on all
echo 'test1\ntest2\ntest3' | cook -d - d hackerone,H1 ,_ secret,user -mc '0:l;2:l;1:t' -m leet[1]
# cook, read from file
cook -f: <wordlist> f
# cewl, generate a wordlist from a webpage (-h for more info)
cewl --convert-umlauts --meta --email --email_file /tmp/cewl-email-output --meta_file /tmp/cewl-meta-file --verbose <url>
# hack the box cheat: Misc Create Sequence Wordlist
for i in $(seq 1 1000); do echo $i >> /tmp/1-1000-ids.txt; done
# username-anarchy, Username creds / credentials generator
git clone https://github.com/urbanadventurer/username-anarchy.git /opt/username-anarchy || (cd /opt/username-anarchy; git pull)
/opt/username-anarchy/username-anarchy 'firstname_example' 'secondname_example';
/opt/username-anarchy/username-anarchy
# rsmangler, Mangle username creds (will apt install if not on system)
which rsmangler || apt install -y rsmangler
rsmangler --file <file>