소스 검색

Update HighBorn.cs

Updated to delete the dll from the temp folder on the target.
assume-breach 3 년 전
부모
커밋
79a850e843
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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\");