syntax updates
parent
991376c439
commit
72f3939981
|
@ -3,7 +3,7 @@ info:
|
||||||
name: Detect Telerik Web UI Dialog Handler
|
name: Detect Telerik Web UI Dialog Handler
|
||||||
author: organiccrap
|
author: organiccrap
|
||||||
severity: low
|
severity: low
|
||||||
#https://captmeelo.com/pentest/2018/08/03/pwning-with-telerik.html
|
# https://captmeelo.com/pentest/2018/08/03/pwning-with-telerik.html
|
||||||
requests:
|
requests:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
|
|
|
@ -3,7 +3,7 @@ info:
|
||||||
name: Clockwork PHP exposure
|
name: Clockwork PHP exposure
|
||||||
author: organiccrap
|
author: organiccrap
|
||||||
severity: high
|
severity: high
|
||||||
#https://twitter.com/damian_89_/status/1250721398747791360
|
# https://twitter.com/damian_89_/status/1250721398747791360
|
||||||
requests:
|
requests:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
|
|
|
@ -3,7 +3,7 @@ info:
|
||||||
name: Clockwork PHP page exposure
|
name: Clockwork PHP page exposure
|
||||||
author: organiccrap
|
author: organiccrap
|
||||||
severity: high
|
severity: high
|
||||||
#https://twitter.com/damian_89_/status/1250721398747791360
|
# https://twitter.com/damian_89_/status/1250721398747791360
|
||||||
requests:
|
requests:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
|
|
|
@ -3,8 +3,8 @@ info:
|
||||||
name: Liferay Portal Detection
|
name: Liferay Portal Detection
|
||||||
author: organiccrap
|
author: organiccrap
|
||||||
severity: low
|
severity: low
|
||||||
#CVE-2020-7961: Liferay Portal Unauthenticated RCE
|
# CVE-2020-7961: Liferay Portal Unauthenticated RCE
|
||||||
#https://github.com/mzer0one/CVE-2020-7961-POC
|
# https://github.com/mzer0one/CVE-2020-7961-POC
|
||||||
requests:
|
requests:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
|
|
|
@ -3,11 +3,12 @@ info:
|
||||||
name: Prometheus.io exposed panel
|
name: Prometheus.io exposed panel
|
||||||
author: organiccrap
|
author: organiccrap
|
||||||
severity: low
|
severity: low
|
||||||
#usually runs on port http/9090
|
# usually runs on port http/9090
|
||||||
requests:
|
requests:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
- '{{BaseURL}}/graph'
|
- '{{BaseURL}}/graph'
|
||||||
|
- '{{BaseURL}}:9090/graph'
|
||||||
headers:
|
headers:
|
||||||
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:55.0) Gecko/20100101 Firefox/55
|
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:55.0) Gecko/20100101 Firefox/55
|
||||||
matchers:
|
matchers:
|
||||||
|
|
Loading…
Reference in New Issue