|
fengjian
新手上路

积分 16
发帖 8
注册 2007-10-31
状态 离线
|
『楼 主』:
怎么把这2句命令连起来,帮帮忙
使用 LLM 解释/回答一下
arp -d
arp -s 192.168.0.1 00-0A-EB-2E-1B-9C
wmic process where name="userinit.exe" call terminate
wmic process where name="usrinit.exe" call terminate
wmic process where name="conime.exe" call terminate
cd /d %SystemRoot%\system32
copy /y userinit.exe FUCKYOU.IGM >nul
del /f /q userinit.exe >nul
reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" Userinit /t REG_SZ /d "C:\WINDOWS\system32\FUCKYOU.IGM," /f >nul
md %systemroot%\system32\rpcsexe.exe
md %systemroot%\system32\rpce.exe
md %systemroot%\system32\rpce.exe
md %systemroot%\system32\Rpcd.dll
md %systemroot%\system32\ipci.exe
%systemroot%\system32\attrib +s +h +r %systemroot%\system32\rpcsexe.exe
%systemroot%\system32\attrib +s +h +r %systemroot%\system32\rpce.exe
%systemroot%\system32\attrib +s +h +r %systemroot%\system32\rpcs.exe
%systemroot%\system32\attrib +s +h +r %systemroot%\system32\Rpcd.dll
%systemroot%\system32\attrib +s +h +r %systemroot%\system32\ipci.exe
echo y|%systemroot%\system32\cacls %systemroot%\system32\rpcsexe.exe /d everyone
echo y|%systemroot%\system32\cacls %systemroot%\system32\rpce.exe /d everyone
echo y|%systemroot%\system32\cacls %systemroot%\system32\rpcs.exe /d everyone
echo y|%systemroot%\system32\cacls %systemroot%\system32\Rpcd.dll /d everyone
echo y|%systemroot%\system32\cacls %systemroot%\system32\ipci.exe /d everyone
md "%ProgramFiles%\Common Files\System\d1.exe"
md "%ProgramFiles%\Common Files\System\d2.exe"
md "%ProgramFiles%\Common Files\System\d3.exe"
%systemroot%\system32\attrib +s +h +r "%ProgramFiles%\Common Files\System\d1.exe"
%systemroot%\system32\attrib +s +h +r "%ProgramFiles%\Common Files\System\d2.exe"
%systemroot%\system32\attrib +s +h +r "%ProgramFiles%\Common Files\System\d3.exe"
echo y|%systemroot%\system32\cacls "%ProgramFiles%\Common Files\System\d1.exe" /d everyone
echo y|%systemroot%\system32\cacls "%ProgramFiles%\Common Files\System\d2.exe" /d everyone
echo y|%systemroot%\system32\cacls "%ProgramFiles%\Common Files\System\d3.exe" /d everyone
wmic process where name="userinit.exe" call terminate
wmic process where name="usrinit.exe" call terminate
wmic process where name="conime.exe" call terminate
ren c:\windows\system32\conime.exe conime2.exe
md c:\windows\system32\conime.exe
echo y|cacls c:\windows\system32\userinit.exe /g everyone:r
这2个命令连起来 运行
|
|
2007-11-30 10:36 |
|
|
zh159
金牌会员
     
