Giter Site home page Giter Site logo

phpmyxss's Introduction

phpMyXSS

A XSS Project

AUTHOR

[email protected]

RELEASE INFORMATION

phpMyXSS 1.0

SYSTEM REQUIREMENTS

PHP 5.3.9 or later; we recommend using the latest PHP version whenever possible.

INSTALLATION

Import the file ./phpmyxss.sql to your MySQL database

Config the php file ./config.php

/** The username for phpMyXSS */
define ( 'PMX_USERNAME', 'root' );
/**
 * The password(phpass) for phpMyXSS
 */
define ( 'PMX_PASSWORD', '' );

If you want to use 'new message alert', you need to config PHPMailer in file ./includes/functions.php at pmx_mail(...)

###Reporting Potential Security Issues

If you have encountered a potential security vulnerability in this project, please report it to us at [email protected]. We will work with you to verify the vulnerability and patch it. ###常见问题

1.安装相关

把phpmyxss.sql导入数据库并修改./config.php内的数据库连接信息即可

PMX暂时不支持无多用户支持,如果需要更改用户名和密码需要到config.php修改,密码(PMX_PASSWORD)请自己用phpass生成。

邮件提醒请到./includes/functions.php修改函数pmx_mail()内的配置

2.要了解项目可以看下doc里面的文档的第1~2页

3.项目截图在doc后面也有

4.如果有其它问题或者建议可发送邮件询问

###Want to contribute?

Fork us!

LICENSE

This software is licenced under the GPL 2.0. Please read LICENSE for information on the software availability and distrib

ACKNOWLEDGEMENTS

This is a project for 精弘网络

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.