pentesting 0.8.4 → 0.8.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.
Files changed (2) hide show
  1. package/dist/index.js +0 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -8052,8 +8052,6 @@ ${chalk.hex(THEME.status.warning)("Environment:")}
8052
8052
 
8053
8053
  ${chalk.hex(THEME.text.accent)("PENTEST_API_KEY")} Required - LLM API key
8054
8054
  ${chalk.hex(THEME.text.accent)("PENTEST_MODEL")} Optional - Model override
8055
-
8056
- ${chalk.hex(THEME.text.muted)("For ethical hacking and authorized testing only.")}
8057
8055
  `);
8058
8056
  });
8059
8057
  program.parse();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pentesting",
3
- "version": "0.8.4",
3
+ "version": "0.8.5",
4
4
  "description": "Autonomous Penetration Testing AI Agent",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",