Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 410 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 410 Bytes

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