Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion BOF-Collection/.clang-format
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
Language: Cpp
BasedOnStyle: LLVM
ColumnLimit: 120

ColumnLimit: 120
IndentWidth: 4
UseTab: Never
IndentExternBlock: false
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ My own (growing) BOF collection. Built using the [bof-vs](https://github.com/Cob
|Name|Description|
|----|----------|
|**[execute-shellcode](BOF-Collection/shellcode.cpp)**|Run shellcode inside the beacon process using QueueUserAPC. Make sure your shellcode returns!|
|**[ticket-extractor](BOF-Collection/ticket_extractor.cpp)**|Extract Kerberos tickets from the system. The same way that `Rubeus.exe dump` does it.|
|**[extract-tickets](BOF-Collection/ticket_extractor.cpp)**|Extract Kerberos tickets from the system. The same way that `Rubeus.exe dump` does it.|