fix-lint-error
parent
c93fc2a65a
commit
9183535fce
|
@ -8,16 +8,17 @@ info:
|
|||
ISPConfig Hosting Control Panel Default Password Vulnerability exposes systems to unauthorized access, compromising data integrity and security.
|
||||
metadata:
|
||||
shodan-query: title:"ISPConfig" http.favicon.hash:483383992
|
||||
verified: true
|
||||
max-request: 1
|
||||
tags: ispconfig,hsp,default-login
|
||||
|
||||
http:
|
||||
- raw:
|
||||
- |
|
||||
POST /content.php HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
Content-Type: application/x-www-form-urlencoded
|
||||
- |
|
||||
POST /content.php HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
Content-Type: application/x-www-form-urlencoded
|
||||
|
||||
username={{username}}&passwort={{password}}&s_mod=login&s_pg=index
|
||||
username={{username}}&passwort={{password}}&s_mod=login&s_pg=index
|
||||
|
||||
attack: pitchfork
|
||||
payloads:
|
||||
|
|
Loading…
Reference in New Issue