From 7d8e8d8e7ed7b68c76bc85139583baeae4d2dff2 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Mon, 19 Oct 2009 17:44:46 +0200 Subject: [PATCH] Update udevinfo, add Nessus/OpenVAS tip --- debian/changelog | 12 ++++++++++-- grml_tips | 17 ++++++++++++++++- 2 files changed, 26 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8c2ab9e..35f3414 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +grml-tips (0.4.17) unstable; urgency=low + + * Replace 'udevinfo' with 'udevadm info'. + * Add Nessus/OpenVAS tip. [Closes: issue591], [Closes: issue663] and + [Closes: issue690] + + -- Michael Prokop Mon, 19 Oct 2009 17:42:36 +0200 + grml-tips (0.4.16) unstable; urgency=low * Add 'Installing Fedora/Centos to a directory' @@ -118,7 +126,7 @@ grml-tips (0.4.4) unstable; urgency=low 'Convert files from Unicode / UTF-8 to ISO' and 'Use a Vodafone 3G Datacard (UMTS) with Linux' and mention ssh-keygen in ssh-copy-id tip. - + -- Michael Prokop Fri, 27 Jul 2007 00:41:33 +0200 grml-tips (0.4.3) unstable; urgency=low @@ -292,7 +300,7 @@ grml-tips (0.3-9) unstable; urgency=low * Updated grml-tips. * Use "Architecture: all" in debian/control to support architectures not running on x86 as well. - * Bumb Standard Version to 3.7.2 (no further changes). + * Bumb Standard Version to 3.7.2 (no further changes). -- Michael Prokop Wed, 1 Nov 2006 11:29:56 +0100 diff --git a/grml_tips b/grml_tips index 93b3037..47ba348 100644 --- a/grml_tips +++ b/grml_tips @@ -1105,7 +1105,7 @@ Assign static setup for network cards (eth0 and eth1) via udev: First method - manual: ~~~~~~~~~~~~~~~~~~~~~~ Get information for SYSFS address: -# udevinfo -a -p /sys/class/net/eth0/ | grep address +# udevadm info -a -p /sys/class/net/eth0/ | grep address Then create udev rules: # cat /etc/udev/network.rules @@ -3150,3 +3150,18 @@ Install Fedora into a directory: % febootstrap fedora-11 target_directory -- +Use Nessus / OpenVAS (remote network security auditor): + +Install software packages: +# apt-get update +# apt-get install openvas-client openvas-server openvas-plugins-base openvas-plugins-dfsg + +Add a user: +# openvas-adduser + +Start openvas server (takes a while): +# Start openvas-server + +Invoke client as user: +% OpenVAS-Client +-- -- 2.1.4