> For the complete documentation index, see [llms.txt](https://codex-7.gitbook.io/codexs-terminal-window/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://codex-7.gitbook.io/codexs-terminal-window/red-team/cobalt-strike/beacon-object-files.md).

# Beacon Object Files

List of nice open source BOFs I've played with or think might be useful in engagements

* <https://github.com/helpsystems/nanodump> - Stealthy LSASS dumping using cloned handles, exfiltrated over Beacon without touching disk. Uses syscalls.
* <https://github.com/CCob/BOF.NET> - Allows implementation of .NET code as BOFs. Unlike traditional BOFs, can run as background jobs. Good for long running tasks such as custom keylogger capabilities.
* Will add more as I go along
