KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
Dockerizing-SQLiScanner
★ 15
Open GitHub ↗
Docker image for SQLiScanner
Download README (.md)
Explore Similar Repositories
project-3-srw-multiplayer
:
Multiplayer turn based game based on Super Robot Wars: Original Generation 2.
GitClin
:
💻 GitClin V1.0 for downloading and installing tools
chaos-3d
:
3D fractal flame renderer
webcam-in-php-html5
:
Use webcam in PHP using HTML5, Jquery and Save the Image to Database
DJsonSchema
:
JSON Schema draft v4 reader and code generator for Delphi.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Dockerizing-SQLiScanner
?
Download (.md)
Ref: https://github.com/0xbug/SQLiScanner 基于 `SQLMAP` 和 `Charles` 的被动 SQL 注入漏洞扫描工具。 ### 使用场景 `QA` 测试时用 `Charles` 记录 HTTP 请求,导出 HAR 文件后上传,自动扫描并邮件通知。 ### Docker 容器化 创建了 4 个 docker 容器,分别为 `nginx`、`postgres`、`redis`、`web`。 其中 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