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.
- package/dist/index.js +0 -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();
|