Mr-Un1k0d3r / ThunderShell

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

Typo for autocompletion #8

Closed tristandostaler closed 5 years ago

tristandostaler commented 6 years ago

There is a typo in cli.py line 55: readline.parse_and_bind("tab: complete") should be: readline.parse_and_bind("tab:complete")

https://github.com/Mr-Un1k0d3r/ThunderShell/blob/master/core/cli.py

Mr-Un1k0d3r commented 5 years ago

updated the code