Saying “sup” with `net send`
51–60 of 144 posts
Re: Saying “sup” with `net send`
#52Re: Saying “sup” with `net send`
#53we 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!
Us too. And if the sound was off, we could just turn up the volume with `osascript` commands!
By designating the voice, you could even have multiple "people" talking to the user. It got annoying quite quickly to be on the receiving end
Re: Saying “sup” with `net send`
#54In the early 90s employees still occasionally used the Messenger service (the service behind “net send”) for messaging. It was originally intended for alerts like print job completion or server powering down, but it became widely abused.
It could actually be used over the internet if the target machine was addressable, eg had a non-rfc1518 address.
We started getting lots of complaints about abuse in the mid 90s as the web was taking off, and changed our best practice recommendations to disable that service; it was not mission critical.
Most of the low level NetBIOS services were designed naively before people thought much about security; we eventually disabled or removed most of them.
Re: Saying “sup” with `net send`
#55I knew some folks who did that as well. Unfortunately I was not in the set of folks who could get away with such nonsense. You were incredibly privileged, and need to be mindful of that for the rest of your life.
Re: Saying “sup” with `net send`
#56I also told a friend in another school about the command, and their attempt also ended up sending a message to every machine in a district with over a dozen schools. We knew it would go to the whole school based on the group settings, we were still surprised that it went to other schools as well (still haven't really figured out how that worked). Luckily for them, nothing got disabled, and they kept using net send as a bilateral chat system happily ever after :)
Re: Saying “sup” with `net send`
#57I was working a tech conference, probably around 2001, with about a hundred PCs networked together. A colleague of mine intended to send a simple "net send" message to only my workstation, just as a joke. He messed up the syntax and the popup appeared on every PC in the conference, including the giant screen in the main conference hall. The message: "Fuck you" . He was fired the next day. (Don't feel bad for the guy.…
https://everything2.com/title/Jordan+K.+Hubbard > Long before FreeBSD, Jordan K. Hubbard earned a spot in Internet history in 1987 when he accidentally attempted to broadcast an rwall message to every machine on the Internet. He stopped it once he realized what was happening, but not before he & the other UC Berkeley network administrators were flooded with complaints.
Re: Saying “sup” with `net send`
#58Re: Saying “sup” with `net send`
#591. Set fun messages on all the HP Printers: https://www.irongeek.com/i.php?page=security/jetdirecthack
2. Bypass firewall restrictions by setting http:// to https:// (later had to resort to SSH tunneling using Putty). Got me banned from our library for a month when I was on Facebook and a teacher passed by.
3. Our student directory set a cookie to a 6 digit identifier in the cookie. We could access any student's grades and details by just setting it to another ID, or looking at their lunch card.
4. During finals we wouldn't be allowed to see our grades until after all the finals were submitted into our grading portal. Somebody picked up on the fact that if you stop the page load before it finished that the grades would show up. Using JS to block our grades after they loaded didn't stop even the least technical people.
5. Some of our labs had monitoring software to make sure we were working. We could just kill that process and they would lose access.
6. Invert MacOS screen colors using Control + Option + Command + 8. Teachers didn't know how to recover from this and would resort to restoring the entire Mac.
7. CTRL + ALT + Down to flip the Windows screens. Again caused issues for a lot of people who didn't know this shortcut.
What a bunch of troublemakers we were...