← All Kali Issues
Nmap
Script scan timeout
P Performance
Medium
🔴 Error Message
Script scan --script taking very long
📖 What This Means
Some NSE scripts have network-dependent timeouts.
🔧 Step-by-Step Fix
- Set timeout: --script-timeout 30s
- Run specific scripts: --script=http-title
- Skip slow scripts: --script "not slow"