Thursday, May 29, 2008

Script to make your debian box a network weapon

apt-get -y install wireshark
apt-get -y install bmon
apt-get -y install iperf
apt-get -y install netperf
apt-get -y install gnuplot
apt-get -y install wireshark
apt-get -y install nmap
apt-get -y install nessus
apt-get -y install traceroute

-y means it will take yes as default for installing all packages.

PS: dont forget to make the file executable.
chmod 700 filename

No comments: