Skip to content

A webserver written in C!! Directory traversal protection, and the support of TWO different status codes!! Very slow as well :p

Notifications You must be signed in to change notification settings

JonPizza/Jonz-C-Webserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Jonz C Webserver

This is a webserver that will never:

  • Give you up
  • Let you down
  • Run around
  • Desert you
  • Make you cry
  • Say goodbye
  • Tell a lie
  • Hurt you

As well as:

  • Serve files in the "webroot" directory ('/' at the end is madatory)
  • Return either 404 or 200
  • Ignore most request headers
  • Having a CSP, so XSS will be particuarly hard, although you will have to only include JavaScript files from your origin.
  • Has directory traversal protection
  • Doesn't support URL encoding
  • Probably has a memory leak
  • Serves everything over port 6969

Enjoy!

About

A webserver written in C!! Directory traversal protection, and the support of TWO different status codes!! Very slow as well :p

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages