Skip to content

adrianhazgarcia/React4Shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

React4Shell

Testing environment for trying CVE-2025-66478

rsc-redteam-lab/
├── .tool-versions           # asdf Node.js version
├── package.json             # Dependencies (webpack 19.0.0 only)
├── .babelrc                 # Babel configuration
├── webpack.config.js        # Webpack configuration
├── Dockerfile               # Container definition
├── docker-compose.yml       # Docker orchestration
├── test-rsc.js              # Basic test script
└── src/
    ├── index.html           # HTML template
    ├── index.jsx            # Entry point
    ├── App.jsx              # Main component
    └── ServerComponent.jsx  # Test component

Init:

[sudo] docker-compose up

About

Testing environment for trying CVE-2025-66478

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published