1155
Null terminator (backend.xylight.dev)
submitted 11 months ago by [email protected] to c/[email protected]

This image is hosted on an Environmentally Friendly™ host.

top 50 comments
sorted by: hot top controversial new old
[-] [email protected] 177 points 11 months ago

Right, So I actually did something similar. On some version of windows I noticed that ctrl-backspace was adding another character to the password, instead of deleting it. So I included it in my password. Then I updated to a new version of windows and got locked out since they updated the password backend to where it would actually delete the password instead of a adding the character, so I had no way of typing out my password. Ended up just nuking the computer.

[-] [email protected] 53 points 11 months ago

Could have just researched what character was being inserted by the ctrl backspace and then used the keyboard to insert the character from its ascii or unicode code to login and then changed your password before nuking your computer

[-] [email protected] 41 points 11 months ago
[-] [email protected] 11 points 11 months ago
[-] [email protected] 41 points 11 months ago
load more comments (1 replies)
[-] [email protected] 25 points 11 months ago

Your what? Like those things with the dial that are attached to the wall? How are you meant to do it with that?

[-] [email protected] 30 points 11 months ago

Easy. You whistle in binary and say modem noises. The operator will patch you through to the internet.

[-] [email protected] 11 points 11 months ago
[-] [email protected] 5 points 11 months ago

I genuinely can't tell if you and the person you responded to are doing a bit and committing to it, or are genuinely referring to:

Phreakers

Making weird modem noises to hack phones will always be the funniest 90's hacker thing I've ever heard.

[-] [email protected] 4 points 11 months ago

Hey, it worked, okay lol? And we were in the 70’s.

load more comments (2 replies)
load more comments (1 replies)
[-] [email protected] 9 points 11 months ago

I'm sure this version of windows was before phones had screens attached, and likely before the internet was ubiquitous. They likely had one computer and would have had to go somewhere else to look it up if that was even an option.

[-] [email protected] 4 points 11 months ago

And a time when if you had a phone capable of the internet it would probably cost 5€ per minute.

[-] [email protected] 12 points 11 months ago

Or just cleared the SAM password altogether. Windows is trivially easy to break into if you have physical access and the volume isn't encrypted.

[-] [email protected] 6 points 11 months ago* (last edited 11 months ago)

My go-to solution is to simply replace some kind of accessibility feature executable, such as onscreen keyboard, with cmd.exe. It runs under SYSTEM.

load more comments (1 replies)
load more comments (1 replies)
[-] [email protected] 34 points 11 months ago

Was that the same version of Windows where you could click "cancel" to bypass the login prompt?

[-] [email protected] 25 points 11 months ago

early win98 and i think even into second edition you could just click the close window x button on the login window and it would just dump you onto the desktop. my parents thought adding a password would stop late night gaming.... nope worked till i got discovered one fateful nigbt and i was grounded till i revealed how i found out what the password was.

was eye opening for my father who then started just taking the power cords off the monitor and psu.

[-] [email protected] 19 points 11 months ago

My parents had the power cord in locked box, so you need a key to turn the computer on, which only they have.
Me and all my siblings learnt to pick lock.

[-] [email protected] 3 points 11 months ago

What did you use as tools, or was it a masterlock?

load more comments (2 replies)
[-] [email protected] 7 points 11 months ago

TBF, my parents tried that power cord solution first as I was the "techy type" in the family. It just taught me to hide the fact that I had extras. 🤪

[-] ArbitraryValue 12 points 11 months ago

There was one like that? I remember the sticky-keys bypass but not that.

load more comments (1 replies)
[-] [email protected] 20 points 11 months ago

I know, this is easier said than done for someone unfamiliar with this stuff, but maybe still good to know that this is an option in future:

You can prepare a "Linux Live USB" and select in the BIOS that it should boot off of that.
It'll start a complete OS off of that USB, so you can access the hard drive (assuming you didn't enable disk encryption) and at the very least backup your files, or sometimes even resolve whatever keeps you from accessing Windows.

[-] [email protected] 14 points 11 months ago

Remember: Those were probably the times of a single computer at home and having a spare laptop somewhere ready for that is not the default.

[-] [email protected] 9 points 11 months ago

Those were the times when I had to pull out my hard drive, ride my bike to my best mate's house, and plug it into their PC so I could finish up a report due the next day. All because Windows 95 didn't shut down cleanly and refused to boot.

load more comments (3 replies)
[-] [email protected] 3 points 11 months ago

this i do all the time. you can even make a persistance on the drive so its not just like a fresh install every boot. really nice if you wont have access to internet on the host hardware so if you need sometool inparticular you can have it installed already

[-] [email protected] 15 points 11 months ago

Lol and they say Windows is great with being backwards compatible...

[-] [email protected] 5 points 11 months ago

I did the exact same thing with my password at work

load more comments (1 replies)
[-] [email protected] 98 points 11 months ago* (last edited 11 months ago)
[-] [email protected] 42 points 11 months ago

Huh, that's what it looks like when you comment \0

[-] [email protected] 16 points 11 months ago
[-] [email protected] 10 points 11 months ago* (last edited 11 months ago)
[-] [email protected] 8 points 11 months ago

I mean the \0 literal

load more comments (1 replies)
[-] afa 38 points 11 months ago

My lemmy mobile client just crashed. This is me on the web interface, lol.

[-] [email protected] 22 points 11 months ago

Always leave it to the actual users to find any bugs you didn't think of, lol.

Actual Josh from "Let's game it out" energy.

[-] [email protected] 13 points 11 months ago
[-] [email protected] 7 points 11 months ago

seems to work as expected.

load more comments (1 replies)
[-] [email protected] 74 points 11 months ago

Doing that to annoy devs who didn't sanitize their database inputs is like walking along parking lot just to see if anyone has forgotten to lock their car, just to put a post it in the steering wheel.

[-] [email protected] 7 points 11 months ago* (last edited 11 months ago)

Nah man, not sanitizing Inputs could pose serious security risks as someone could use this shit to escape and run arbitrary database queries potentially leaking passwords or other info or just wiping it (Afa I have learnt on the internet)

[-] [email protected] 4 points 11 months ago* (last edited 11 months ago)

Just like @[email protected] said, leaving your car unlocked is a serious security issue and you'd be lucky if someone walked by and just left a post-it note

[-] [email protected] 54 points 11 months ago* (last edited 11 months ago)

Title text: My password is just every Unicode codepoint concatenated into a single UTF-8 string.

[-] [email protected] 26 points 11 months ago
[-] [email protected] 21 points 11 months ago

Now I want to try this."; DROP TABLE 'users';

ftfy

[-] [email protected] 29 points 11 months ago

I really want to start a synth band called Robert and the'); DROP TABLE 'artists';

[-] ButWhatDoesItAllMean 27 points 11 months ago

Little Bobby Tables

[-] [email protected] 19 points 11 months ago

Is this anything that a simple admin password reset wouldn't fix? It's not like admins can see your passwords anyways. (if the system is even remotely competent)

[-] [email protected] 17 points 11 months ago

if the system is even remotely competent

...

[-] [email protected] 15 points 11 months ago

At least he's not holding it by the top of the screen like Black Hat Guy.

[-] [email protected] 10 points 11 months ago

My password is just every Unicode codepoint concatenated into a single UTF-8 string.

load more comments
view more: next ›
this post was submitted on 03 Aug 2023
1155 points (98.8% liked)

Programmer Humor

18240 readers
10 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS