Forum Discussion
retornet
8 months agoBronze III
Threat Hunting: Investigating a Fake PoC Q9
I am having issues trying to solve this last question.
After running some obfuscated Powershell commands, the program outputs either a success or a failure message. What command is executed that sets the value of the "text" variable within the "main" function? Any tip?
Thanks
Assuming you solved the previous questions, found the main function:
Locate the row with "text = foo.bar()" and enter "foo.bar()". Too easy.