intentionally vuln web Application Security in django.
our roadmap build intentionally vuln web Application in django. The Vulnerability can based on OWASP top ten
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
bash installer.sh
cd pygoat
python3 manage.py migrate
.python3 manage.py runserver
.pip install -r requirements.txt
.cd pygoat
python3 manage.py migrate
.python3 manage.py runserver
.setup.py
file - pip3 install .
cd pygoat
python3 manage.py migrate
.python3 manage.py runserver
.docker pull pygoat/pygoat
or docker pull pygoat/pygoat:latest
docker run --rm -p 8000:8000 pygoat/pygoat:latest
docker image rm pygoat/pygoat
and pull again incase of any errordocker-compose up
or docker-compose up -d
git clone https://github.com/adeyosemanputra/pygoat.git
cd pygoat
docker build -f Dockerfile -t pygoat .
docker run --rm -p 8000:8000 pygoat:latest
installer.sh
installer.sh
uninstaller.sh
script to uninstall pygoat
along with all it's dependencies.pygoat
, simply run:
$ bash ./uninstaller.sh
uninstaller.py
script to uninstall pygoat
along with all it's dependenciespygoat
, simply run:
$ python3 uninstaller.py
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)
Thanks goes to these wonderful people (emoji key):
pwned-17 💻 |
Aman Singh 💻 |
adeyosemanputra 💻 📖 |
gaurav618618 💻 📖 |
MajAK 💻 |
JustinPerkins 💻 |
Liu Peng 💻 |
Metaphor 💻 |
whokilleddb 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!