Last active
April 13, 2016 21:44
-
-
Save SadProcessor/c6efddafa25b04260dbe9b734d6b36f2 to your computer and use it in GitHub Desktop.
3rd party Code: If you can't read it, you shouldn't run it...
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
############################################################################# | |
$t = "3rd party Code: If you can't read it, you shouldn't run it..." | |
############################################################################# | |
$V = @('a';'e';'i';'o';'u';'y';'A';'E';'I';'O';'U';'Y') | |
foreach($x in $v){$t = $t.replace($x,('"+$v['+($v.IndexOf($x))+']+"'))} | |
$t = '$V = @("a";"e";"i";"o";"u";"y";"A";"E";"I";"O";"U";"Y");'+'"'+$t+'"'|` | |
clip.exe | |
############################################################################# | |
# press F5 in console & ctrl-V into a new powershell console for demo # | |
############################################################################# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment