mirror of
https://github.com/0x5t4l1n/hunting.git
synced 2026-05-26 19:36:33 +00:00
Add comprehensive OWASP Top 10 directory structure with injection payloads
Co-authored-by: Stalin-143 <161853795+Stalin-143@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
# Weak Password List
|
||||
|
||||
# Common weak passwords
|
||||
password
|
||||
123456
|
||||
12345678
|
||||
qwerty
|
||||
abc123
|
||||
password123
|
||||
admin
|
||||
letmein
|
||||
welcome
|
||||
monkey
|
||||
|
||||
# Pattern-based weak passwords
|
||||
Password1
|
||||
Admin123
|
||||
Welcome1
|
||||
Qwerty123
|
||||
Abc12345
|
||||
|
||||
# Keyboard patterns
|
||||
qwerty
|
||||
asdfgh
|
||||
zxcvbn
|
||||
qwertyuiop
|
||||
asdfghjkl
|
||||
|
||||
# Number sequences
|
||||
123456
|
||||
123456789
|
||||
1234567890
|
||||
000000
|
||||
111111
|
||||
|
||||
# Company/service related
|
||||
company123
|
||||
service2023
|
||||
admin2023
|
||||
user2023
|
||||
|
||||
# Dictionary words
|
||||
dragon
|
||||
football
|
||||
baseball
|
||||
superman
|
||||
batman
|
||||
Reference in New Issue
Block a user