wormclaude 1.0.121 → 1.0.122
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/commands.js +1 -1
- package/dist/theme.js +1 -1
- package/package.json +1 -1
package/dist/commands.js
CHANGED
|
@@ -197,7 +197,7 @@ async function pentestCmd(tool, arg, ctx) {
|
|
|
197
197
|
const lines = [`✓ ${label} tamamlandı — ${rep.target || target}`];
|
|
198
198
|
const f = rep.findings || [];
|
|
199
199
|
if (!f.length) {
|
|
200
|
-
lines.push('
|
|
200
|
+
lines.push('Zafiyet bulunamadı — hedef temiz görünüyor YA DA yanıt vermedi/erişilemiyor (down, yönlendirme, bloklama). Ayakta + gerçekten zafiyetli bir hedefte tekrar dene.');
|
|
201
201
|
}
|
|
202
202
|
else {
|
|
203
203
|
lines.push(`${rep.found_count} bulgu:`);
|
package/dist/theme.js
CHANGED