My operating systems professor hosted the whole institute‘s web site on his OS/2 desktop. That was fifteen years ago. He was quite cool, he wrote his own simple message board for the lecture, and when students hacked it and wrote fake messages under his name, he took it in a sporting spirit, and the students reached an informal understanding with him: it‘s fine to post under his name if it is in another color than hi…
Hosting a Public Website on MS-DOS (2022)
41–50 of 54 posts
Re: Hosting a Public Website on MS-DOS (2022)
#42Re: Hosting a Public Website on MS-DOS (2022)
#43> Your server will be secure because it's obscure. But it's still very likely to become a target for autistic geniuses. I legit laughed out loud.
Friend used to run his webservers on Amigas about two decades ago, back in a time where the time of hooking up an unpatched Windows system to a 100MBit connection would have it infected before you could start updating it. "Of course the webserver there is horribly insecure, as there haven't been new releases in years, but it's so obscure that none of the exploits work"
Re: Hosting a Public Website on MS-DOS (2022)
#44Earlier quoted context omitted.
These tend to try the top _n_ exploits on common ports. In fact, a little obscurity rids oneself from common attacks. I usually move my Wordpress admin access to a different port and URL and that really does stop scripts from trying exploits all day long. (Of course, I make sure everything else is set for security, too.)
Yeah. I eliminated a persistent bot attack on a webapp in minutes by simply adding a very easy question on user signup (like "what's 1+1?") Security through obscurity is an overused concept: it doesn't work against determined humans, but on the greater internet, when your adversary are bots, it is extremely effective.
Re: Hosting a Public Website on MS-DOS (2022)
#45A minor annoyance, I prefer to keep my mouse out of the way to one side when I scroll on a website, but if you have you mouse outside of the narrowest extremes of the columns on this website, scrolling does nothing. Otherwise an interesting writeup
Re: Hosting a Public Website on MS-DOS (2022)
#46Re: Hosting a Public Website on MS-DOS (2022)
#47Earlier quoted context omitted.
Nowadays there are armies of bots that will find an insecure internet-connected server within seconds. Security through obscurity isn't much of a thing anymore.
These bots you are talking about are not intelligent, they do not find "insecure" servers to break into. They simply brute-force and exploit known bugs on popular services. There is no botnet targeting web services running on DOS, because no one is running web services on DOS.
What exactly is the difference?
Re: Hosting a Public Website on MS-DOS (2022)
#48To be honest, I thought he was running it bare metal.
Re: Hosting a Public Website on MS-DOS (2022)
#49Imagine how flabbergasted you'd be if you spent the time and effort to break into someone's web host, but all you found was MS-DOS.
Re: Hosting a Public Website on MS-DOS (2022)
#50Earlier quoted context omitted.
Friend used to run his webservers on Amigas about two decades ago, back in a time where the time of hooking up an unpatched Windows system to a 100MBit connection would have it infected before you could start updating it. "Of course the webserver there is horribly insecure, as there haven't been new releases in years, but it's so obscure that none of the exploits work"
Did that time end? I'm pretty sure it's still a very bad idea to make a system with common serious vulnerabilities even briefly publicly reachable on ipv4.
It's also very popular for ISPs to drop traffic on the windows file sharing ports, because it's almost all either malicious or at least unintentional.