Mr-Un1k0d3r / ThunderShell

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

the interaction commands with the victim not working #2

Closed aoprea1982 closed 7 years ago

aoprea1982 commented 7 years ago

Like the title says cannot send remote commands.

The error: thundershell17

  1. Operating system used to compile and run ThunderShell Kali Linux 2017.2

  2. Victim machine Windows 10 pro x64 version 1703

  3. Shell command / script / task you were trying to run. Running whoami command . thundershell17

Mr-Un1k0d3r commented 7 years ago

After a bit of research this issue seems to be caused by the fact the IE profile is not initialized yet. As the error suggest adding the -UseBasicParsing should fix the issue. I'm going to update the code to support cases where profile was never initialized.