mirror of
https://github.com/CyberSecurityUP/NeuroSploit.git
synced 2026-07-23 11:10:56 +02:00
865611d552
A missing or un-downloadable recon tool must never block the run. Both the recon intensity directive and the general tool doctrine now instruct agents to: - wrap every install in `timeout 90 <install> || echo skip` and run non-interactively - try each tool install at most once; on failure/no-package/no-network/hang, skip immediately and fall back to an installed alternative or curl/nc/dig/python3 - never wait on, retry, or block the whole recon for a single tool download