shell bypass 403
UnknownSec Shell
:
/
usr
/
lib
/
node_modules
/
pm2
/
node_modules
/
tx2
/
test
/ [
drwxr-xr-x
]
upload
mass deface
mass delete
console
info server
name :
issue.mocha.js
const tx2 = require('..') const should = require('should') describe('Issue', function() { it('should trigger an issue', (done) => { tx2.once('data', (dt) => { should(dt.type).eql('process:exception') should(dt.stack).not.eql(null) done() }) tx2.issue(new Error('shit happens')) }) it('should trigger an issue v2', (done) => { tx2.once('data', (dt) => { should(dt.type).eql('process:exception') should(dt.stack).not.eql(null) done() }) tx2.issue('shit happens') }) })
© 2026 UnknownSec