Advertisement
blackhat1337

exec

May 21st, 2024
657
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
ASP 0.22 KB | None | 0 0
  1. <FORM NAME="RunExec" METHOD="POST" ACTION="Exec.asp">
  2. <INPUT TYPE="SUBMIT" VALUE="Run the #exec Directive" NAME="RunExec">
  3. </FORM>
  4. <%
  5. If Len(Request.Form("RunExec")) Then
  6.   Response.Redirect("Exec.stm")
  7. End If
  8. %>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement