You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
^ is where I grab the argument that cobalt strike has tokenized and provided to the alias, at this point that tokenization doesn't appear to handle an escape sequence.
So a fix for this will need some development cycles I don't have at this very moment. Likely needs to be populated through some other commands as well. In short It will likely result in either
a) grabbing all values after the reg_sz and concatinating them togther
b) re-writing command line parsing logic in general for sleep, grabbing the whole command line ourself, then doing our own tokenization.
a) would be fine as a oneoff, but then breaks down for something like reg_multi_sz as I need to know where the tokens start / end, could add in requiring some /item but I don't really like that solution.
I feel like this is a silly question, but how do you escape double quotes when using
reg_set
? I tried a few variants.Command:
Result:
Command:
Result:
Command:
Result:
The text was updated successfully, but these errors were encountered: