فهرست منبع

Update EXE.sh

Updates
assume-breach 2 سال پیش
والد
کامیت
ffd101d8a4
1فایلهای تغییر یافته به همراه2 افزوده شده و 4 حذف شده
  1. 2 4
      Harriet/EXE.sh

+ 2 - 4
Harriet/EXE.sh

@@ -54,7 +54,7 @@ echo ""
 echo -e "$BOLD_BLUE 1.$BOLD_WHITE Fully-Automated AES Encryption"
 echo -e "$BOLD_BLUE 2.$BOLD_WHITE Fully-Automated AES Encryption w/ Process Injection"
 echo -e "$BOLD_BLUE 3.$BOLD_WHITE Fully-Automated AES Encrypted QueueUserAPC Shellcode Execution"
-echo -e "$BOLD_BLUE 4.$BOLD_WHITE Fully-Automated AES Encrypted ThreadPoolWait Shellcode Execution"
+echo -e "$BOLD_BLUE 4.$BOLD_WHITE Fully-Automated AES Encrypted NativeAPI Shellcode Execution"
 echo ""
 echo -n -e "$BOLD_WHITE > "
 read CHOICE
@@ -74,11 +74,9 @@ elif [ $CHOICE == 3 ]; then
 
 elif [ $CHOICE == 4 ]; then
         echo ""
-        bash Harriet/ThreadPoolWait/TPW.sh
-
+        bash Harriet/NativeAPI/NativeAPI.sh
 else 
 	echo -e $BOLD_RED Invalid option
 	sleep 3
 	trap easyexit EXIT
 fi
-