pwnkit-cli 0.1.4 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <p align="center">
2
- <img src="assets/nightfang-icon.gif" alt="pwnkit" width="80" />
2
+ <img src="assets/pwnkit-icon.gif" alt="pwnkit" width="80" />
3
3
  </p>
4
4
 
5
5
  <h1 align="center">pwnkit</h1>
package/dist/index.js CHANGED
@@ -14039,7 +14039,7 @@ var chalkStderr = createChalk({ level: stderrColor ? stderrColor.level : 0 });
14039
14039
  var source_default = chalk;
14040
14040
 
14041
14041
  // packages/shared/dist/constants.js
14042
- var VERSION = "0.1.3";
14042
+ var VERSION = "0.1.5";
14043
14043
  var DEPTH_CONFIG = {
14044
14044
  quick: { maxTemplates: 5, maxPayloadsPerTemplate: 1, multiTurn: false },
14045
14045
  default: { maxTemplates: 20, maxPayloadsPerTemplate: 3, multiTurn: false },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pwnkit-cli",
3
3
  "type": "module",
4
- "version": "0.1.4",
4
+ "version": "0.1.5",
5
5
  "description": "AI-powered agentic security scanner. Scan endpoints, audit packages, review source code. Autonomous agents discover, attack, verify, and report.",
6
6
  "bin": {
7
7
  "pwnkit": "dist/index.js"