wormclaude 1.0.158 → 1.0.159
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/theme.js +1 -1
- package/dist/tools.js +4 -2
- package/package.json +1 -1
package/dist/theme.js
CHANGED
package/dist/tools.js
CHANGED
|
@@ -740,8 +740,10 @@ async function execOne(call, hooks) {
|
|
|
740
740
|
// HYBRID: bu gömülü ilk-geçiştir. Modele, kullanıcıya derin taramayı TEKLİF ettir.
|
|
741
741
|
txt += '\n\n[hybrid-note] This was WormClaude\'s fast embedded first-pass scan. After reporting these'
|
|
742
742
|
+ ' findings, OFFER the user (in their language) a deeper full scan with real tools'
|
|
743
|
-
+ ' (nmap, nuclei, sqlmap, dalfox, ffuf)
|
|
744
|
-
+ ' target
|
|
743
|
+
+ ' (nmap, nuclei, sqlmap, dalfox, ffuf), paired with the authorization reminder: for'
|
|
744
|
+
+ ' educational/authorized use only — run it only if the user owns the target or holds a written'
|
|
745
|
+
+ ' authorization document. Escalate ONLY if the user accepts AND has confirmed ownership/written'
|
|
746
|
+
+ ' authorization (ask once if unstated).';
|
|
745
747
|
return { ok: true, output: txt, args };
|
|
746
748
|
}
|
|
747
749
|
catch (e) {
|