nuclei-templates/http/exposed-panels/c2/hookbot-rat.yaml

24 lines
440 B
YAML
Raw Normal View History

2023-07-06 18:00:49 +00:00
id: hookbot-rat
info:
name: Hookbot Rat Panel - Detect
author: pussycat0x
severity: info
description: |
Hookbot panel were detected.
metadata:
2023-10-14 11:27:55 +00:00
verified: true
max-request: 1
2023-07-06 18:00:49 +00:00
shodan-query: title:"hookbot"
2023-07-07 10:57:34 +00:00
tags: tech,rat,hookbot,c2,panel,detect
2023-07-06 18:00:49 +00:00
http:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: dsl
dsl:
2023-07-07 10:57:34 +00:00
- "status_code == 200 && contains(body, 'HOOKBOT PANEL')"