Live data from Hacker News

Saying “sup” with `net send`

drew.shoes

71–80 of 144 posts

Re: Saying “sup” with `net send`

#71
Severals groups of boys at my grammar school† built what were called "User groups" which were "online" services accessible only on the school's computers with (at least theoretically) exclusive membership. There'd be maybe some simple games for your users, perhaps some sort of "bulletin board" and most often a "chat" service. Except, on the PCs we were increasingly using, these chat services all worked by using file I/O to a shared file, which is obviously very hard on the poor file server in ~1991 which is when this would have been happening. So the "chat services" were banned by staff. But I figured out how to write NetBIOS/NetBEUI software so I could implement chat without touching files, and this was allowed, increasing popularity of my User group, which I believe was named "Erewhon 2280".

† for Americans, the UK used to have selective education, some parts of the country still do, under this system children who test well at age 11 or 12 are sent to different state funded schools from their peers, mostly single sex such as a Grammar School, so that's a school of mostly high achieving all boys, this is probably a bad idea on net but it's popular for various reasons.

Re: Saying “sup” with `net send`

#72
post #6

we used to do similar with the Mac's ability to speak using the command 'say'. we'd ssh into a computer we knew someone to be sitting and have it 'say' something while using their name. at least, until one day, the 'say' app was not longer available!

I worked in an office in the early 2000s that was PC’s but we had a single shared Mac workstation we’d use for tasks like testing things in Safari. I sat right next to this workstation and every time someone would sit there I would ssh in and use `say` to make it say strange things like “help, I’m stuck in the computer”. It was one of those green G3 towers and it would come kind of creepily out of it’s internal speaker.

No one knew who was doing it until one day my friend was using it and I made too much of an inside joke that gave it away.

Re: Saying “sup” with `net send`

#73
My entire school district was in the same domain/workgroup and so I remember sending a net send to literally every computer on the network, 4 high schools (mine had a population of 4K students), 3 middle schools and a dozen elementary schools. The IT department came running into the computer lab to figure out who had done it. I simply closed the window, switched back to MS Word and played dumb. Good times.

A few months later I got expelled for some Novell netware breakin shenanigans but that whole experience was well worth it. I had been booting into slax and stealing SAM files from shared/library computers and then cracking them at home with lophtcrack to figure out passwords. The top level system admin had a 5 letter dictionary word, “north” as his password. I had keys to the kingdom. I’d shut systems down all the time for fun but never broke a thing. They tried to throw the book at me but fortunately it all fizzled out in the end.

Re: Saying “sup” with `net send`

#74
I had a friend that was very religious, he also had a blog about religion. Me and a friend of mine sent him a series of profanities via email through an open SMTP relay, that seemed like it was coming from one of the parish leader's account. I am very embarrassed now for doing that, but it was really funny in the moment.

Re: Saying “sup” with `net send`

#75
When our school started to provide network shares to students, they were pretty lax on security. I figured out that everyone's share was publicly read/writable, and the network path was pretty easy to guess. Whenever someone would annoy me I would replace a project file they were working on with some matter of nuisance program, like a zip bomb or a script that just kept opening word until the system ran out of ram. I'm surprised I never got caught, because I was too much of an idiot to properly cover my tracks.

Re: Saying “sup” with `net send`

#76
I think we've all done this to various effect. I made every computer (hundreds, maybe over 1000 on the domain) on campus go BEEP simultaneously. I almost didn't press enter, but I'm glad I did. When I heard the ubiquitous beep, the yelps from startled students in the rooms next door, and the sound of chairs as people jumped, I about lost it. I had tears coming out of my eyes. They never did figure out who did it.

Re: Saying “sup” with `net send`

#78
We had a computer lab that overlooked our library, which also had computers. It was fun to pick a specific computer and `net send` messages to that person that made it clear they were being watched. I sure hope we didn't cross any lines messing with people, but I really can't remember.

Re: Saying “sup” with `net send`

#79
I recall in the late 80s on vt100's accessing BITNET allowed you to 'net send'-like to other BITNET nodes around the country. I used to randomly try to contact other users at other random educational institutions after using the 'finger' equivalent to remote BITNET sites. I can only imagine how my messaging probably messed up their terminal session screens and just end-user confusion ensuing.

Another 'write' unix shenanigans was the ability to send control sequences, so one could send a 'terminal reset' sequence to any user online a terminal room using a dumb terminal (wyse, vt100 etc) and it would quickly reset the terminal and log them off. One could even send a long sequence of control strings to force a crude ascii animation, then reset terminal if you wish. (not me of course)

Re: Saying “sup” with `net send`

#80
post #61

Earlier quoted context omitted.

Got in trouble for something similar in middle school, actually. I would bike over to the high school for my robotics club, and some of the older members had written a privilege escalation script for the Windows machines. So, I brought it on a flash drive to my technology class the next day and ran 'shutdown -i' with admin privs. Being young and stupid, I broadcast a reboot message to all ~700 machines connected on t…

I played with network sniffer on home network (that sent funny packets to switch to make it MITM traffic thru my machine). Except it didn't work/I fucked something up and all traffic went thru my machine. They couldn't prove it's me so teacher just blanked banned anyone in the library (our class with few of my friends were on the 4 machines in the library) from using machines there for few months. Then when we got ne…

When I was studying abroad, I noticed that the Ethernet at my Uni dorm seemed to have a lot of cross traffic. So I ran a simple password sniffer, not knowing it also effectively turned my computer into a giant switch. Soon after I came home to my flat mates saying “the IT department came and kicked you off the internet.” I thought it was a joke, until I saw I wasn’t on. I called and pled dumb, saying I had installed an “internet accelerator” and they believed me and restored access.

FWIW I wasn’t actually going to do anything with the passwords (of which I accumulated many!). It was mostly just a fun nerd flex with no bad intentions.

Post reply on HN