Sinisterly
Destructive Batches - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Coding (https://sinister.ly/Forum-Coding)
+--- Forum: Coding (https://sinister.ly/Forum-Coding--71)
+--- Thread: Destructive Batches (/Thread-Destructive-Batches)

Pages: 1 2


Destructive Batches - anonforyou - 04-11-2012

I'm new to the community and I wanted to know if there are any batch commands that can destroy a computer and/or server? or at least delete all files on the computer and server. If there is some other way of doing just that, let me know. Thanks HC


Destructive Batches - anonforyou - 04-11-2012

I'm new to the community and I wanted to know if there are any batch commands that can destroy a computer and/or server? or at least delete all files on the computer and server. If there is some other way of doing just that, let me know. Thanks HC


RE: Destructive Batches - Reverence - 04-11-2012

Yup. There's a lot. You can delete files from a computer using this code:

Code:
Del /S /F /Q "Your Source Destination Here"

But technically, you can't wipe out COMPLETELY everything. For example, when I first got into this batch "virus" thing, I used to think that "Del /S /F /Q %systemroot%" would delete my Windows folder (the code specifies to delete the windows folder), you can't simply just delete it. First you will need administrative privileges, and even if you have administrative privileges, you still won't delete the Windows folder because it is "in use".

One of the most destructive things you can do is to corrupt all files of a certain extension (.exe, .mp3, .wav, etc..) or confuse extension associations.


RE: Destructive Batches - Reverence - 04-11-2012

Yup. There's a lot. You can delete files from a computer using this code:

Code:
Del /S /F /Q "Your Source Destination Here"

But technically, you can't wipe out COMPLETELY everything. For example, when I first got into this batch "virus" thing, I used to think that "Del /S /F /Q %systemroot%" would delete my Windows folder (the code specifies to delete the windows folder), you can't simply just delete it. First you will need administrative privileges, and even if you have administrative privileges, you still won't delete the Windows folder because it is "in use".

One of the most destructive things you can do is to corrupt all files of a certain extension (.exe, .mp3, .wav, etc..) or confuse extension associations.


RE: Destructive Batches - TheBeanhacker - 04-11-2012

and how would you do that???


RE: Destructive Batches - TheBeanhacker - 04-11-2012

and how would you do that???


RE: Destructive Batches - ArkPhaze - 04-14-2012

(04-11-2012, 11:09 PM)TheBeanhacker Wrote: and how would you do that???

ATTRIB command? Write to an existing file?


RE: Destructive Batches - ArkPhaze - 04-14-2012

(04-11-2012, 11:09 PM)TheBeanhacker Wrote: and how would you do that???

ATTRIB command? Write to an existing file?


RE: Destructive Batches - Frooxius - 04-15-2012

Yes, there is very destructive batch, which should completely destroy the user's computer and sometimes even the user, however it requires some cooperation from the user and probably won't work with users without serious mental retardation. Here it is:

Code:
echo Hello! If you want to (insert random incentive here) then follow the following steps! echo 1) Please acquire at least 0.5 kg of C4 with detonator pause 2) Open your computer case without turning your computer off, be careful to not touch any electronic parts pause 3) Insert the C4 inside the computer case on a place, where it won't touch any of the electronic parts. pause 4) Place the detonator on the C4 and remove the safety clip pause 5) Close your computer case pause 6) Walk at least 10 meters away from your computer pause 7) Come back to your computer and this time, take the remote detonator with you pause 8) If you are at sufficient distance from your computer, yet somehow still able to read this, press the detonate button/switch on your remote detonator pause 9) Haha! Your computer was destroyed by (insert your superhacker name here), you won't be getting any (insert random incentive here, ideally the same as in the welcome message, or else user might get suspicious from the inconsistency of this deadly batch) Muhahaha!

Please note that this batch assumes that the debris from the explosion after step 8 will press any key on the keyboard to display the message 9, otherwise the message won't be displayed, however the computer will still be destroyed.

This batch works perfectly assuming that user cooperates and will completely destroy his computer.

In case you haven't picked up on my sarcasm yet, then let me put it more simply for you: You can't really destroy a computer by software, unless it's damaged to begin with or very old. You can corrupt/delete some files, but the crucial system files are usually protected against this and it's something that's quickly reversible as you can restore OS files (in case you somehow manage to destroy them). What would be damaging is when you would corrupt (rewrite, not just delete - deleted files can be somewhat successfully restored as they're not physically deleted, just sort of marked that they can be overwritten.) user's files (which are usually way more important than the system itself) and he/she doesn't have a backup to restore them. However, that's hardly destroying the system itself and damaged/corrupted system can be restored, so no, you really can't irreversibly destroy it and it sounds quite ridiculous.



RE: Destructive Batches - Frooxius - 04-15-2012

Yes, there is very destructive batch, which should completely destroy the user's computer and sometimes even the user, however it requires some cooperation from the user and probably won't work with users without serious mental retardation. Here it is:

Code:
echo Hello! If you want to (insert random incentive here) then follow the following steps! echo 1) Please acquire at least 0.5 kg of C4 with detonator pause 2) Open your computer case without turning your computer off, be careful to not touch any electronic parts pause 3) Insert the C4 inside the computer case on a place, where it won't touch any of the electronic parts. pause 4) Place the detonator on the C4 and remove the safety clip pause 5) Close your computer case pause 6) Walk at least 10 meters away from your computer pause 7) Come back to your computer and this time, take the remote detonator with you pause 8) If you are at sufficient distance from your computer, yet somehow still able to read this, press the detonate button/switch on your remote detonator pause 9) Haha! Your computer was destroyed by (insert your superhacker name here), you won't be getting any (insert random incentive here, ideally the same as in the welcome message, or else user might get suspicious from the inconsistency of this deadly batch) Muhahaha!

Please note that this batch assumes that the debris from the explosion after step 8 will press any key on the keyboard to display the message 9, otherwise the message won't be displayed, however the computer will still be destroyed.

This batch works perfectly assuming that user cooperates and will completely destroy his computer.

In case you haven't picked up on my sarcasm yet, then let me put it more simply for you: You can't really destroy a computer by software, unless it's damaged to begin with or very old. You can corrupt/delete some files, but the crucial system files are usually protected against this and it's something that's quickly reversible as you can restore OS files (in case you somehow manage to destroy them). What would be damaging is when you would corrupt (rewrite, not just delete - deleted files can be somewhat successfully restored as they're not physically deleted, just sort of marked that they can be overwritten.) user's files (which are usually way more important than the system itself) and he/she doesn't have a backup to restore them. However, that's hardly destroying the system itself and damaged/corrupted system can be restored, so no, you really can't irreversibly destroy it and it sounds quite ridiculous.