24

I created a fake bootloader for my co-workers computer.

Comments
  • 2
    Nice πŸ˜‚

    By the way, welcome to devRant!!
  • 2
    @Linusero thanks stranger!
  • 2
    Evil!! πŸ˜€
  • 1
    Maybe I need a cup of coffee first. But I’m wondering about reverting RSA 🧐
  • 1
    I have to learn this.

    PS. How did you inject that into his pc?
  • 1
    @Gregozor2121, thanks for the enthusiasm haha. Good luck learning machine code, I was killing myself reading it! As for how, I used a live iso (Linux) to boot up, backup, and replace his MBR. Just had to get some laughs with a fellow technician. Glad you enjoyed.
  • 1
    @crashbash
    I have created a working cpu in minecraft. Also i have a pretty good understanding assembly.

    IO might be the problem πŸ€”
  • 2
    @crashbash

    You're pretty lucy that your colleague has that kind of humor, if s.o. would touch my machine, I would rip his head clean off! :>
  • 1
    @chromdioxyde, yeah most people would've ripped my head off ha, but I was the manager and it was to a technician in a volatile repair environment serviced by imaging servers. Wouldn't of been a big deal if it hit the fan. Just another day ;p
  • 0
    @chromdioxyde
    If that have happened to me i would:
    1.Shit myself
    2.(after reveal and my countless attempts to fix it throwing linux at it)
    Yell at him
    3.If no data would be lost I would feel releaved and happy and appologise for yelling
  • 0
    @iamavalos Those are classic I love em. I sound a little more devious tho, I'd be executing fork bombs and watch as the life of the OS slowly faded away.
  • 0
    What distinguishes a virus from a fake-virus ?
  • 0
    @dder I'd say the level of harm or damage. ;P

    PS. Love your username!
  • 0
    @crashbash hm, sure but where is the border ?
    Being annoying? (Like the close-click-reopen)
    Need to fix the bootloader (initial topic here) by reinstalling,
    Deleting system files? (Fixable by reinstalling the system)
    Deleting /home (hopefully you have a backup, or undelete works)
    Overwriting the disk with /dev/random (backup needed definitely)
    Spreading over network and erasing stuff on mounted network devices... (uh damn)
    ...
  • 1
    @dder well I'll rebuttle ironically.. it was a simple "dd bs=512 count=1..." To restore the bootloader. So damage? No. But I'd still agree this is on the end of the spectrum. Still can be funny in the right circumstance.
  • 0
    @crashbash im fine with that :)
    If you know how to fix, the border will be somewhere else as if you’d be me mother. That this reopening window is already a real virus. And if it’s in the startup, then the computer is broken.

    Why the username-like though?
  • 1
    @dder I'm a big fan of the cli tool dd. I read it as dd'er lol
Add Comment