Skip to content

Hookbot Rat Panel - Detect

ID: hookbot-rat

Severity: info

Author: pussycat0x

Tags: tech,rat,hookbot,c2,panel,detect

Hookbot panel were detected.

id: hookbot-rat
info:
name: Hookbot Rat Panel - Detect
author: pussycat0x
severity: info
description: |
Hookbot panel were detected.
metadata:
verified: true
max-request: 1
shodan-query: title:"hookbot"
tags: tech,rat,hookbot,c2,panel,detect
http:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: dsl
dsl:
- "status_code == 200 && contains(body, 'HOOKBOT PANEL')"
# digest: 4a0a0047304502206cee6caa807c92fac9b771a453f835c403d4742092fd0055b52985a704120c7c022100c8cf625214aa16f19afa8ca112d32184548757cf18d3a7ded50a9ec52e9d4ff6:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/c2/hookbot-rat.yaml"

View on Github