Gathering detailed insights and metrics for @pown/recon
Gathering detailed insights and metrics for @pown/recon
Gathering detailed insights and metrics for @pown/recon
Gathering detailed insights and metrics for @pown/recon
npm install @pown/recon
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
260 Stars
332 Commits
30 Forks
22 Watching
4 Branches
3 Contributors
Updated on 26 Nov 2024
JavaScript (99.88%)
Shell (0.12%)
Cumulative downloads
Total Downloads
Last day
100%
2
Compared to previous day
Last week
28.6%
9
Compared to previous week
Last month
1,436.4%
338
Compared to previous month
Last year
-61.3%
4,694
Compared to previous year
20
5
5
Pown.js is a security testing and exploitation toolkit built on top of Node.js and NPM. Unlike traditional security tools, notably Metasploits, Pown.js considers frameworks to be an anti-pattern. Therefore, each feature in Pown is in fact a standalone NPM module allowing greater degree of reuse and flexibility. Creating new features is a matter of publishing new modules to NPM. This module provides simple means to start the cli. As a result you can easily build your own tools with pown or create new tools by composition.
Install Pown.js globally with npm or yarn.
1$ 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 comes with several builtin modules for convenience. However, additional modules can be installed directly from the NPM registry using pown modules
command. Optional modules are installed in the current users's home folder under ~/.pown/modules
.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
18 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-18
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More