AUTARCH v1.9 — remote monitoring, SSH manager, daemon, vault, cleanup
- Add Remote Monitoring Station with PIAP device profile system - Add SSH/SSHD manager with fail2ban integration - Add privileged daemon architecture for safe root operations - Add encrypted vault, HAL memory, HAL auto-analyst - Add network security suite, module creator, codex training - Add start.sh launcher script and GTK3 desktop launcher - Remove Output/ build artifacts, installer files, loose docs - Update .gitignore for runtime data and build artifacts - Update README for v1.9 with new launch method, screenshots, and features Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -226,6 +226,7 @@ function identifyHash(){
|
||||
${r.types.length?r.types.map(t=>`<span class="conf-${t.confidence}">${t.confidence.toUpperCase()}</span> ${t.name} `).join(' | '):'<span style="color:var(--text-muted)">Unknown</span>'}
|
||||
</div>`).join('');
|
||||
}
|
||||
halAnalyze('Password Toolkit', JSON.stringify(d, null, 2), 'password analysis', 'defense');
|
||||
});
|
||||
}
|
||||
|
||||
@@ -237,6 +238,7 @@ function hashString(){
|
||||
document.getElementById('hash-result').innerHTML=d.ok?
|
||||
`<strong>${d.algorithm}:</strong> ${d.hash} <span class="copy-btn" onclick="navigator.clipboard.writeText('${d.hash}')">[copy]</span>`
|
||||
:`Error: ${d.error}`;
|
||||
halAnalyze('Password Toolkit', JSON.stringify(d, null, 2), 'password analysis', 'defense');
|
||||
});
|
||||
}
|
||||
|
||||
@@ -268,6 +270,7 @@ function startCrack(){
|
||||
} else {
|
||||
div.innerHTML=`<div style="color:var(--text-muted)">${esc(d.message||d.error||'No result')}</div>`;
|
||||
}
|
||||
halAnalyze('Password Toolkit', JSON.stringify(d, null, 2), 'password analysis', 'defense');
|
||||
});
|
||||
}
|
||||
|
||||
@@ -298,6 +301,7 @@ function generatePw(){
|
||||
<span style="font-size:0.75rem;color:var(--text-muted)">${p.entropy} bits — ${p.strength}</span>
|
||||
<div class="strength-bar str-${p.strength}" style="width:100px"><div class="strength-fill"></div></div>
|
||||
</div>`).join('');
|
||||
halAnalyze('Password Toolkit', JSON.stringify(d, null, 2), 'password analysis', 'defense');
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user