Skip to content

shriyanss/js-recon-labs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JS Recon Labs

JS Recon labs banner

This repository contains labs for JS Recon. The apps in this repository have vulnerabilities to demonstrate the tool's capabilities.

Caution

Do NOT expose these apps to the internet. These are intended to run locally, not in a production environment. If you like to live dangerously, go ahead!

Labs

This repository contains multiple labs with multiple vulnerabilities. All the labs are available as Docker containers, and can be run directly by running the provided commands. Docker will pull the images from Docker Hub and run the containers.

Next.js

docker run --rm -p 3000:3000 shriyanss/js-recon-labs:fetch_app
docker run --rm -p 3000:3000 shriyanss/js-recon-labs:axios_app
docker run --rm -p 3000:3000 shriyanss/js-recon-labs:dom-xss-postmessage
docker run --rm -p 3000:3000 shriyanss/js-recon-labs:dom-xss-postmessage-jsurl

For users who prefer GitHub Container Registry, they can prepend ghcr.io/ to the image name.

Walkthroughs

Video guides on setting up and solving these labs can be found on JS Recon Site.

About

Labs for JS Recon (https://github.com/shriyanss/js-recon)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages