Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MattKeeley committed Mar 3, 2024
1 parent e21ee18 commit d77126a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
Hawk
</h1>

Hawk is a lightweight Golang tool designed to monitor the `sshd` and `su` services for passwords on Linux systems. It reads the content of the proc directory to capture events, and ptrace to trace system calls related to password-based authentication.
Hawk is a lightweight Golang tool designed to monitor the `sshd`, `sudo` and `su` services for passwords on Linux systems. It reads the content of the proc directory to capture events, and ptrace to trace syscalls related to password-based authentication.

## Features

- Monitors SSH and SU commands for passwords
- Reads memory from sshd and sudo system calls without writing to traced processes
- Exfiltrates passwords via HTTP requests to a specified web server
- Monitors SSH, SUDO and SU commands for passwords
- Reads memory from sshd, sudo and sudo syscalls without writing to traced processes
- Exfiltrates passwords via HTTP/S requests to a specified web server
- Inspired by [3snake](https://github.com/blendin/3snake)

## Build
Expand Down

0 comments on commit d77126a

Please sign in to comment.