[EMAIL PROTECTED] wrote:
Is there a way to detect programmatically whether the local host has a firewall enabled?
nmap can return enough informatin to surmize that. It may even be able to tell you straight out. I'm not that familiar with all its switches.
Running nmap -v -P0 host will give you enough to make a good guess. So maybe parsing nmap output can be done programmatically. -- gentoo-user@gentoo.org mailing list