Added byob detection + rce template
parent
c4363c3ccf
commit
c5176830c5
|
@ -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
Loading…
Reference in New Issue