Skip to content
This repository was archived by the owner on Jul 27, 2024. It is now read-only.
/ jail_serv Public archive

A static web server that uses a chroot jail to prevent access to the rest of the filesystem

Notifications You must be signed in to change notification settings

matubu/jail_serv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jail_serv

🚚 An experimental static web server using a chroot jail to prevent access to the rest of the filesystem

Installation

git clone git@github.com:matubu/jail_serv.git
cd jail_serv
make

Usage

Usage:
  serv [path] [...flags]

Options: 
  --port <port>  Specify the listening port.
  --host         Expose the server to external network.

About

A static web server that uses a chroot jail to prevent access to the rest of the filesystem

Topics

Resources

Stars

Watchers

Forks