Merge pull request #3041 from alifathi-h1/master

SeedDMS Default Login
patch-1
Sandeep Singh 2021-11-01 13:27:19 +05:30 committed by GitHub
commit d4597d9990
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,35 @@
id: seeddms-default-login
info:
name: SeedDMS Default Credential
author: alifathi-h1
severity: high
reference: https://www.redhat.com/sysadmin/install-seeddms
tags: default-login,seeddms
requests:
- raw:
- |
POST /op/op.Login.php HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
login={{username}}&pwd={{password}}&lang=
payloads:
username:
- admin
password:
- admin
attack: pitchfork
matchers-condition: and
matchers:
- type: word
part: header
words:
- 'Location: /out/out.ViewFolder.php'
- type: status
status:
- 302