Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/adeadfed/vulnapp-simple-ssrf
- Owner: adeadfed
- Created: 2021-12-18T14:19:04.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-04T23:03:56.000Z (about 2 years ago)
- Last Synced: 2023-07-19T00:32:16.341Z (over 1 year ago)
- Topics: cybersecurity, hacking, lab, ssrf, vulnerability
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```