Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 359 Bytes

File metadata and controls

14 lines (10 loc) · 359 Bytes

My final Systems Programming project

Webcreator.sh: A shell script that creates a number of websites

Server: A simple web server that only accept GET requests. Responds with 200, 403, 404 or 500

Crawler: A web crawler that tries to download all the pages from the server by taking a starting page and then recursively downloading all links found in it.