
Pown.js هي أداة اختبار أمان واستغلال مبنية على Node.js و NPM.
Pown.js هي مجموعة أدوات لاختبار الأمان والاستغلال مبنية على Node.js و NPM. على عكس الأدوات التقليدية للأمان، ولا سيما Metasploit، تعتبر Pown.js الأطر نمطًا مضادًا. لذلك، فإن كل ميزة في Pown هي في الواقع وحدة NPM مستقلة تتيح درجة أكبر من إعادة الاستخدام والمرونة. إنشاء ميزات جديدة هو مجرد نشر وحدات جديدة إلى NPM. توفر هذه الوحدة وسائل بسيطة لتشغيل سطر الأوامر. ونتيجة لذلك، يمكنك بسهولة بناء أدواتك الخاصة باستخدام pown أو إنشاء أدوات جديدة عن طريق التركيب.
قم بتثبيت Pown.js عالميًا باستخدام npm أو yarn.
$ npm install -g pown@latest
pown.js [options] <command> [command options]
Commands:
pown.js update Update global installation of pown [aliases: upgrade, up, u]
pown.js credits [options] list contributors and credits
pown.js modules <command> Module manager [aliases: module, mo, m]
pown.js preferences <command> Preferences [aliases: prefs]
pown.js script [file] [args...] Simple scripting engine for automating pown commands.
pown.js shell [options] Simple shell for executing pown commands
Options:
--version Show version number [boolean]
--help Show help [boolean]
تأتي Pown.js مع عدة وحدات مدمجة للتيسير. ومع ذلك، يمكن تثبيت وحدات إضافية مباشرة من سجل NPM باستخدام الأمر pown modules. يتم تثبيت الوحدات الاختيارية في مجلد المستخدم الحالي تحت ~/.pown/modules.