From 978b739a08f01b55866b2ddff54a7b7553d16209 Mon Sep 17 00:00:00 2001 From: "R.B.C." Date: Fri, 20 Dec 2024 21:02:59 -0500 Subject: [PATCH] Update 2024-12-20-Create your own C2 using Python- Part 3.md --- _posts/2024-12-20-Create your own C2 using Python- Part 3.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_posts/2024-12-20-Create your own C2 using Python- Part 3.md b/_posts/2024-12-20-Create your own C2 using Python- Part 3.md index 2cde87d05894..24a3abb6e75d 100644 --- a/_posts/2024-12-20-Create your own C2 using Python- Part 3.md +++ b/_posts/2024-12-20-Create your own C2 using Python- Part 3.md @@ -36,6 +36,8 @@ Well, let's get down to it then. As usual, I'm going to quickly run through the Instead of posting all the Python code, I'm going to ask that you reference the code from the previous posts. That way, I can get straight to the new features and post smaller snippits. I think that will help explain the new additions to our C2 better and make things easier to follow. +All the Visual Studio projects related to this blog post can be found here: [C2 Part 3 - Files](https://github.com/g3tsyst3m/CodefromBlog/tree/main/2024-12-20-Create%20your%20own%20C2%20using%20Python%20-%20Part%203) + > **Prep** - Be sure to open and compile the UIAccess_bypassUAC C++ project.