Archive A Reconstructed © MegaSecurity Database
Web Server Lite (LOM)
Released 22 years, 5 months 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, 22 years, 5 months 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~
This archive is an almost-complete reconstruction of the legendary Mega Security (also known as Kobayashi), a premier 90s-era "Trojan Database" where malware authors once showcased their work. After a decade offline, the site was brought back in August 2024 by its original creator, MasterRat, who authorized the Malware Gallery to host this modernized, searchable version of the collection. While the original site remains available for those seeking a nostalgic, old-school experience, we are proud to continue its legacy here. Full credit and thanks go to MasterRat and the retired Mega Security staff for their years of dedicated work in cataloging these historical samples.