Forum Discussion

retornet's avatar
retornet
Icon for Bronze I rankBronze I
19 hours ago

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 

1 Reply

  • Assuming you solved the previous questions, found the main function:
    Locate the row with "text = foo.bar()" and enter "foo.bar()". Too easy.