XSS-Platform环境搭建(CentOS7.6)

准备工作

以下环境均在CentOS7.6下进行

  1. 搭建LAMP环境
  2. 安装XSS-Platform

搭建LAMP环境

参考《LAMP环境搭建》文章

安装XSS-Platform

git下载XSS-Platform包

git clone https://github.com/78778443/xssplatform.git

解压缩

unzip xssplatform-master.zip
mv xssplatform-master/* /var/www/html/

创建xss数据库

mysql -p123456
create database xss;

配置config.php

vim /var/www/html/config.php	
	'dbHost' => '127.0.0.1',
    'dbUser' => 'root',
    'dbPwd' => '123456',#修改数据库密码123456
    'database' => 'xss',#修改为xss
    'charset' => 'utf8',
    'tbPrefix' => 'oc_',
    'dbType' => 'mysql',
    'register' => 'normal',
    'mailauth' => false,
    'urlroot' => 'http://127.0.0.1',#修改urlroot地址
    'urlrewrite' => false,
    'filepath' => '/var/www/html/upload',#修改web根目录
    'fileprefix' => 'http://127.0.0.1/upload',#修改127.0.0.1
    'theme' => 'default',
    'template' => 'default',
    'show' =>

授权

chown apache.apache -R /var/www/html/

浏览器访问本机ip地址进行安装xss-platform

根据需求进行配置

file

file

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 1
    评论
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值