GTFOBins/GTFOBins.github.io

Please add NodeJS

marcin-chwedczuk opened this issue · 2 comments

Reading text file in NodeJS:

require('fs').readFile('/path/to/file', {encoding: 'utf-8'}, function(err, data) {
        console.log(data);
});

Added file-{read,write,upload,download}.

Thanks!