Skip to content

This is a simple nodejs app which is intentionally vulnerable to SSRF. Do not host this application in production.

Notifications You must be signed in to change notification settings

Rjrocks09/vulnerable-ssrf-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

SSRF Demo Aplication

Nodejs application intentionally vulnerable to SSRF

Download and Setup

git clone https://github.com/Rjrocks09/vulnerable-ssrf-app.git
cd vulnerable-ssrf-app/
sudo ./install.sh

This script will install Node.js and npm, install the necessary dependencies, and provide instructions to run the application.

Run the application

node server.js

You will see the application running on port 9090, access the application on:

http://localhost:9090

About

This is a simple nodejs app which is intentionally vulnerable to SSRF. Do not host this application in production.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published