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
- Host: GitHub
- URL: https://github.com/bend0us/sshlog
- Owner: BEND0US
- Created: 2025-06-08T21:37:39.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-06-08T21:39:13.000Z (12 months ago)
- Last Synced: 2025-06-08T22:27:19.979Z (12 months ago)
- Topics: pentesting, ssh, sshlog, sshlogger, strace
- Language: Go
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.