Z5T1 / ncat_httpd

A HTTP Server Written in Bash using Netcat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ncat_httpd README

About

ncat_httpd is a HTTP/1.1 web server written entirely in Bash using ncat. It started as a project for a college class in February 2019.

ncat_http is not designed for use in a production environment. It is intentionally insecure and exploitable; it is designed for use as a vulnerable web server for exploitation.

Getting Started

To get started with ncat_httpd, clone this repository and run the 'ncat_httpd' script. This will start ncat_httpd on port 8080.

For more documentation, see the html/help.html file.

About

A HTTP Server Written in Bash using Netcat

License:MIT License


Languages

Language:HTML 84.5%Language:Shell 15.5%