Web Server Lite (LOM)
Released 21 years ago. November 2003
Copyright © MegaSecurity
By ~LOM~
Informations
Author | ~LOM~ |
Family | Web Server Lite (LOM) |
Category | Remote Access |
Version | Web Server Lite (LOM) |
Released Date | Nov 2003, 21 years ago. |
Language | Delphi, Source included |
Additional Information
Server:
size: 20.480 bytes
port: 81 TCP
startup:
none
Author Information / Description
OverView
--------
This is a basic webserver I did for learning sake -
really wasn't that hard - I've commented the most part ;)
if you use any of the source please credit ~LOM~ and
evileyesoftware.com
I've kept everything pretty lite - using basic API ;)
NOTE FROM APHEX: I tidied up a few things hope you
don't mind :P
program webserver;
uses
WebserverPlugin;
begin
StartWebServer(81, 'c:\');
//stop server : StopWebServer;
end.
~LOM~
If you recognize any personal information on this page and wish to have it removed or redacted, please contact us at jplesueur@phrozen.io. We are committed to protecting your privacy in accordance with GDPR regulations.