You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The statically compiled nmap is especially useful in restricted environments, like containers. However, the run-nmap.sh script only works when bash is available, which isn't always the case. Especially in the mentioned restricted environments, like for example in an Alpine container.
So I think it is useful to have the wrapper script being compatible with /bin/sh like this:
The statically compiled
nmap
is especially useful in restricted environments, like containers. However, therun-nmap.sh
script only works whenbash
is available, which isn't always the case. Especially in the mentioned restricted environments, like for example in an Alpine container.So I think it is useful to have the wrapper script being compatible with
/bin/sh
like this:I don't know if this repository is still maintained and welcomes patches? If yes, I would be happy to submit a PR.
The text was updated successfully, but these errors were encountered: