Merge pull request #3682 from projectdiscovery/netsus-default-login

Create netsus-default-login.yaml
patch-1
Prince Chaddha 2022-02-08 01:52:04 +05:30 committed by GitHub
commit 6dc2147857
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 37 additions and 0 deletions

View File

@ -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