Details
-
About16 years old. 3nd-year engineering degree. Fun times.
-
SkillsPython, C++, Ruby, HTML5, JS
-
LocationNew Zealand
-
Website
-
Github
Joined devRant on 10/17/2016
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
-
The first time I decided to hack around a bit:D
One of my teachers made a quiz software, which is only used by him(his lectures are about databases), and it is highly unsecure. When I heard that it is written in C# I decided to look in it's source code. The biggest problem I ran into: this program is only available on the computers in his classroom, and he monitors the computers display. However, I successfully put it into my pendrive without getting caught.
So when I got home, I just had to use a .NET decompiler(in this case: dotPeek) to get the fully functional source code. The basic function of the program was to download a quiz from his database server, and when it was finished, grade it client-side. Than, I realized how bad it was: It contains the number of questions, the number of correct and incorrect answers.
I've just made a modified .exe, which contained really little modification(like correctAnswers=maxQuestions, incorrectAnswers=0). Everything looks the same, you just have to click over it, and everytime it will return with 100%.
And the bonus: The program connects to the database as a user with root access, and without password. I was able to log in, download(dropping was available too, but didn't try) databases(with all the answers) and so on.
Never had to use it though, it was just a sort-of experience gaining.:)6 -
"Programming is like writing a book... except if you miss a single comma on page 156 the whole thing makes no damn sense" - unknown15
-
!rant
Some months back I introduced a co-worker to devrant. Today when I arrived at the office I had this on my laptop.
So proud...18 -
Based on popular demand, we're proud to introduce a basic image repost detector on devRant!
Right now it uses very simple hashing to see if an exact copy of an image was posted recently. If it was, then we display an error and we don't allow the image to be posted.
This is experimental so if you experience any issues with it please let me know.60 -
Another programming job: the first 5,183 decimals of pi, in wood sticks. Took me three months to do. Now I start e36
-
One time my co-worker put a tiny piece of tape inside the USB receiver of my mouse which apparently makes any USB device stop working. It took me a while to figure out why my damn mouse wasn't working even though everything was properly plugged in and it had new batteries.
When I found the tiny piece of tape I was instantly knew who it was and it was pretty funny.6 -
Best prank I did to a office must be that one I did when I was 7 years old:
> Sat at a schoolcomputer and explored stuff
> Found alot of network printers
> Found one called "city hall front desk"
> Created a word-document with the biggest font possible
> Wrote "Dick"
> 2000 pages of the word "dick"
> Print 2000 copies
> Did the same to a kindergarten and a "rival school"
> Never got caught because I used my teachers novell account ( the password was his name)
I miss novell15 -
My girlfriend doesn't talk to me anymore after I said I helped the new girl to do some penetration testing.27
-
My ex boss asked us how it could be possible for the code to look 'bigger' ...he insisted to somehow increase the actual file size of the delieverable..8
-
Wife: what are you thinking about?
Me: how to optimize key storage in a binary tree
Wife: forget that I asked5 -
When you're a junior sysadmin but still have to maintain ALL the production server:
How it looks:
$ sudo apt-get update
How it feels:
& sudo [ $[ $RANDOM % 6 ] == 0 ] && rm -rf / || echo *Click*7 -
Just got a call from IT people. They asked for a file which I already sent an email to them two days ago. When I told them that, they whined -- "You should have called me that you sent an email, I don't normally check it."
Didn't expect that kind of excuse from IT people... Or maybe my expectation was too high 😑2