https://github.com/dmdhrumilmistry/vulnerable-api-app
vulnerable python web application written in flask, bootstrap, HTML, CSS and JavaScript which is inspired from the web APIs that were found to be vulnerable among several Organizations exposing data of thousands of users!
https://github.com/dmdhrumilmistry/vulnerable-api-app
dmdhrumilmistry flask flask-restful flask-sqlalchemy hacking vulnerability
Last synced: about 1 month ago
JSON representation
vulnerable python web application written in flask, bootstrap, HTML, CSS and JavaScript which is inspired from the web APIs that were found to be vulnerable among several Organizations exposing data of thousands of users!
- Host: GitHub
- URL: https://github.com/dmdhrumilmistry/vulnerable-api-app
- Owner: dmdhrumilmistry
- License: mit
- Created: 2022-07-10T11:50:22.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-14T07:01:09.000Z (almost 4 years ago)
- Last Synced: 2025-04-02T16:15:00.810Z (about 1 year ago)
- Topics: dmdhrumilmistry, flask, flask-restful, flask-sqlalchemy, hacking, vulnerability
- Language: Python
- Homepage:
- Size: 39.1 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vuln-API-App
Vuln-API-app is vulnerable python web application written in flask, bootstrap, HTML, CSS and JavaScript which is inspired from the web APIs that I've found to be vulnerable amomng several Organizations exposing data of thousands of users!
## Deploy and HACK
### Manual Method
- Install [Python](https://python.org) and [git](https://git-scm.com/download)
- Clone Repository
```bash
git clone --depth=1 https://github.com/dmdhrumilmistry/Vulnerable-API-App
```
- Change to application directory
```bash
cd Vulnerable-API-App
```
- Install Requirements
```bash
python -m pip install -r requirements.txt
```
- Start application
```bash
# Using python
python wsgi.py
# Using gunicorn (works only on linux distros)
gunicorn --bind 0.0.0.0:5000 wsgi:app
# Run in debug mode
python app.py
```
### Hack On TryHackMe
- [Visit Room](https://tryhackme.com/room/vulnerableapiapproom)
- [Room WriteUp](https://dmdhrumilmistry.github.io/blog/blog-ctf/tryhackme/2022/07/13/Vunerable-API-App.html)
## ToDo
- [ ] Create Docker Stable Container