mirror of
https://github.com/CyberSecurityUP/NeuroSploit.git
synced 2026-06-30 07:15:30 +02:00
feat: 2026 UI overhaul, stability fixes, and NVIDIA NIM support
- Overhauled frontend with 2026 hacking HUD aesthetic (neon colors, glassmorphism) - Added native support for NVIDIA NIM as a Tier 2 provider - Fixed critical backend crashes in autonomous_agent.py and knowledge_processor.py - Updated Kali sandbox build to Go 1.26 and fixed health check reliability - Integrated Space Grotesk and JetBrains Mono fonts
This commit is contained in:
@@ -67,7 +67,7 @@ docker image inspect "$IMAGE_NAME" --format \
|
||||
if [ "$RUN_TEST" = true ]; then
|
||||
echo ""
|
||||
echo "[*] Running health check..."
|
||||
docker run --rm "$IMAGE_NAME" \
|
||||
docker run --rm "$IMAGE_NAME" bash -c \
|
||||
"nuclei -version 2>&1; echo '---'; naabu -version 2>&1; echo '---'; httpx -version 2>&1; echo '---'; subfinder -version 2>&1; echo '---'; nmap --version 2>&1 | head -1; echo '---'; nikto -Version 2>&1 | head -1; echo '---'; sqlmap --version 2>&1; echo '---'; ffuf -V 2>&1; echo '---'; echo 'ALL OK'"
|
||||
echo ""
|
||||
echo "[+] Health check passed"
|
||||
|
||||
Reference in New Issue
Block a user