![]() |
|
How to shutdown your whole school's computer system. - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Computers (https://sinister.ly/Forum-Computers) +--- Forum: Operating Systems (https://sinister.ly/Forum-Operating-Systems) +--- Thread: How to shutdown your whole school's computer system. (/Thread-How-to-shutdown-your-whole-school-s-computer-system) |
RE: How to shutdown your whole school's computer system. - phyrrus9 - 10-21-2017 (10-20-2017, 07:36 PM)Imm0rtal Wrote: Hmm I tried putting a RAT into a USB if its plugged into a machine it will Automatically start try that one maybe it will work when your at home then you see ur teachers browser then you see your teacher browsing a Porn Site blackmail your teacher Get a good grades (not recommended idea if your stupid wanna try don't blame me if something will happen) hahaha i will never try it instead ill just access there school database LOL that's awesome dude.. Did that ever pan out for you? What sort of USB hackery were you using for it? I've heard of a lot of people using those USB rubber duckies that Hak5 came out with years ago (Link), have you tried those at all? RE: How to shutdown your whole school's computer system. - Imm0rtal - 10-21-2017 (10-21-2017, 10:46 AM)phyrrus9 Wrote:(10-20-2017, 07:36 PM)Imm0rtal Wrote: Hmm I tried putting a RAT into a USB if its plugged into a machine it will Automatically start try that one maybe it will work when your at home then you see ur teachers browser then you see your teacher browsing a Porn Site blackmail your teacher Get a good grades (not recommended idea if your stupid wanna try don't blame me if something will happen) hahaha i will never try it instead ill just access there school database Hmm USB Rubber duckies i never used USB rubber duckies they are a USB storage too but its programmed itself you just need to program autorun or something i have my own method use your brain definitely you will get something good ideas when the system is rebooting or starting Hmm when you want to use a USB spread method use a worm or anything spreading method you got ! RE: How to shutdown your whole school's computer system. - phyrrus9 - 10-21-2017 (10-21-2017, 01:40 PM)Imm0rtal Wrote:(10-21-2017, 10:46 AM)phyrrus9 Wrote:(10-20-2017, 07:36 PM)Imm0rtal Wrote: Hmm I tried putting a RAT into a USB if its plugged into a machine it will Automatically start try that one maybe it will work when your at home then you see ur teachers browser then you see your teacher browsing a Porn Site blackmail your teacher Get a good grades (not recommended idea if your stupid wanna try don't blame me if something will happen) hahaha i will never try it instead ill just access there school database That's not what the duckies do, they aren't USB drives, they're microprocessor controlled HID's. RE: How to shutdown your whole school's computer system. - Imm0rtal - 10-21-2017 (10-21-2017, 02:05 PM)phyrrus9 Wrote:(10-21-2017, 01:40 PM)Imm0rtal Wrote:(10-21-2017, 10:46 AM)phyrrus9 Wrote: LOL that's awesome dude.. Did that ever pan out for you? yea im sorry i thought something else! RE: How to shutdown your whole school's computer system. - blaksatyn - 10-27-2017 ))))).....nice things you learn in school ))....maybe next time you can try and shut down a satellite )) or a UFO ))
RE: How to shutdown your whole school's computer system. - VBQL - 10-27-2017 Most schools have cmd blocked. So use this instead Code: command.comRE: How to shutdown your whole school's computer system. - phyrrus9 - 10-27-2017 (10-27-2017, 03:26 PM)VBQL Wrote: Most schools have cmd blocked. So use this instead Yep. Or if you want to just do a one-off command: Code: #include <stdlib.h>
#include <unistd.h>
int main(int argc, char ** argv)
{
if (argc > 1)
return system(argv[1]);
return 0;
}RE: How to shutdown your whole school's computer system. - --null-- - 10-27-2017 (10-21-2017, 10:46 AM)phyrrus9 Wrote:Stuff like this used to happen all the time, so autorub.inf is disabled(10-20-2017, 07:36 PM)Imm0rtal Wrote: Hmm I tried putting a RAT into a USB if its plugged into a machine it will Automatically start try that one maybe it will work when your at home then you see ur teachers browser then you see your teacher browsing a Porn Site blackmail your teacher Get a good grades (not recommended idea if your stupid wanna try don't blame me if something will happen) hahaha i will never try it instead ill just access there school database RE: How to shutdown your whole school's computer system. - phyrrus9 - 10-27-2017 (10-27-2017, 05:59 PM)--null-- Wrote:(10-21-2017, 10:46 AM)phyrrus9 Wrote:Stuff like this used to happen all the time, so autorub.inf is disabled(10-20-2017, 07:36 PM)Imm0rtal Wrote: Hmm I tried putting a RAT into a USB if its plugged into a machine it will Automatically start try that one maybe it will work when your at home then you see ur teachers browser then you see your teacher browsing a Porn Site blackmail your teacher Get a good grades (not recommended idea if your stupid wanna try don't blame me if something will happen) hahaha i will never try it instead ill just access there school database using a USB-key with an autorun and a programmed HID are totally different things. |