detect the presence of nmap
Open
- Dominant language
- Rust
- Stars
- 20.4k
- Forks
- 1.4k
- PR merge metrics
- No merged PRs in 30d
Description
If nmap does not exist on the system, it ends with:
```
[~] Starting Script(s)
sh: line 1: nmap: command not found
[!] Error Exit code = 127
```
I think would be an improvement to check if there is a working `nmap` binary ( like which -a nmap ), and if missing just print to install nmap to let rustscan use it.
Contributor guide
Assessment
This issue has not been assessed yet.