Update honeypot-detect.yaml
parent
a6160f2786
commit
fedc0f666b
|
@ -4,10 +4,13 @@ info:
|
||||||
name: Honeypot Detection
|
name: Honeypot Detection
|
||||||
author: j4vaovo
|
author: j4vaovo
|
||||||
severity: info
|
severity: info
|
||||||
description: Honeypot Detection.
|
description: |
|
||||||
tags: honeypot,tech
|
Honeypot was Detected.
|
||||||
|
reference:
|
||||||
|
- https://github.com/zema1/yarx
|
||||||
metadata:
|
metadata:
|
||||||
max-request: 1
|
max-request: 1
|
||||||
|
tags: honeypot,tech,cti
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
rand1: "{{randstr}}"
|
rand1: "{{randstr}}"
|
||||||
|
@ -15,10 +18,9 @@ variables:
|
||||||
rand3: "{{randstr}}"
|
rand3: "{{randstr}}"
|
||||||
|
|
||||||
http:
|
http:
|
||||||
- raw:
|
- method: GET
|
||||||
- |
|
path:
|
||||||
GET /?{{rand1}}=../../../../../../../../etc/passwd&{{rand3}}=1%20and%20updatexml(1,concat(0x7e,(select%20md5({{rand2}}))),1) HTTP/1.1
|
- "{{BaseURL}}/?{{rand1}}=../../../../../../../../etc/passwd&{{rand3}}=1%20and%20updatexml(1,concat(0x7e,(select%20md5({{rand2}}))),1)"
|
||||||
Host: {{Hostname}}
|
|
||||||
|
|
||||||
matchers-condition: or
|
matchers-condition: or
|
||||||
matchers:
|
matchers:
|
||||||
|
|
Loading…
Reference in New Issue