tazpanel diff network.cgi @ rev 132

network.cgi: add local ports scan
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Apr 16 13:39:13 2011 +0200 (2011-04-16)
parents f296d55ef283
children 774a188359a2
line diff
     1.1 --- a/network.cgi	Sat Apr 16 13:31:26 2011 +0200
     1.2 +++ b/network.cgi	Sat Apr 16 13:39:13 2011 +0200
     1.3 @@ -265,6 +265,11 @@
     1.4  <pre>
     1.5  $(netstat -anp 2> /dev/null | sed '/UNIX domain sockets/,$d')
     1.6  </pre>
     1.7 +
     1.8 +<h3>`gettext "Local ports scan"`</h3>
     1.9 +<pre>
    1.10 +$(pscan -b localhost)
    1.11 +</pre>
    1.12  EOT
    1.13  		;;
    1.14  esac