SSHD Injection and Password Harvesting – jm33_ng
TL;DRThe source code of this idea is available on GitHub And the weaponized version is available in emp3r0r Use echo ‘print __libc_dlopen_mode(“/path/to/library.so”, 2)’ | gdb -p <PID> for process injectionWrite a shared library to inject into sshd processIn the library, fork a child process to monitor sshd children then attach (PTRACE_ATTATCH) to themFor each ssh…
Read More “SSHD Injection and Password Harvesting – jm33_ng” »

You must be logged in to post a comment.