Node.js/V8 dynamic code injection from outside of the process (blog.sqreen.com) 16 points by ecares 5y ago ↗ HN
[–] 29athrowaway 5y ago ↗ tl;dr: An article about remote debugging in node.Remote debugging is disabled by default and has to be enabled with a CLI flag. It also requires access to a specific port (default: 9229).
[–] oceanswave 5y ago ↗ Nobody mention the VS remote debugger and what mayhem one could cause if left running with a port open
[–] jgwil2 5y ago ↗ Actual title: "Experimenting with remote debugging: Node.js runtime code injection"
3 comments
[ 4.5 ms ] story [ 20.5 ms ] threadRemote debugging is disabled by default and has to be enabled with a CLI flag. It also requires access to a specific port (default: 9229).