https://github.com/we45/djangocon-2018
DjangoCon
https://github.com/we45/djangocon-2018
Last synced: 3 months ago
JSON representation
DjangoCon
- Host: GitHub
- URL: https://github.com/we45/djangocon-2018
- Owner: we45
- Created: 2018-10-21T14:32:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T02:59:06.000Z (over 3 years ago)
- Last Synced: 2025-12-26T06:22:46.617Z (6 months ago)
- Language: RobotFramework
- Size: 10.3 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#DjangoconUS-2018
In this repository contains a vulnerable code. This examples made for only a **Security-Awarness** purpose. Same talk has been gave in DjangoConUs-2018 `Unique-Way-To-Hack-Into-A-Python-Web-Service`. Please don't use it in the Production Application
### Instruction
**Note :** docker should be installed in your system else follow this link [https://docs.docker.com/install/linux/docker-ce/ubuntu/#os-requirements](Download Docker)
#### Step 1 :
* Open Terminal and run `docker run -d -p 8000:8000 ti1akt/vul-djangorestframework:latest` docker command
```commandline
➜ djangoCon docker run -d -p 8000:8000 ti1akt/vul-djangorestframework:latest
01a4539ffe707ea7ec7807b8f441b8e5d7ea449269c357e1e870f0a76cb3e759
```
#### Step 2 :
**Note:** Insomnia Rest-client link to download ['https://insomnia.rest/](Download Insomnia Rest Client)
* Import `rest_data.json` into *Insomnia* rest client
* 
* 
* 
**Note** Once it is done. Next follow the instruction in the `example` folder.