nuclei-templates/http/vulnerabilities/vbulletin/vbulletin-backdoor.yaml

44 lines
1.1 KiB
YAML

id: vbulletin-backdoor
info:
name: vBulletin Backdoor - Detect
author: MaStErCho
severity: high
reference:
- https://github.com/OWASP/vbscan
- https://blog.sucuri.net/2017/01/vbulletin-malware-hackers-compete-backdoor-control.html
tags: backdoor,php,vbulletin,rce
variables:
num: "999999999"
http:
- method: GET
path:
- '{{BaseURL}}/faq.php?cmd=echo%20"{{num}}"'
- '{{BaseURL}}/forum.php?x=shell_exec&y=echo%20"{{num}}"'
- '{{BaseURL}}/{{paths}}/faq.php?cmd=echo%20"{{num}}"'
- '{{BaseURL}}/{{paths}}/forum.php?x=shell_exec&y=echo%20"{{num}}"'
- '{{paths}}.{{BaseURL}}/faq.php?cmd=echo%20"{{num}}"'
- '{{paths}}.{{BaseURL}}/forum.php?x=shell_exec&y=echo%20"{{num}}"'
payloads:
paths:
- 'boards'
- 'board'
- 'forum'
- 'forums'
- 'vb'
stop-at-first-match: true
host-redirects: true
max-redirects: 3
matchers-condition: and
matchers:
- type: word
condition: and
words:
- "{{num}}"
- type: status
status:
- 200