Git Product home page Git Product logo

secexample's Introduction

SecExample

漏洞名称 难度
[SQL 注入漏洞] 🌟🌟
[XSS 漏洞] 🌟
[SSRF 漏洞] 🌟🌟
[CORS 漏洞] 🌟🌟
[RCE 漏洞] 🌟🌟
[反序列化漏洞-Fastjson反序列化] 🌟🌟🌟🌟
[验证码相关漏洞] 🌟🌟

Docker启动

git clone https://github.com/tangxiaofeng7/SecExample.git
cd SecExample
docker-compose up -d

然后访问:http://localhost:8080

本地调试

下载源码:
git clone https://github.com/tangxiaofeng7/SecExample.git
使用idea导入
编辑 src/main/resources/application.yml 的数据库配置
#    url: jdbc:mysql://localhost:3306/mybatis?serverTimezone=UTC&useSSL=false
    url: jdbc:mysql://mysql-db:3306/mybatis?serverTimezone=UTC&useSSL=false&allowPublicKeyRetrieval=true

修改为

    url: jdbc:mysql://localhost:3306/mybatis?serverTimezone=UTC&useSSL=false
#    url: jdbc:mysql://mysql-db:3306/mybatis?serverTimezone=UTC&useSSL=false&allowPublicKeyRetrieval=true
本地启动mysql数据库

启动数据库:

mysql.server start

进入 mysql终端:

mysql -u root -p

导入sql文件:

source /xx/SecExample/mysql/init.sql(绝对路径)
下载pom依赖
右键pom.xml =》 maven => 重新加载项目
运行项目
运行 SecexampleApplication

靶场展示

首页

index.png

secexample's People

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.