Option Explicit
Dim sourcefile,ipaddress,objargs
const destfile="tempfile"
Const ForWriting = 2
Dim Text
Dim fso,objNet,ServiceObj
Dim txtStream, txtStreamOut
Set objArgs = Wscript.Arguments
If objArgs.Count = 2 Then
sourcefile=objArgs(0)
ipaddress=objargs(1)
Else
wscript.echo "Parameter Error"+ vbcrlf
wscript.Echo "USAGE:KillLog.vbs LogFileName YourIP."
wscript.Quit 1
End If
Set fso = CreateObject("scripting.FileSystemObject")
if fso.FileExists (sourcefile) then
Set objNet = Wscript.CreateObject( "Wscript.Network" )
Set ServiceObj = GetObject("WinNT://" & objNet.ComputerName & "/w3svc")
Set objNet=nothing
ServiceObj.stop
wscript.sleep 6000
Set txtStream = fso.OpenTextFile(sourcefile)
Set txtStreamOut = fso.OpenTextFile(destfile, ForWriting, True)
Do While Not (txtStream.atEndOfStream)
Text = txtStream.ReadLine
if instr(Text,ipaddress)=0 then
txtStreamOut.WriteLine Text
end if
Loop
Set txtStream = Nothing
Set txtStreamOut = Nothing
Wscript.Echo "The log file-- " & sourcefile &" has cleaned your IP!"
Else
Wscript.Echo "The Log file-- " & sourcefile & " has not found!"
Wscript.quit
End If
fso.Copyfile destfile, sourcefile
fso.deletefile destfile
Set fso=Nothing
ServiceObj.start
Set ServiceObj = Nothing
本文导读目录: 1、唐人街探案3预售,你会去看吗? 2、《唐探3》出场5分钟拿走几百万,“女黑客”的钱如此好赚吗? 3、《唐探3》幕后:配角出场为何4分钟片酬300万? 4、唐探3破35亿...
编辑导语:B站是一个以二次元为主的视频平台,多为年青人入驻,平台的内容板块漫衍明晰;近几年又增加了许多新模块,让B站的分类越发明晰;由于最近一些短视频平台的崛起,B站也受到了必然水平的攻击;本文是B站...
很多学校会在初试的时候考“文学批评与写作”这个科目,或者在某个特定的科目(比如汉语言基础)会有一个需要写作的题目。这类问题的分值一般在50-150之间,在专业课的高分中起着至关重要...
各大三星手表价格表价格查询购买销售公司 三星手表暗黄褐色款价格 507100/元 鹤壁们屉钟表商贸公司 fuyate手表暗青色版的费用 788100/元 上饶恩怨实公...
就在不久,高通芯片宣布公布了新一代旗舰挪动CPU骁龙820 MMS8996,各类规格参数也毫无保留的传给加盟商。在骁龙810经历了长期的危機以后,骁龙820的必要性更为显而易见。 骁龙820是高通芯...
你想要成为一个什么类型的hacker? 我简单做了以下分类: 1.近场通信类(如何攻克蓝牙 射频卡 LED灯控等) 2.远距通信类(如攻击wifi 2G 3G 4G 网络 基站 无线电...