mirror of
https://github.com/0x5t4l1n/hunting.git
synced 2026-05-26 19:36:33 +00:00
Restructure repository: Remove OWASP categorization, organize by vulnerability type
Co-authored-by: Stalin-143 <161853795+Stalin-143@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
# Default Credentials Payloads
|
||||
|
||||
# Common username:password combinations
|
||||
admin:admin
|
||||
admin:password
|
||||
administrator:administrator
|
||||
root:root
|
||||
root:toor
|
||||
root:password
|
||||
test:test
|
||||
guest:guest
|
||||
user:user
|
||||
demo:demo
|
||||
|
||||
# Database default credentials
|
||||
root:
|
||||
admin:
|
||||
sa:
|
||||
postgres:postgres
|
||||
mysql:mysql
|
||||
oracle:oracle
|
||||
|
||||
# Application defaults
|
||||
admin:admin123
|
||||
admin:Admin123
|
||||
administrator:password
|
||||
webadmin:webadmin
|
||||
sysadmin:sysadmin
|
||||
|
||||
# IoT/Network device defaults
|
||||
admin:1234
|
||||
admin:12345
|
||||
admin:123456
|
||||
root:12345
|
||||
ubnt:ubnt
|
||||
cisco:cisco
|
||||
|
||||
# Format variations
|
||||
username: admin / password: (blank)
|
||||
username: root / password: (blank)
|
||||
username: administrator / password: administrator
|
||||
Reference in New Issue
Block a user