updated matcher and info
parent
bb937aa670
commit
038e8d05af
|
@ -10,8 +10,8 @@ info:
|
|||
- https://pypi.org/project/pyload-ng/#:~:text=Default%20username%3A%20pyload%20.,Default%20password%3A%20pyload%20.
|
||||
metadata:
|
||||
max-request: 1
|
||||
shodan-query: html:"pyload"
|
||||
verified: true
|
||||
shodan-query: html:"pyload"
|
||||
tags: default-login,pyload
|
||||
|
||||
http:
|
||||
|
@ -19,7 +19,6 @@ http:
|
|||
- |
|
||||
POST /login HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
Origin: {{RootURL}}
|
||||
Content-Type: application/x-www-form-urlencoded
|
||||
|
||||
do=login&username={{username}}&password={{password}}&submit=Login
|
||||
|
@ -37,7 +36,9 @@ http:
|
|||
part: header
|
||||
words:
|
||||
- 'Set-Cookie: pyload_session='
|
||||
- '/dashboard'
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 302
|
||||
- 302
|
||||
|
|
Loading…
Reference in New Issue