nuclei-templates/http/exposed-panels/c2/empire-c2.yaml

26 lines
1021 B
YAML
Raw Normal View History

2023-06-14 14:14:53 +00:00
id: empire-c2
info:
name: Empire C2 - Detect
author: pussycat0x
severity: info
description: |
Empire is a post-exploitation and adversary emulation framework that is used to aid Red Teams and Penetration Testers. The Empire server is written in Python 3 and is modular to allow operator flexibility. Empire comes built-in with a client that can be used remotely to access the server. There is also a GUI available for remotely accessing the Empire server.
reference: |
2023-06-14 14:26:33 +00:00
- https://github.com/thehappydinoa/awesome-censys-queries#security-applications
2023-06-14 14:14:53 +00:00
- https://bc-security.gitbook.io/empire-wiki/
metadata:
verified: "true"
censys-query: bc517bf173440dad15b99a051389fadc366d5df2 || dcb32e6256459d3660fdc90e4c79e95a921841cc
tags: c2,ir,osint,empire
http:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: dsl
dsl:
2023-06-14 14:26:33 +00:00
- "(\"bc517bf173440dad15b99a051389fadc366d5df2\" == sha1(body)) || (\"dcb32e6256459d3660fdc90e4c79e95a921841cc\" == sha1(body))"