-
-
Save domedfd/018a774fa8395795fcf5c1de13bf6c9c to your computer and use it in GitHub Desktop.
SECCON js puzzle
This file contains hidden or 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
"use strict"; | |
({"function" :function(){ | |
this[ "null" ] = (new Function( "return" + "/*^_^*/" + "this" ))(); | |
var pattern = "^[w]$"; | |
var r = new RegExp( pattern ); | |
this[ r[ "exec" ]( pattern ) ][ "alert" ]( 1 ); | |
}})[ "Function"[ "toLowerCase" ]() ](); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment