updated matcher
parent
6b5c77915e
commit
b89feec1b5
|
@ -7,9 +7,9 @@ info:
|
|||
description: |
|
||||
Hookbot panel were detected.
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: title:"hookbot"
|
||||
verified: "true"
|
||||
tags: tech,rat,hookbot,c2,panel
|
||||
tags: tech,rat,hookbot,c2,panel,detect
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
|
@ -19,5 +19,4 @@ http:
|
|||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- "status_code == 200 && contains(body, 'HOOKBOT')"
|
||||
condition: and
|
||||
- "status_code == 200 && contains(body, 'HOOKBOT PANEL')"
|
||||
|
|
Loading…
Reference in New Issue