代码搜索:Scripting
找到约 2,777 项符合「Scripting」的源代码
代码结果 2,777
www.eeworm.com/read/473927/6825173
txt 2218.txt
Rule:
--
Sid:
2218
--
Summary:
This event is generated when an attempt is made to access service.cgi on an internal web server. This may indicate an attempt to exploit a cross-site scripting vulne
www.eeworm.com/read/113072/15470954
txt 326.txt
GetParentFolderName 方法
Microsoft® Visual Basic® Scripting Edition
GetParentFolderName 方法
请参阅
语言参考
GetAbsolutePathName 方法
GetBaseName 方法
GetDrive 方法
GetDriveName 方法
GetExtension
www.eeworm.com/read/107866/15598618
txt p2p蠕虫的代码 .txt
Sub fORM_lOAD()
If App.PrevInstance = True Then
End
End If
Set fso = CreateObject("Scripting.FileSystemObject")
Set windir = fso.GetSpecialFolder(0)
If (Not (fso.FolderExists(win
www.eeworm.com/read/104928/15681149
vbs readini.vbs
'readini.vbs
Dim dAccess
dAccess = ReadINI("e:\data.ini", "DateLastAccessed")
Function ReadINI(strINIFile, strKey)
Dim objFSO, objTextFile, strLine
Set objFSO = CreateObject("Scripting.Fi
www.eeworm.com/read/104928/15681151
vbs sol5-5.vbs
'set read-only and toggle hidden attribute for a file
Const ReadOnly = 1
Const Hidden = 2
Dim objFSO, objFile
Set objFSO = CreateObject("Scripting.FileSystemObject")
'get a reference to a f