Giter Club home page Giter Club logo

dockerizing-sqliscanner's Introduction

Ref: https://github.com/0xbug/SQLiScanner

基于 SQLMAPCharles 的被动 SQL 注入漏洞扫描工具。

使用场景

QA 测试时用 Charles 记录 HTTP 请求,导出 HAR 文件后上传,自动扫描并邮件通知。

Docker 容器化

创建了 4 个 docker 容器,分别为 nginxpostgresredisweb。 其中 web 运行主程序。

运行

  • docker-compose build
  • docker-compose up -d
  • docker-compose exec web python3 manage.py createsuperuser

参考

https://www.capside.com/labs/deploying-full-django-stack-with-docker-compose/ https://github.com/realpython/dockerizing-django

dockerizing-sqliscanner's People

Contributors

oritz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

dockerizing-sqliscanner's Issues

psycopg2 报错

在执行命令是报错:
#docker-compose build
...
...
...
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-tu4ixlc4/psycopg2/
ERROR: Service 'web' failed to build: The command '/bin/sh -c pip3 install --upgrade pip && pip3 install -r requirements.txt' returned a non-zero code: 1

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.