You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
created a minimal HTTP 1.1 server, based on RFC 2616 from scratch, without using any HTTP libraries. The backdoor functionality is that when the server receives a GET request for a URL in the form …
created an implementation of the Morris worm’s host discovery functionality. When run the program, it will output a list of all host names known and possibly trusted by the current host.