Created
September 17, 2021 06:48
-
-
Save YashIndane/4b14d81aa9595764f1b20a0029d1f40d to your computer and use it in GitHub Desktop.
HTML page for cgi demonstration
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
<html> | |
<head> | |
<title>CGI DEMO</title> | |
</head> | |
<body> | |
<form action="http://<ip>/cgi-bin/cgicode.py"> | |
<p>Type your command</p></br> | |
<input type="text" name="name"> | |
<input type="submit" value="Execute"> | |
</form> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment