Difference between revisions of "Useful programs - security"
(Created page with "Category:Linux =Security audit= Port scanner: <syntaxhighlight lang="bash"> apt-get install nmap </syntaxhighlight> Interface listeners: <syntaxhighlight lang="bash"...") |
|||
Line 15: | Line 15: | ||
apt-get install tshark wireshark wireshark-doc | apt-get install tshark wireshark wireshark-doc | ||
</syntaxhighlight> | </syntaxhighlight> | ||
+ | |||
+ | User Interface: | ||
+ | |||
+ | <syntaxhighlight lang="bash"> | ||
+ | apt-get install zenmap | ||
+ | </syntaxhighlight> | ||
+ | |||
+ | |||
Latest revision as of 09:45, 6 February 2015
Security audit
Port scanner:
apt-get install nmap
Interface listeners:
apt-get install tshark wireshark wireshark-doc
User Interface:
apt-get install zenmap
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