From 2e37ab371578ff9952bc01591593bf87cfb324ea Mon Sep 17 00:00:00 2001 From: Laurent Ghigonis Date: Wed, 24 Jul 2013 15:31:29 +0200 Subject: autoscan: wording --- autoscan/README.txt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/autoscan/README.txt b/autoscan/README.txt index dcc36b6..aff847c 100644 --- a/autoscan/README.txt +++ b/autoscan/README.txt @@ -7,28 +7,28 @@ It has 2 modes: Fingerprinting steps: _test_pcap - records a 15s PCAP + records a 15s PCAP in the background (tcpdump) _test_ifconfig - remembers attributed ipv4 and ipv6 + remembers ipv4 and ipv6 attributed by DHCP (ifconfig) _test_iwconfig - remembers AP name and MAC + remembers AP name and MAC (iwconfig) _test_route - remmebers routing table + remembers routing table (route -n) _test_resolv - remembers DNS given by dhcp (resolv.conf) + remembers DNS attributed by dhcp (resolv.conf) _test_pubip_get gets your internet public IP (curl ifconfig.me) _test_pubip_ping - tests if an arbitrary public IP answers to ping (8.8.8.8) + tests if an arbitrary public IP answers to ping (ping 8.8.8.8) _test_pubip_traceroute - runs a traceroute to an arbitrary public IP (8.8.8.8) + runs a traceroute to an arbitrary public IP (ping 8.8.8.8) _test_resolv_traceroute - runs a traceroute to the DNS given by dhcp + runs a traceroute to the DNS given by dhcp (traceroute) The following steps can be disabled using -x to run faster: _test_explor_traceroute - runs traceroute to arbitrary private IP ranges + runs traceroute to arbitrary private IP ranges (traceroute) _test_explor_scan - runs an nmap scan on the local IP range + runs an nmap scan on the local IP range (nmap) =============================================================================== Example usage: Run fingerprinting on wlan0 -- cgit v1.2.3-59-g8ed1b