Giter VIP home page Giter VIP logo

django-xss-platform's Introduction

使用Django打造属于自己的XSS平台

地址

https://github.com/HackerYunen/Django-XSS-Platform

环境

  • python3

库文件

  • requests
  • django2
  • pymysql

说明

前端采用开源Bootstarp模板,后端使用Django打造而成。

功能

  • 邮件提醒
  • Cookie活性保持
  • 多用户模式

TODO

  • 添加多个Payload

配置

大部分配置参数均可在config.py文件中修改。

使用

  • 1.在数据库中建好库,修改config.py文件里的内容
  • 2.初始化数据库:
python manage.py makemigrations
python manage.py migrate
python manage.py sqlgrate function 0001
  • 3.运行:
python manage.py runserver

注意此处由于使用了pymysql做Mysql引擎,故会产生一些错误,需要修改某些自带py库文件,具体请按照错误百度查询即可。

截图

主界面

项目列表页:

项目详情页:

信封内容框:

添加项目页:

修改密码框:

django-xss-platform's People

Contributors

hackeryunen avatar

Watchers

 avatar

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.