commit
f4af1392ef
|
@ -0,0 +1,48 @@
|
|||
id: soplanning-default-login
|
||||
|
||||
info:
|
||||
name: SOPlanning - Default Login
|
||||
author: Kazgangap
|
||||
severity: high
|
||||
description: |
|
||||
SOPlanning contains default credentials. An attacker can obtain access to user accounts and access sensitive information, modify data, and/or execute unauthorized operations.
|
||||
reference:
|
||||
- https://www.soplanning.org/en/
|
||||
metadata:
|
||||
verified: true
|
||||
max-request: 1
|
||||
vendor: soplanning
|
||||
product: soplanning
|
||||
shodan-query: html:"soplanning"
|
||||
tags: soplanning,default-login
|
||||
|
||||
http:
|
||||
- raw:
|
||||
- |
|
||||
POST /process/login.php HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
Content-Type: application/x-www-form-urlencoded
|
||||
|
||||
login={{username}}&password={{password}}
|
||||
|
||||
attack: pitchfork
|
||||
payloads:
|
||||
username:
|
||||
- admin
|
||||
password:
|
||||
- admin
|
||||
|
||||
host-redirects: true
|
||||
max-redirects: 2
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- 'title="Logout"'
|
||||
- 'title="Modify my profile"'
|
||||
- 'Settings'
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue