summaryrefslogtreecommitdiffstats
path: root/modules/people/README.md
diff options
context:
space:
mode:
authorkrebs <krebs@UTART>2011-05-22 01:42:36 +0200
committerkrebs <krebs@UTART>2011-05-22 01:42:36 +0200
commit951d398e20fdb778289e7dff2350594503dc300f (patch)
treea52b4a8bcd57f70def4ead7529ad4c9c66eab386 /modules/people/README.md
parent0ec6ff898460d767cf984d792949ba7344e0758b (diff)
updated people script,
removed bloat from people script collection
Diffstat (limited to 'modules/people/README.md')
-rw-r--r--modules/people/README.md11
1 files changed, 5 insertions, 6 deletions
diff --git a/modules/people/README.md b/modules/people/README.md
index d28100d3..e45d39c1 100644
--- a/modules/people/README.md
+++ b/modules/people/README.md
@@ -1,12 +1,11 @@
-SNMP Users
+ARPING Users
==========
-asks an snmp-router for its arp-list and tries to verify this list via
-ARPING. The snmping is done via snmp-net and command line parsing,
-the arping uses 'scapy'.
+This is a simplified python script which checks the available subnet for computers online and returns a list of users which are online based on their mac-address
-This script needs superuser rights and otherwise will just skip the
-verification
+
+arping_users.py:
+ call `python arping_users.py v` for verbose output -> print all discovered hosts
SNMPWALK Command
===============