Useful programs - security
Revision as of 22:25, 17 December 2014 by WikiFreak (talk | contribs) (Created page with "Category:Linux =Security audit= Port scanner: <syntaxhighlight lang="bash"> apt-get install nmap </syntaxhighlight> Interface listeners: <syntaxhighlight lang="bash"...")
Security audit
Port scanner:
apt-get install nmap
Interface listeners:
apt-get install tshark wireshark wireshark-doc
OpenVPN
That will install openvpn client + server + UI client to manage ovpn files.
apt-get install openvpn
apt-get install network-manager-openvpn
For configuration see VPN client