Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@Maxeh Technically the show doesn't even exist. Give them a little credit for trying
-
7Raiden8787y@crow22498 Can he do better? With brute force? There are exactly N^4 entries, brute force try them all ;)
-
Or according to several rants I saw,just use terminal with black background and green text and now you are considered as a hacker.
And don't forget the black hoodie -
GeaRSiX6477yAs much as this scene made me cringe, they did seem to put in more effort to get it right then most shows.
-
@XiovV it probably looked like this
from itertools import product
password = None
for p in product('0123456789', repeat=4):
if check_password(p):
password = p
break
print(password) -
I hate shit like this in movies and TV. This made me cringe so hard. Like...do some fucking research or something.
Granted...I GUESS this is a valid brute force attack.
Related Rants
-
wrkuijpers82Me: *Watching a movie* Main Character: "Oh no, we have to hack the CIA to figure out how this machine works! ...
-
molynerd12Writing some code on a flight "ARE YOU HACKING?!?!" "Ugh... Well yeah but not in the way you're thinking" "Om...
-
harshitks10Hacking is like sex. You get in, you get out, and hope that you didn’t leave something that can be traced ba...
In case you ever want to hack into a computer with 14 lines of code only. This algorithm is just genius.
joke/meme
basic
stranger things
hacking