Mr-Un1k0d3r / ThunderShell

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

New feature request - autocomand (with proposal on how to do) #9

Closed tristandostaler closed 5 years ago

tristandostaler commented 6 years ago

Add in default.json: "autocommand": "whoami",

Add in core/parser.py: in init: self.autocommand = self.config.get("autocommand")

in register, last line of the function: self.output = self.autocommand

Mr-Un1k0d3r commented 5 years ago

I'm assuming you want auto command when the shell is connecting back? I will add the feature

Mr-Un1k0d3r commented 5 years ago

Feature added

tristandostaler commented 5 years ago

Thanks!