Skip to content

Commit 41e20dc

Browse files
authored
First time auto release (#2)
1 parent 92a6f1a commit 41e20dc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

BOF-Collection/.clang-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
Language: Cpp
33
BasedOnStyle: LLVM
4-
ColumnLimit: 120
54

5+
ColumnLimit: 120
66
IndentWidth: 4
77
UseTab: Never
88
IndentExternBlock: false

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ My own (growing) BOF collection. Built using the [bof-vs](https://github.com/Cob
77
|Name|Description|
88
|----|----------|
99
|**[execute-shellcode](BOF-Collection/shellcode.cpp)**|Run shellcode inside the beacon process using QueueUserAPC. Make sure your shellcode returns!|
10-
|**[ticket-extractor](BOF-Collection/ticket_extractor.cpp)**|Extract Kerberos tickets from the system. The same way that `Rubeus.exe dump` does it.|
10+
|**[extract-tickets](BOF-Collection/ticket_extractor.cpp)**|Extract Kerberos tickets from the system. The same way that `Rubeus.exe dump` does it.|

0 commit comments

Comments
 (0)