Skip to content

OpenSSH client credentials stealer by functions hooking

Notifications You must be signed in to change notification settings

eyalasulin999/SSH-Client-Stealer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SSH-Client-Stealer

OpenSSH client credentials stealer by functions hooking

This is POC

  • you should hijacking a shared library used by ssh (ldd /bin/ssh)
  • output written to STDOUT

Usage

make  # Compile SharedObject File

LD_PRELOAD=$PWD/stealer.so ssh user@localhost

image

you can set log level by LOG_LEVEL value

// src/stealer.c - line 16
#define LOG_LEVEL <>

Used Levels: LOG_TRACE, LOG_INFO

TBD

About

OpenSSH client credentials stealer by functions hooking

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published