Added file sync to smb_exfiltrator payload

This commit is contained in:
Darren Kitchen 2017-04-10 15:54:39 +10:00 committed by GitHub
parent bdcbc45c94
commit b4b23c04f1

View File

@ -92,7 +92,8 @@ rm -rf /loot/smb/EXFILTRATION_COMPLETE
mv /loot/smb/e/* /root/udisk/loot/smb_exfiltrator
# Clean up temporary loot directory
rm -rf /loot/smb/e/*
# Sync file system
sync
######## FINISH ########