diff --git a/BOF-Collection/.clang-format b/BOF-Collection/.clang-format index be48c94..0cf11b8 100644 --- a/BOF-Collection/.clang-format +++ b/BOF-Collection/.clang-format @@ -1,8 +1,8 @@ --- Language: Cpp BasedOnStyle: LLVM -ColumnLimit: 120 +ColumnLimit: 120 IndentWidth: 4 UseTab: Never IndentExternBlock: false diff --git a/README.md b/README.md index e1be869..428961e 100644 --- a/README.md +++ b/README.md @@ -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.|