aboutsummaryrefslogtreecommitdiffstats
path: root/autoscan/README.txt
diff options
context:
space:
mode:
authorLaurent Ghigonis <laurent@p1sec.com>2013-07-24 15:31:29 +0200
committerLaurent Ghigonis <laurent@p1sec.com>2013-07-24 15:31:29 +0200
commit2e37ab371578ff9952bc01591593bf87cfb324ea (patch)
treead784c754f950c333d79b4c02ddf4f55c8cfb45a /autoscan/README.txt
parentautoscan: add a README (diff)
downloadlaurent-tools-2e37ab371578ff9952bc01591593bf87cfb324ea.tar.xz
laurent-tools-2e37ab371578ff9952bc01591593bf87cfb324ea.zip
autoscan: wording
Diffstat (limited to '')
-rw-r--r--autoscan/README.txt20
1 files 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