• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

adeyosemanputra/pygoat: intentionally vuln web Application Security in django

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称:

adeyosemanputra/pygoat

开源软件地址:

https://github.com/adeyosemanputra/pygoat

开源编程语言:

HTML 58.3%

开源软件介绍:

PyGoat

All Contributors

intentionally vuln web Application Security in django. our roadmap build intentionally vuln web Application in django. The Vulnerability can based on OWASP top ten
• A1:2017-Injection
• A2:2017-Broken Authentication
• A3:2017-Sensitive Data Exposure
• A4:2017-XML External Entities (XXE)
• A5:2017-Broken Access Control
• A6:2017-Security Misconfiguration
• A7:2017-Cross-Site Scripting (XSS)
• A8:2017-Insecure Deserialization
• A9:2017-Using Components with Known Vulnerabilities
• A10:2017-Insufficient Logging & Monitoring

Table of Contents

Installation

From Sources

To setup the project on your local machine:

First, Clone the repository using GitHub website or git in Terminal

  git clone https://github.com/adeyosemanputra/pygoat.git
  ### To Download a specific branch
  git clone -b <branch_name> https://github.com/adeyosemanputra/pygoat.git

Method 1

  1. Install all app and python requirements using installer file - bash installer.sh
  2. Change directory to the the Django Project directory cd pygoat
  3. Apply the migrations python3 manage.py migrate.
  4. Finally, run the development server python3 manage.py runserver.
  5. The project will be available at http://127.0.0.1:8000

Method 2

  1. Install python3 requirements pip install -r requirements.txt.
  2. Change directory to the the Django Project directory cd pygoat
  3. Apply the migrations python3 manage.py migrate.
  4. Finally, run the development server python3 manage.py runserver.
  5. The project will be available at http://127.0.0.1:8000

Method 3

  1. Install all app and python requirements using setup.py file - pip3 install .
  2. Change directory to the the Django Project directory cd pygoat
  3. Apply the migrations python3 manage.py migrate.
  4. Finally, run the development server python3 manage.py runserver.
  5. The project will be available at http://127.0.0.1:8000

Docker Container

  1. Install Docker
  2. Run docker pull pygoat/pygoat or docker pull pygoat/pygoat:latest
  3. Run docker run --rm -p 8000:8000 pygoat/pygoat or docker run pygoat/pygoat
  4. Browse to http://127.0.0.1:8000

Build Docker Image and Run

  1. Clone the repository   git clone https://github.com/adeyosemanputra/pygoat.git
  2. Change the directory where Dockerfile exists   cd pygoat
  3. Build the docker image from Dockerfile using   docker build -f Dockerfile -t pygoat .
  4. Run the docker image  docker run --rm -p 8000:8000 pygoat:latest
  5. Browse to http://127.0.0.1:8000 or http://0.0.0.0:8000

Installation video

  1. From Source using installer.sh
  1. Without using installer.sh

Solutions

Solutions to all challenges

Live Demo

http://pygoat-web.herokuapp.com
http://pygoat.herokuapp.com
http://pygoat-dep.herokuapp.com
credentials:
username : user
password : user12345
or you could login with 0auth (google)

Contributors

Thanks goes to these wonderful people (emoji key):


pwned-17


鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
上一篇:
twtrubiks/docker-django-nginx-uwsgi-postgres-tutorial: Docker + Django + Nginx + ...发布时间:2022-05-03
下一篇:
zappycode/django3-todowoo-project发布时间:2022-05-03
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap