
Pown.js는 Node.js와 NPM을 기반으로 구축된 보안 테스트 및 익스플로잇 툴킷입니다.
Pown.js는 Node.js와 NPM 기반으로 구축된 보안 테스팅 및 익스플로잇 도구 키트입니다. 기존의 보안 도구, 특히 Metasploit과 달리 Pown.js는 프레임워크를 안티 패턴으로 간주합니다. 따라서 Pown의 각 기능은 사실상 독립적인 NPM 모듈로, 더 큰 재사용성과 유연성을 제공합니다. 새로운 기능을 만드는 것은 새로운 모듈을 NPM에 게시하는 문제일 뿐입니다. 이 모듈은 CLI를 시작하는 간단한 방법을 제공합니다. 결과적으로 pown을 사용하여 자신만의 도구를 쉽게 구축하거나 합성을 통해 새로운 도구를 만들 수 있습니다.
npm 또는 yarn으로 Pown.js를 전역에 설치하십시오.
$ 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는 편의를 위해 여러 내장 모듈과 함께 제공됩니다. 그러나 추가 모듈은 pown modules 명령을 사용하여 NPM 레지스트리에서 직접 설치할 수 있습니다. 선택적 모듈은 현재 사용자의 홈 폴더 아래 ~/.pown/modules에 설치됩니다.