
Pown.js is a security testing and exploitation toolkit built on top of Node.js and NPM. Unlike traditional security tools like Metasploits, Pown.js considers frameworks to be an anti-pattern. Therefore, each module in Pown is in fact a standalone NPM module allowing greater degree of reuse and flexibility. Creating new modules is a matter of publishing to NPM and tagging it with the correct tags. The rest is handled automatically. Quickstart Install Pown.js globally with npm or yarn. $ npm install -g pown@latest Usage pown [options] [command options] Commands: pown modules Module manager [aliases: module, m] pown update [options] Update global installation of pown [aliases: upgrade, up] pown buster Multi-service bruteforce discovery tool [aliases: bust] pown credits [options] list contributors and credits pown dicts [options] Assorted Dictionaries pown duct Side-channel attack enabler [aliases: ducting, d] pown figlet Generate figlet pown preferences Preferences [aliases: prefs] pown proxy [options] [command] HTTP proxy pown....