Merge pull request #9719 from Kazgangap/soplan-def

add soplanning default login
patch-2
Ritik Chaddha 2024-05-08 11:59:39 +05:30 committed by GitHub
commit f4af1392ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 48 additions and 0 deletions

View File

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