Skip to content
This repository has been archived by the owner on Oct 25, 2021. It is now read-only.
/ js-sandbox Public archive

Javascript sandbox in docker, use the eval function to execute untrusted code.

Notifications You must be signed in to change notification settings

Totodore/js-sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

js-sandbox

Javascript sandbox in docker, use the eval function to execute untrusted code.

How to use ?

  • It is a simple API that is listening on all the routes
  • You can make a POST, PATCH or PULL request with your untrusted JS in the body
  • You can make a GET or DELETE request with your untrusted JS in the query parameter "data"

The API will then eval the code and sending the result into the body of the response.

About

Javascript sandbox in docker, use the eval function to execute untrusted code.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published