Skip to content

Commit 354fb18

Browse files
committed
some love now we support mcp to opencode
1 parent 6cf2446 commit 354fb18

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: LazyOwnOpenCodeAdapter
2+
description: 'From the creators of LazyOwn Redteam Framework comes a free and open-source minimal production‑grade, low‑level LazyOwnOpenCodeAdapter for Linux systems that captures keystrokes directly from the kernel’s input subsystem (evdev). It operates as a daemon, logs every key press with microsecond precision, and supports keyboard modifiers (Shift, Ctrl, Alt, CapsLock). Designed for authorized security audits, penetration testing, system monitoring, and debugging input pipelines. This implementation is written in standard C, uses no external libraries beyond the GNU C library, and runs on any Linux kernel ≥ 2.6.
3+
'
4+
author: LazyOwn RedTeam
5+
version: '1.0'
6+
enabled: true
7+
params:
8+
- name: lhost
9+
type: string
10+
required: true
11+
description: lhost target.
12+
os: any
13+
trigger: []
14+
tool:
15+
name: LazyOwnOpenCodeAdapter
16+
repo_url: https://github.com/grisuno/LazyOwnOpenCodeAdapter.git
17+
install_path: external/.exploit/LazyOwnOpenCodeAdapter
18+
install_command: pip install -r requirements.txt
19+
execute_command: python3 adapter.py --lazyown-dir ~/LazyOwn --host {lhost} --port 8080
20+
category: 10. Command & Control

0 commit comments

Comments
 (0)