-
-
Save domedfd/9813d7058fe90fc4b9c18115b45e4168 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