-
Notifications
You must be signed in to change notification settings - Fork 2
/
repos.sh
executable file
·276 lines (230 loc) · 10.2 KB
/
repos.sh
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
#!/usr/bin/env bash
mkdir -p {wordlists,resources,tools,bounty}
cd wordlists
git clone https://github.com/1N3/IntruderPayloads
git clone https://github.com/danielmiessler/RobotsDisallowed
git clone https://github.com/danielmiessler/SecLists
git clone https://github.com/dustyfresh/dictionaries
git clone https://github.com/dwyl/english-words
git clone https://github.com/foospidy/payloads
git clone https://github.com/fuzzdb-project/fuzzdb
git clone https://github.com/jeanphorn/wordlist/
git clone https://github.com/minimaxir/big-list-of-naughty-strings
git clone https://github.com/napolux/paroleitaliane
git clone https://github.com/swisskyrepo/PayloadsAllTheThings
git clone https://github.com/xmendez/wfuzz
git clone https://github.com/first20hours/google-10000-english
git clone https://github.com/NotSoSecure/password_cracking_rules
git clone https://github.com/LDNOOBW/List-of-Dirty-Naughty-Obscene-and-Otherwise-Bad-Words
git clone https://github.com/imsky/wordlists misc-wordlists
git clone https://github.com/xaviershay/mnemonicker-wordlist
git clone https://github.com/umpirsky/country-list
git clone https://github.com/samirettali/wordlists
git clone https://github.com/samirettali/password-cracking-rules
git clone https://github.com/thelikes/fuzzmost
git clone https://github.com/assetnote/commonspeak2-wordlists
git clone https://github.com/Droidzzzio/EnumerationList
git clone https://github.com/chrislockard/api_wordlist
git clone https://github.com/koaj/ffw-content-discovery
git clone https://github.com/ZephrFish/Wordlists bounty-wordlists
wget https://github.com/brannondorsey/naive-hashcat/releases/download/data/rockyou.txt
wget https://crackstation.net/files/crackstation-human-only.txt.gz
aws s3 sync s3://assetnote-wordlists/data/ ./assetnote-wordlists --no-sign-request
cd ../resources
git clone https://github.com/DominicBreuker/stego-toolkit
git clone https://github.com/EdOverflow/can-i-take-over-xyz
git clone https://github.com/JohnHammond/ctf-katana
git clone https://github.com/apsdehal/awesome-ctf
git clone https://github.com/infoslack/awesome-web-hacking
git clone https://github.com/enaqx/awesome-pentest
git clone https://github.com/jivoi/pentest
git clone https://github.com/lanjelot/ctfs
git clone https://github.com/sehno/Bug-bounty
git clone https://github.com/trimstray/the-book-of-secret-knowledge
git clone https://github.com/streaak/keyhacks
git clone https://github.com/EdOverflow/bugbounty-cheatsheet
git clone https://github.com/mathiasbynens/small
git clone https://github.com/vitalysim/Awesome-Hacking-Resources
git clone https://github.com/zardus/ctf-tools
git clone https://github.com/hackerscrolls/SecurityTips
git clone https://github.com/terjanq/Tiny-XSS-Payloads
git clone https://github.com/jdonsec/AllThingsSSRF
git clone https://github.com/Ignitetechnologies/Privilege-Escalation
git clone "https://github.com/masatokinugawa/filterbypass/wiki/Browser's-XSS-Filter-Bypass-Cheat-Sheet"
cd ../tools
# Cryptography
git clone https://github.com/Boran/lusas
git clone https://github.com/Ganapati/RsaCtfTool
git clone https://github.com/Sjord/jwtcrack
git clone https://github.com/bwall/HashPump
git clone https://github.com/frdmn/findmyhash
git clone https://github.com/psypanda/hashID
git clone https://github.com/rebootuser/Hashmash
git clone https://github.com/Ciphey/Ciphey
# Enumeration
git clone https://github.com/0x646e78/linux-credential-harvester
git clone https://github.com/AonCyberLabs/Windows-Exploit-Suggester
git clone https://github.com/PowerShellMafia/PowerSploit
git clone https://github.com/WazeHell/PE-Linux
git clone https://github.com/carlospolop/linux-privilege-escalation-awsome-script
git clone https://github.com/jondonas/linux-exploit-suggester-2
git clone https://github.com/mzet-/linux-exploit-suggester
git clone https://github.com/pentestmonkey/unix-privesc-check
git clone https://github.com/rebootuser/LinEnum
git clone https://github.com/sleventyeleven/linuxprivchecker
git clone https://github.com/NotSoSecure/docker_fetch
git clone https://github.com/Tib3rius/AutoRecon
# Bruteforce
git clone https://github.com/ztgrace/changeme
git clone https://github.com/nlitsme/vimdecrypt
# Recognition
git clone https://github.com/nahamsec/lazyrecon
# Exploitation
git clone https://github.com/commixproject/commix
git clone https://github.com/gaul/awesome-ld-preload
# Post exploitation
git clone https://github.com/0x00-0x00/ShellPop
git clone https://github.com/1N3/PrivEsc
git clone https://github.com/mossberg/poet
# File exfiltration
git clone https://github.com/Arno0x/DNSExfiltrator
# Git
git clone https://github.com/Ebryx/GitDump
git clone https://github.com/internetwache/GitTools
git clone https://github.com/dxa4481/truffleHog
git clone https://github.com/BishopFox/GitGot
# Process monitoring
git clone https://github.com/DominicBreuker/pspy
# RAT
git clone https://github.com/n1nj4sec/pupy
# Information gathering
git clone https://github.com/s0md3v/Striker
git clone https://github.com/GerbenJavado/LinkFinder
git clone https://github.com/Zarcolio/wwwordlist
# PHP revershe shells
git clone https://github.com/epinna/weevely3
git clone https://github.com/flozz/p0wny-shell
git clone https://github.com/pentestmonkey/php-reverse-shell
# DNS
git clone https://github.com/Crypt0s/FakeDns
git clone https://github.com/elceef/dnstwist
git clone https://github.com/darkoperator/dnsrecon
# Discovery
git clone https://github.com/maurosoria/dirsearch
git clone https://github.com/s0md3v/Arjun
git clone https://github.com/subfinder/subfinder
# Wireless
git clone https://github.com/FluxionNetwork/fluxion
git clone https://github.com/derv82/wifite2
# OSINT
git clone https://github.com/martinvigo/email2phonenumber
git clone https://github.com/sherlock-project/sherlock
git clone https://github.com/mxrch/GHunt
# Web
git clone https://github.com/D35m0nd142/LFISuite
git clone https://github.com/J3wker/anti-CSRF_Token-Bruteforce
git clone https://github.com/andresriancho/w3af
git clone https://github.com/arthaud/git-dumper
git clone https://github.com/blechschmidt/massdns
git clone https://github.com/mhaskar/RCEScanner
git clone https://github.com/codingo/crithit
git clone https://github.com/ticarpi/jwt_tool
git clone https://github.com/AvinashReddy3108/YetAnotherSMSBomber
# Deserialization
git clone https://github.com/joaomatosf/jexboss
git clone https://github.com/frohoff/ysoserial
# Data exfiltration
git clone https://github.com/sensepost/DET
# Misc
git clone https://github.com/andrew-d/static-binaries
git clone https://github.com/j3ssie/Osmedeus
git clone https://github.com/lockedbyte/cryptovenom
git clone https://github.com/mpowa705/Simple-Backdoor
git clone https://github.com/samirettali/ctf-scripts
git clone https://github.com/trailofbits/onesixtyone
git clone https://github.com/whid-injector/WHID
git clone https://github.com/nahamsec/JSParser
git clone https://github.com/gleitz/npiet
git clone https://github.com/BRDumps/extract-hashes
git clone https://github.com/sameera-madushan/Print-My-Shell
git clone https://github.com/calebstewart/pwncat
# Reverse shells
git clone https://github.com/ShutdownRepo/shellerator
git clone https://github.com/samirettali/reverse-shell-helper
# Code audit
git clone https://github.com/wireghoul/graudit
# Steganography
git clone https://github.com/evyatarmeged/stegextract
git clone https://github.com/RickdeJager/stegseek
wget http://downloads.sourceforge.net/sourceforge/diit/diit-1.5.jar
# Windows
git clone https://github.com/Dhayalanb/windows-php-reverse-shell
git clone https://github.com/SecureAuthCorp/impacket
git clone https://github.com/samratashok/nishang
git clone https://github.com/sense-of-security/ADRecon
# Reversing
git clone https://github.com/ThisIsLibra/AndroidProjectCreator
# Image analysis
git clone https://github.com/beurtschipper/Depix
cd ../bounty
# Secrets finder
git clone https://github.com/Talkaboutcybersecurity/GitMonitor
git clone https://github.com/auth0/repo-supervisor
git clone https://github.com/eth0izzle/shhgit
git clone https://github.com/gwen001/github-search
git clone https://github.com/hisxo/gitGraber
git clone https://github.com/m4ll0k/SecretFinder
git clone https://github.com/michenriksen/gitrob
git clone https://github.com/pownjs/pown-leaks
git clone https://github.com/robre/scripthunter
git clone https://github.com/s0md3v/hardcodes
git clone https://github.com/sahadnk72/jecretz
git clone https://github.com/zricethezav/gitleaks
# Monitoring
git clone https://github.com/robre/jsmon.git
git clone https://github.com/ahussam/url-tracker.git
git clone https://github.com/devanshbatham/CertEagle
# XSS Finder
git clone https://github.com/s0md3v/XSStrike
# SSRF
git clone https://github.com/swisskyrepo/SSRFmap
git clone https://github.com/random-robbie/ssrf-finder
git clone https://github.com/knassar702/lorsrf
# SQL injection
git clone https://github.com/ghostlulzhacks/waybackSqliScanner
# Misc
git clone https://github.com/allyomalley/LiveTargetsFinder
git clone https://github.com/Static-Flow/ParameterMiner
git clone https://github.com/ShutdownRepo/telegram-bot-cli
git clone https://github.com/m4ll0k/Bug-Bounty-Toolz
git clone https://github.com/intrudir/403fuzzer
git clone https://github.com/samirettali/flask-base
git clone https://github.com/victoni/Bug-Bounty-Scripts
git clone https://github.com/1ndianl33t/Gf-Patterns
git clone https://github.com/projectdiscovery/nuclei-templates
git clone https://github.com/aufzayed/digit
# Data
git clone https://github.com/BugBountyResources/targets
git clone https://github.com/arkadiyt/bounty-targets-data
git clone https://github.com/projectdiscovery/public-bugbounty-programs
# Recon
git clone https://github.com/yogeshojha/rengine
# Parameter finder
git clone https://github.com/devanshbatham/ParamSpider
git clone https://github.com/foulenzer/paraglider
git clone https://github.com/s0md3v/Parth
# Open redirect
git clone https://github.com/devanshbatham/OpenRedireX
# Alive URLs finder
git clone https://github.com/devanshbatham/Drishti
# WAF
git clone https://github.com/EnableSecurity/wafw00f
# Technology identification
git clone https://github.com/devanshbatham/FavFreak
# Path traversal
git clone https://github.com/VainlyStrain/Vailyn
# Javascript debugging
git clone https://github.com/BitTheByte/BitMapper
git clone https://github.com/rarecoil/unwebpack-sourcemap
# Dorks
git clone https://github.com/opsdisk/pagodo