Sign inSign up

appsecco/node-simple-rce

By appsecco

Updated almost 9 years ago

This image contains a very simple node app that is vulnerable to a RCE via an eval statement.

Image
0

10K+

appsecco/node-simple-rce repository overview

Simple Node app with an RCE

This is a simple Node app that is vulnerable to command injection via a flawed use of the eval statement.

You can set this up using docker as:

docker run -p 8080:8080 -d appsecco/node-simple-rce

Browse to the following link to begin: http://localhost:8080/?q='Test'

Exploitation and discussion at: http://ibreak.software/2016/08/23/nodejs-rce-and-a-simple-reverse-shell

Tag summary

Content type

Image

Digest

Size

96 MB

Last updated

almost 9 years ago

docker pull appsecco/node-simple-rce