Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adeyosemanputra/pygoat
intentionally vuln web Application Security in django
https://github.com/adeyosemanputra/pygoat
Last synced: 8 days ago
JSON representation
intentionally vuln web Application Security in django
- Host: GitHub
- URL: https://github.com/adeyosemanputra/pygoat
- Owner: adeyosemanputra
- Created: 2020-05-19T21:32:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-29T16:10:10.000Z (3 months ago)
- Last Synced: 2024-08-29T18:01:03.382Z (3 months ago)
- Language: HTML
- Homepage: https://appsec.asia
- Size: 17.5 MB
- Stars: 205
- Watchers: 7
- Forks: 724
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-made-by-indonesian - PyGoat - `intentionally vuln web Application Security in django` *by [adeyosemanputra](https://github.com/adeyosemanputra)* (P)
- made-in-indonesia - PyGoat - `intentionally vuln web Application Security in django` *by [adeyosemanputra](https://github.com/adeyosemanputra)* (P)
README
# PyGoat
[![All Contributors](https://img.shields.io/badge/all_contributors-9-orange.svg?style=flat-square)](#contributors-)
intentionally vuln web Application Security in django.
our roadmap build intentionally vuln web Application in django. The Vulnerability can based on OWASP top tenTable of Contents
=================* [pygoat](#pygoat)
* [Installation](#installation)
* [From Sources](#from-sources)
* [Docker Container](#docker-container)
* [Installation Video](#installation-video)
* [Uninstallation](#uninstallation)
* [Solutions](/Solutions/solution.md)
* [For Developers](/docs/dev_guide.md)## 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 https://github.com/adeyosemanputra/pygoat.git
```#### Method 1
1. Install all app and python requirements using installer file - `bash installer.sh`
2. Apply the migrations `python3 manage.py migrate`.
3. Finally, run the development server `python3 manage.py runserver`.
4. The project will be available at#### Method 2
1. Install python3 requirements `pip install -r requirements.txt`.
2. Apply the migrations `python3 manage.py migrate`.
3. Finally, run the development server `python3 manage.py runserver`.
4. The project will be available at#### Method 3
1. Install all app and python requirements using `setup.py` file - `pip3 install .`
2. Apply the migrations `python3 manage.py migrate`.
3. Finally, run the development server `python3 manage.py runserver`.
4. The project will be available at### Docker Container
1. Install [Docker](https://www.docker.com)
2. Run `docker pull pygoat/pygoat` or `docker pull pygoat/pygoat:latest`
3. Run `docker run --rm -p 8000:8000 pygoat/pygoat:latest`
4. Browse to
5. Remove existing image using `docker image rm pygoat/pygoat` and pull again incase of any error### From Docker-Compose
1. Install [Docker](https://www.docker.com)
2. Run `docker-compose up` or `docker-compose up -d`### Build Docker Image and Run
1. Clone the repository `git clone https://github.com/adeyosemanputra/pygoat.git`
2. Build the docker image from Dockerfile using `docker build -f Dockerfile -t pygoat .`
3. Run the docker image `docker run --rm -p 8000:8000 pygoat:latest`
4. Browse to or### Installation video
1. From Source using `installer.sh`
- [Installing PyGoat from Source](https://www.youtube.com/watch?v=7bYBJXG3FRQ)
2. Without using `installer.sh`
- [![](http://img.youtube.com/vi/rfzQiMeiwso/0.jpg)](http://www.youtube.com/watch?v=rfzQiMeiwso "Installation Pygoat")
3. Install with Mac M1 (using Virtualenv)
- [![](http://img.youtube.com/vi/rfzQiMeiwso/0.jpg)](https://youtu.be/a5UV7mUw580 "Install with Mac M1 - using Virtualenv")## Uninstallation
### On Debian/Ubuntu Based Systems
- On Debian/Ubuntu based systems, you can use the `uninstaller.sh` script to uninstall `pygoat` along with all it's dependencies.
- To uninstall `pygoat`, simply run:
```bash
$ bash ./uninstaller.sh
```### On Other Systems
- On other systems, you can use the `uninstaller.py` script to uninstall `pygoat` along with all it's dependencies
- To uninstall `pygoat`, simply run:
```bash
$ python3 uninstaller.py
```## Solutions
Solutions to all challenges## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
pwned-17
💻
Aman Singh
💻
adeyosemanputra
💻 📖
gaurav618618
💻 📖
MajAK
💻
JustinPerkins
💻
Liu Peng
💻
Metaphor
💻
whokilleddb
💻
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!