Added byob detection + rce template

patch-10
sandeep 2024-08-17 15:28:02 +05:30
parent c4363c3ccf
commit c5176830c5
2 changed files with 87 additions and 0 deletions

View File

@ -0,0 +1,26 @@
id: malwared-byob
info:
name: Malwared - Build Your Own Botnet
author: pdteam
severity: info
description: |
Detects the presence of the Malwared - Build Your Own Botnet tool on the target system.
reference:
- https://github.com/malwaredllc/byob
metadata:
shodan-query: http.favicon.hash:487145192
fofa-query: icon_hash="487145192"
tags: panel,malware,byob,botnet,oss
http:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: word
words:
- "Build Your Own Botnet"
- "Post-Exploitation Framework"
- "malwaredllc/byob"

File diff suppressed because one or more lines are too long