Oh man, yeah also adding to the list of people that abused their highschool computer labs with this. We had so much fun, but we eventually drew the ire of the school IT admin. After class one day the teacher took us aside with the admin and asked if we had installed BO on the computers, which we of course denied... they "believed" us, heh, but gave us a stern warning that whoever was doing it should stop. We would ha…
Hex-editing Intergrade at certain points allowed you to bypass authentication and go RIIIIIGHT in. I didn’t know what that meant at the time, but my buddy sure did. He was kicked out of school a few weeks later for editing his grades.
Back Orifice (1998)
201–210 of 231 posts
Re: Back Orifice (1998)
#202Re: Back Orifice (1998)
#203Re: Back Orifice (1998)
#204Earlier quoted context omitted.
An interesting bit about the internals and development of the BO code: The BO server was written in C and consisted mostly of a single while(1){ switch(command): ... } loop, the only functions were where callbacks were required, and it reused the same 5 variables in main() for everything. I got feedback from more than one security professional that this made it very difficult to reverse engineer. I think when I was w…
The only bug I recall being reported on BO was in the built in HTTP server (which I wrote from scratch in C), if you shared a specific directory with the HTTP server, on Internet Explorer it would not let you click through to sub-directories because of a missing slash at the end I think. I only ever tested it with Firefox which seemed to not care if the slash was present. I found out about this from people who though…
Re: Back Orifice (1998)
#205Re: Back Orifice (1998)
#206Earlier quoted context omitted.
Not only that, but some in the modern generation seem to genuinely see hackers as the scum of the earth
I know it’s a movie, but in Hackers they were also seen as the scum of the earth: “Hackers penetrate and ravage delicate public and privately owned computer systems, infecting them with viruses, and stealing materials for their own ends. These people, they are terrorists.”
Re: Back Orifice (1998)
#207Hi party people, this is Sir Dystic, author of the original 1998 Back Orifice. Great to hear all of you reminiscing about my software! One thing that I did not predict when I released BO: The distribution ZIP contained three files, a readme.txt, the BO server and the BO client. In retrospect, the BO server should probably not have been distributed with the original .EXE extension as a LARGE portion of people apparent…
Frickin' love that.
Re: Back Orifice (1998)
#208Earlier quoted context omitted.
The only bug I recall being reported on BO was in the built in HTTP server (which I wrote from scratch in C), if you shared a specific directory with the HTTP server, on Internet Explorer it would not let you click through to sub-directories because of a missing slash at the end I think. I only ever tested it with Firefox which seemed to not care if the slash was present. I found out about this from people who though…
Was Firefox around in 1998?
Re: Back Orifice (1998)
#209Earlier quoted context omitted.
I just wanted to write it was a crime still back then and take the example of the first worm in 1988 : https://en.m.wikipedia.org/wiki/Morris_worm TIL: a Harvard student named Paul Graham was quite close to Robert Morris. It is a small world.
you might be interested in seeing the founders of yc https://www.ycombinator.com/people/
Re: Back Orifice (1998)
#210Hi party people, this is Sir Dystic, author of the original 1998 Back Orifice. Great to hear all of you reminiscing about my software! One thing that I did not predict when I released BO: The distribution ZIP contained three files, a readme.txt, the BO server and the BO client. In retrospect, the BO server should probably not have been distributed with the original .EXE extension as a LARGE portion of people apparent…