An open API service indexing awesome lists of open source software.

https://github.com/bend0us/sshlog

A strace-based tool to monitor SSH login attempts
https://github.com/bend0us/sshlog

pentesting ssh sshlog sshlogger strace

Last synced: 10 months ago
JSON representation

A strace-based tool to monitor SSH login attempts

Awesome Lists containing this project

README

          

# ⚡sshlog
A strace-based tool to monitor SSH login attempts

> ⚠️ For educational and auditing purposes only. This tool is not intended for malicious use.

**SSHLog** is a low-level auditing tool that uses `strace` to monitor the `sshd` daemon and capture authentication-related system call data. While SSH encrypts all credential information, analyzing system call sequences can still reveal useful metadata, such as attempted usernames and indirect password hints during login attempts.