Skip to content

r888800009/vulnerable-cgi-login-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

易受危害的CGI應用程式

gcc login.c -o login 
sudo docker build -t my-httpd . 
sudo docker run -p 8080:80 my-httpd