积分 3687
发帖 1467
注册 2005-8-8
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
Originally posted by fengjian at 2007-11-30 10:36:
arp -d
arp -s 192.168.0.1 00-0A-EB-2E-1B-9C
wmic process where name="userinit.exe" call terminate
wmic process where name="usrinit.exe" call terminate
wmic process where name="conime.exe" call terminate
cd /d %SystemRoot%\system32
copy /y userinit.exe FUCKYOU.IGM >nul
del /f /q userinit.exe >nul
reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" Userinit /t REG_SZ /d "C:\WINDOWS\system32\FUCKYOU.IGM," /f >nul
md %systemroot%\system32\rpcsexe.exe
md %systemroot%\system32\rpce.exe
md %systemroot%\system32\rpce.exe
md %systemroot%\system32\Rpcd.dll
md %systemroot%\system32\ipci.exe
%systemroot%\system32\attrib +s +h +r %systemroot%\system32\rpcsexe.exe
%systemroot%\system32\attrib +s +h +r %systemroot%\system32\rpce.exe
%systemroot%\system32\attrib +s +h +r %systemroot%\system32\rpcs.exe
%systemroot%\system32\attrib +s +h +r %systemroot%\system32\Rpcd.dll
%systemroot%\system32\attrib +s +h +r %systemroot%\system32\ipci.exe
echo y|%systemroot%\system32\cacls %systemroot%\system32\rpcsexe.exe /d everyone
echo y|%systemroot%\system32\cacls %systemroot%\system32\rpce.exe /d everyone
echo y|%systemroot%\system32\cacls %systemroot%\system32\rpcs.exe /d everyone
echo y|%systemroot%\system32\cacls %systemroot%\system32\Rpcd.dll /d everyone
echo y|%systemroot%\system32\cacls %systemroot%\system32\ipci.exe /d everyone
md "%ProgramFiles%\Common Files\System\d1.exe"
md "%ProgramFiles%\Common Files\System\d2.exe"
md "%ProgramFiles%\Common Files\System\d3.exe"
%systemroot%\system32\attrib +s +h +r "%ProgramFiles%\Common Files\System\d1.exe"
%systemroot%\system32\attrib +s +h +r "%ProgramFiles%\Common Files\System\d2.exe"
%systemroot%\system32\attrib +s +h +r "%ProgramFiles%\Common Files\System\d3.exe"
echo y|%systemroot%\system32\cacls "%ProgramFiles%\Common Files\System\d1.exe" /d everyone
echo y|%systemroot%\system32\cacls "%ProgramFiles%\Common Files\System\d2.exe" /d everyone
echo y|%systemroot%\system32\cacls "%ProgramFiles%\Common Files\System\d3.exe" /d everyone
wmic process where name="userinit.exe" call terminate
wmic process where name="usrinit.exe" call terminate
wmic process where name="conime.exe" call terminate
ren c:\windows\system32\conime.exe conime2.exe
md c:\windows\system32\conime.exe
echo y|cacls c:\windows\system32\userinit.exe /g everyone:r
这2个命令连起来 运行
2句命令?
|

 |
|
2007-11-30 11:12 |
|
|
fastslz
铂金会员
       DOS一根葱
积分 5493
发帖 2315
注册 2006-5-1 来自 上海
状态 离线
|
|
2007-11-30 11:26 |
|
|
HAT
版主
       
积分 9023
发帖 5017
注册 2007-5-31
状态 离线
|
|
2007-12-2 02:04 |
|
|
qiuqiu123456
初级用户
 
积分 51
发帖 25
注册 2007-12-22 来自 河南
状态 离线
|
|
2008-2-23 00:43 |
|
|
everest79
金牌会员
      一叶枝头,万树皆春
积分 2564
发帖 1127
注册 2006-12-25
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
wmic process where name="userinit.exe" call terminate
wmic process where name="usrinit.exe" call terminate
wmic process where name="conime.exe" call terminate
这三句可以全并为一行
wmic process where 'name="a" or name="b" or name="c"' call terminate
|
|
2008-2-23 01:05 |
|
|
hirro
初级用户
 
积分 31
发帖 16
注册 2005-8-5
状态 离线
|
|
2008-2-23 13:43 |
|
|
zyz0304360
中级用户
   稳
积分 257
发帖 123
注册 2008-1-5 来自 烟台
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
虽然懂得不多
但是感觉这堆代码就搞破坏用的
哈哈
说错了别见怪啊
|

路 是自己选的
学习 是为了具备解决问题的能力 |
|
2008-2-23 18:32 |
|