TheTechromancer
|
a8d0850534
|
added devops extensions - .text, .qa. etc.
|
2022-03-03 11:23:21 -05:00 |
|
PinkDev1
|
2147ad87f7
|
quickhits.txt: restored to its initial state
My previous two commits should've been on a different branch, Woops
|
2022-02-21 06:41:14 +00:00 |
|
PinkDev1
|
66672f7299
|
quickhits.txt: Added more files
Extracted from ShhGit: https://github.com/eth0izzle/shhgit/blob/master/config.yaml
|
2022-02-21 06:34:36 +00:00 |
|
PinkDev1
|
58df3b3401
|
quickhits.txt: Removed trailing "/"
|
2022-02-21 06:32:19 +00:00 |
|
chashtag
|
a6f336de8c
|
removed non php shells
|
2022-02-09 21:42:25 -05:00 |
|
chashtag
|
6428e57575
|
Added more we shells
Removed spaces from file name
|
2022-02-09 21:37:00 -05: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-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 |
|
PinkDev1
|
27ad0e58a7
|
Prepared github action for merging
|
2022-01-29 06:30:06 +00:00 |
|
PinkDev1
|
0a55b3f63b
|
Prepared github action for merging
|
2022-01-29 06:29:39 +00:00 |
|
PinkDev1
|
90a1f6ad0a
|
Delete test.txt
|
2022-01-29 06:24:47 +00:00 |
|
PinkDev1
|
136146f3ef
|
Create README.md at Discovery/Web-Content
I feel like every folder on this repo should have a README. Some wordlists have very confusing names
|
2022-01-29 06:23:04 +00:00 |
|
PinkDev1
|
36a035fc17
|
wordlist updater github action: removed test trigger
|
2022-01-29 06:14:17 +00:00 |
|
GitHub Action
|
590c1e39ed
|
[Github Action] Updated combined_words.txt
|
2022-01-29 06:07:16 +00:00 |
|
PinkDev1
|
35149384ca
|
This is a github action test
|
2022-01-29 06:06:05 +00:00 |
|
GitHub Action
|
07375693f8
|
[Github Action] Updated combined_directories.txt
|
2022-01-29 06:05:17 +00:00 |
|
PinkDev1
|
c5857eefaf
|
Delete combined_words.txt
|
2022-01-29 06:04:02 +00:00 |
|
GitHub Action
|
7271aab5ab
|
[Github Action] Updated combined_words.txt
|
2022-01-29 05:48:35 +00:00 |
|
PinkDev1
|
b2ee580771
|
This is a github action test
|
2022-01-29 05:47:26 +00:00 |
|
PinkDev1
|
4158fd7b53
|
Delete combined_words.txt
|
2022-01-29 05:47:05 +00:00 |
|
elitejake
|
d95f0016bb
|
Remove duplicated entries
Fixes #689
|
2022-01-29 05:47:02 +00:00 |
|
PinkDev1
|
8b78386e0f
|
This is a github action test
|
2022-01-29 05:43:30 +00:00 |
|
PinkDev1
|
f6ad87425a
|
Created github action for auto-updating a directory wordlist
|
2022-01-29 05:42:52 +00:00 |
|
GitHub Action
|
2fcef417cc
|
[Github Action] Updated combined_words.txt
|
2022-01-29 05:35:07 +00:00 |
|
PinkDev1
|
3ee621ca17
|
This is a github action test
|
2022-01-29 05:33:55 +00:00 |
|
PinkDev1
|
ea50d621e0
|
Fixed github action
it failed previously because no email and username were provided
|
2022-01-29 05:33:06 +00:00 |
|
PinkDev1
|
2d6d06d534
|
This is a github action test
|
2022-01-29 05:25:09 +00:00 |
|
PinkDev1
|
bd23f0c3ff
|
Fixed wordlist updater github action (again)
|
2022-01-29 05:24:35 +00:00 |
|