Update udevinfo, add Nessus/OpenVAS tip v0.4.17
authorMichael Prokop <mika@grml.org>
Mon, 19 Oct 2009 15:44:46 +0000 (17:44 +0200)
committerMichael Prokop <mika@grml.org>
Mon, 19 Oct 2009 15:44:46 +0000 (17:44 +0200)
debian/changelog
grml_tips

index 8c2ab9e..35f3414 100644 (file)
@@ -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 <mika@grml.org>  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 <mika@grml.org>  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 <mika@grml.org>  Wed,  1 Nov 2006 11:29:56 +0100
 
index 93b3037..47ba348 100644 (file)
--- 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
+--