Files
metasploit-gs/data/post/powershell/msflag.ps1
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
50 B
PowerShell
Raw Normal View History

$someText = "Hello!" ; $someText > "C:\flag.txt"
2012-05-21 14:45:34 -05:00