D3vil0per
|
3ad6e8ff8c
|
Create country-codes.txt
According to the ISO 3166-1 standard. Useful for fuzzing elements like usernames as 'support-us' 'admin.us' 'helpdesk-US' and so on.
|
2022-03-26 22:54:02 +01:00 |
|
g0tmi1k
|
168584fdc6
|
Merge pull request #651 from cbk914/master
Spring paths update
|
2022-02-02 23:41:04 +00:00 |
|
g0tmi1k
|
c9ffe7f73c
|
Merge pull request #656 from A1vinSmith/master
Update content-type.txt
https://cweiske.de/tagebuch/php-mimetype.htm
|
2022-02-02 23:40:50 +00:00 |
|
g0tmi1k
|
c54e07f5d8
|
Merge pull request #671 from righettod/feature_issue_654
PR for issue 654 (environment identifiers dict)
|
2022-02-02 23:39:00 +00:00 |
|
g0tmi1k
|
6a51a9b354
|
Merge pull request #675 from RAOexe/master
Add: Top common Indian forenames
|
2022-02-02 23:37:48 +00:00 |
|
g0tmi1k
|
52fbc4a631
|
Merge pull request #680 from 5tr1x/patch-3
Create months.txt
for i in `cat $1`; do echo ${i}; echo ${i}2019; echo ${i}2020; echo ${i}2021; echo ${i}2022; echo ${i}1; echo ${i}123; done >> n
for i in `cat n`; do echo ${i}; echo ${i}'!'; echo ${i}'@'; echo ${i}'#'; echo ${i}'$'; echo ${i}'%'; echo ${i}'^'; echo ${i}'&'; echo ${i}'*'; echo ${i}'?'; done >> s
hashcat s -r /usr/share/hashcat/rules/leetspeak.rule --stdout > hc
wordlister --input s --perm 1 --min 4 --max 48 --leet &>/dev/null
mv output.txt wl
cat hc wl | sort -u > vvv
wordlister --input vvv --perm 1 --min 4 --max 48 --cap --up &>/dev/null
cat output.txt | sort -u > $2
rm n s hc wl vvv output.txt
|
2022-02-02 23:36:41 +00:00 |
|
g0tmi1k
|
bf2d2a996d
|
Merge pull request #681 from 5tr1x/patch-4
Create days.txt
for i in `cat $1`; do echo ${i}; echo ${i}2019; echo ${i}2020; echo ${i}2021; echo ${i}2022; echo ${i}1; echo ${i}123; done >> n
for i in `cat n`; do echo ${i}; echo ${i}'!'; echo ${i}'@'; echo ${i}'#'; echo ${i}'$'; echo ${i}'%'; echo ${i}'^'; echo ${i}'&'; echo ${i}'*'; echo ${i}'?'; done >> s
hashcat s -r /usr/share/hashcat/rules/leetspeak.rule --stdout > hc
wordlister --input s --perm 1 --min 4 --max 48 --leet &>/dev/null
mv output.txt wl
cat hc wl | sort -u > vvv
wordlister --input vvv --perm 1 --min 4 --max 48 --cap --up &>/dev/null
cat output.txt | sort -u > $2
rm n s hc wl vvv output.txt
|
2022-02-02 23:36:21 +00:00 |
|
g0tmi1k
|
0d9870d28d
|
Merge pull request #679 from 5tr1x/patch-2
Create seasons.txt
for i in `cat $1`; do echo ${i}; echo ${i}2019; echo ${i}2020; echo ${i}2021; echo ${i}2022; echo ${i}1; echo ${i}123; done >> n
for i in `cat n`; do echo ${i}; echo ${i}'!'; echo ${i}'@'; echo ${i}'#'; echo ${i}'$'; echo ${i}'%'; echo ${i}'^'; echo ${i}'&'; echo ${i}'*'; echo ${i}'?'; done >> s
hashcat s -r /usr/share/hashcat/rules/leetspeak.rule --stdout > hc
wordlister --input s --perm 1 --min 4 --max 48 --leet &>/dev/null
mv output.txt wl
cat hc wl | sort -u > vvv
wordlister --input vvv --perm 1 --min 4 --max 48 --cap --up &>/dev/null
cat output.txt | sort -u > $2
rm n s hc wl vvv output.txt
|
2022-02-02 23:35:58 +00:00 |
|
g0tmi1k
|
a537fd9ad4
|
Merge pull request #693 from giper45/master
Added italian subdomains
|
2022-02-02 23:34:42 +00:00 |
|
g0tmi1k
|
2e4017493f
|
Merge pull request #697 from elitejake/master
Add wordlists from the Moby Project
https://en.wikipedia.org/wiki/Moby_Project
|
2022-02-02 23:33:14 +00:00 |
|
g0tmi1k
|
aadf026ea2
|
Merge pull request #698 from evait-security/master
add opcache to raft large directory list, ref: #683
Source: https://github.com/amnuts/opcache-gui
|
2022-02-02 23:32:00 +00:00 |
|
Paul Werther
|
8b17578f93
|
add opcache to raft large directory list, #683
|
2022-02-01 15:32:17 +01:00 |
|
elitejake
|
fe7c9dfe3d
|
Create README.md
|
2022-02-01 09:13:17 +00:00 |
|
elitejake
|
cecdff7af0
|
Create README.md
|
2022-02-01 09:12:09 +00:00 |
|
elitejake
|
6c636bdfdd
|
Update README.md
|
2022-02-01 09:10:18 +00:00 |
|
elitejake
|
66ab7a382b
|
Add docs
|
2022-02-01 09:09:55 +00:00 |
|
elitejake
|
6daec75b5e
|
Create README.md
|
2022-02-01 09:06:37 +00:00 |
|
elitejake
|
75c849562a
|
Merge branch 'danielmiessler:master' into master
|
2022-02-01 14:15:47 +05:30 |
|
g0tmi1k
|
eaf1c8263f
|
Merge pull request #695 from elitejake/patch-2
Remove duplicated entries
2022.1
|
2022-01-31 23:23:47 +00:00 |
|
g0tmi1k
|
5d4ae18c7c
|
Merge pull request #692 from Wernfried/patch-1
Added default passwords from Huawei
|
2022-01-31 23:22:38 +00:00 |
|
g0tmi1k
|
58370984a4
|
Merge pull request #687 from righettod/master
Add "h2-console" word
https://mp.weixin.qq.com/s/Yn5U8WHGJZbTJsxwUU3UiQ
https://jfrog.com/blog/the-jndi-strikes-back-unauthenticated-rce-in-h2-database-console
https://www.shodan.io/search?query=http.title%3A%22H2+Console%22
|
2022-01-31 23:22:06 +00:00 |
|
g0tmi1k
|
5a4d4f7ebc
|
Merge pull request #686 from AddaxSoft/patch-2
added 8443, tomcat ssl
|
2022-01-31 23:21:24 +00:00 |
|
g0tmi1k
|
2dac179038
|
Merge pull request #685 from wdahlenburg/master
Adding Spring Boot Gateway Actuator
https://wya.pl/2021/12/20/bring-your-own-ssrf-the-gateway-actuator/
|
2022-01-31 23:20:57 +00:00 |
|
g0tmi1k
|
6dd17288aa
|
Merge pull request #678 from righettod/feature_update_namelist
Add new sub domain names
https://github.com/righettod/toolbox-pentest-web/blob/master/scripts/generate-vhost-names-dict.sh
|
2022-01-31 23:09:45 +00:00 |
|
g0tmi1k
|
2b61465823
|
Merge pull request #673 from kakumanivrn/patch-1
Added latest years to dictionary
|
2022-01-31 23:06:23 +00:00 |
|
elitejake
|
d95f0016bb
|
Remove duplicated entries
Fixes #689
|
2022-01-29 05:47:02 +00:00 |
|
gx1
|
b5ad433f4d
|
Added italian subdomains
|
2022-01-25 01:25:49 -05:00 |
|
Wernfried
|
398154efdf
|
Added default passwords from Huawei
|
2022-01-21 20:31:21 +01:00 |
|
Dominique RIGHETTO
|
22908368be
|
Add "h2-console" word
|
2022-01-08 13:45:09 +01:00 |
|
cbk914
|
c618890458
|
Merge branch 'danielmiessler:master' into master
|
2021-12-21 21:43:48 +01:00 |
|
A.K
|
6757c71ffe
|
added 8443, tomcat ssl
|
2021-12-21 11:43:25 +01:00 |
|
Wyatt Dahlenburg
|
ecf264f825
|
Adding the springboot gateway actuator
|
2021-12-20 15:25:09 -06:00 |
|
5tr1x
|
15a8115ef8
|
Create days.txt
|
2021-12-15 15:11:20 -06:00 |
|
5tr1x
|
9b32f5a54d
|
Create months.txt
|
2021-12-15 15:10:21 -06:00 |
|
5tr1x
|
d2043bd9ab
|
Create seasons.txt
|
2021-12-15 15:04:49 -06:00 |
|
Dominique RIGHETTO
|
9fab26bbb6
|
Add new sub domain names
|
2021-12-11 07:06:17 +01:00 |
|
elitejake
|
6c325f7771
|
Merge branch 'danielmiessler:master' into master
|
2021-12-08 21:43:24 +05:30 |
|
RAO.exe
|
ba72a000df
|
Add: Top common Indian forenames
Top thousand Indian male and female forenames/firstnames in India
|
2021-12-03 22:19:14 +05:30 |
|
Varun Kakumani
|
31a89fd18d
|
Added latest years to dictionary
|
2021-12-02 02:04:03 +05:30 |
|
Dominique RIGHETTO
|
560145a344
|
Add script to build a list of of environment identifiers based on sub domain names.
|
2021-11-26 12:14:25 +01:00 |
|
g0tmi1k
|
aa0eb72f38
|
Merge pull request #672 from elitejake/patch-1
Add PURGE method
|
2021-11-26 10:52:04 +00:00 |
|
Dominique RIGHETTO
|
9e778c6046
|
Add results from FR + BE sub domains
|
2021-11-26 11:48:46 +01:00 |
|
Dominique RIGHETTO
|
f86abe0dde
|
Add new entries after extraction from LU domains from MAjestic file
See PR comment
|
2021-11-24 14:00:08 +01:00 |
|
elitejake
|
b3f90da2f5
|
Merge branch 'danielmiessler:master' into master
|
2021-11-24 16:53:58 +05:30 |
|
elitejake
|
3c543908bf
|
Add PURGE method
|
2021-11-24 11:19:38 +00:00 |
|
Dominique RIGHETTO
|
55dcca61cf
|
Sorting ASC
|
2021-11-24 11:57:48 +01:00 |
|
Dominique RIGHETTO
|
57fa66e37e
|
Enrich with results from auchan.lu
|
2021-11-24 11:46:57 +01:00 |
|
Dominique RIGHETTO
|
d68129fe2d
|
Add missing entries from sgbt.lu
|
2021-11-24 11:44:29 +01:00 |
|
Dominique RIGHETTO
|
9b653b08af
|
Enrich with sgbt.lu results
Cmd: `curl -sk "https://crt.sh/?q=sgbt.lu&output=json" | jq -r ".[].name_value" | cut -d'.' -f1 | sort -u`
|
2021-11-24 11:42:45 +01:00 |
|
Dominique RIGHETTO
|
6d37719fd4
|
Enrich with total.com sub domains results
Command: `curl -sk "https://crt.sh/?q=total.com&output=json" | jq -r ".[].name_value" | cut -d'.' -f1 | sort -u`
|
2021-11-24 11:41:17 +01:00 |
|