Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adeadfed/vulnapp-simple-ssrf

Simple SSRF app on Python Flask
https://github.com/adeadfed/vulnapp-simple-ssrf

cybersecurity hacking lab ssrf vulnerability

Last synced: 7 days ago
JSON representation

Simple SSRF app on Python Flask

Awesome Lists containing this project

README

        

# simple-ssrf-app
Simple Python Flask app I made a while ago to use during various CTF setups. Figured out that someone might as well need it. Just start it & enjoy!

## Setup
```
git clone https://github.com/adeadfed/simple-ssrf-app/
cd simple-ssrf-app
pyhon3 -m pip install -r requirements.txt
flask run
```