27 lines
738 B
YAML
27 lines
738 B
YAML
id: nimplant-c2
|
|
|
|
info:
|
|
name: NimPlant C2 Server - Detect
|
|
author: ja1sh
|
|
severity: info
|
|
description: |
|
|
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.
|
|
reference:
|
|
- https://github.com/chvancooten/NimPlant
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: "nimplant C2 server"
|
|
tags: tech,nimplant,c2
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers:
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "NimPlant C2 Server"
|