nuclei-templates/http/technologies/nimplant-c2.yaml

27 lines
738 B
YAML
Raw Normal View History

2023-03-02 09:56:34 +00:00
id: nimplant-c2
2023-03-02 06:55:14 +00:00
info:
name: NimPlant C2 Server - Detect
author: ja1sh
severity: info
description: |
2023-03-02 10:11:39 +00:00
NimPlant is an open source light first-stage C2 implant written in Nim and Python. It is designed to be used as a starting point for those who want to develop their own custom C2 implants. NimPlant is fully customizable and lightweight, making it easy to integrate into existing C2 frameworks.
2023-03-02 06:55:14 +00:00
reference:
- https://github.com/chvancooten/NimPlant
metadata:
max-request: 1
2023-06-04 08:13:42 +00:00
verified: true
2023-03-02 06:55:14 +00:00
shodan-query: "nimplant C2 server"
2023-03-02 10:11:39 +00:00
tags: tech,nimplant,c2
2023-03-02 06:55:14 +00:00
http:
2023-03-02 06:55:14 +00:00
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: word
part: header
words:
- "NimPlant C2 Server"