Skip to content
This repository was archived by the owner on Mar 27, 2018. It is now read-only.

ivanchan8/httpd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bash web server and client

Do not actually use this for anything. It is a simple bash scripting example.

Tips

  • both the client and server should be sending CRLF rather than just LF
  • the current implementation does not fully follow this requirement
  • access to parent directory .. and shell escapes is not done.
  • test first with just netcat as the client or netcat as the server
  • once that part is working, use curl or wget as a client.
  • some versions of netcat do not allow the -e parameter.

About

Testing web server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published