MythicAgents / Apollo

A .NET Framework 4.0 Windows Agent
BSD 3-Clause "New" or "Revised" License
439 stars 89 forks source link

Fix mimikatz.py command_line length check #12

Closed reznok closed 3 years ago

reznok commented 3 years ago

An improper check on the command_line length was resulting in the following mythic error when using the mimikatz command:

[-] Mythic error while creating/running create_tasking: 
'>' not supported between instances of 'str' and 'int'
djhohnstein commented 3 years ago

Good catch - much appreciated.