cpalaka / haskell-prog

A collection of small haskell programs i wrote to learn the language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Morris worm: A simple implementation of the morris worm's discovery functionality. (https://en.wikipedia.org/wiki/Morris_worm) Finds and lists all hostnames on a linux system. Depends on: split, unix

http-backdoor: A simple HTTP server with a backdoor functionality to execute linux commands on host server from the URL. Takes in the port number as a command line argument. Depends on: network, split, process

About

A collection of small haskell programs i wrote to learn the language


Languages

Language:Haskell 100.0%