From 79d74acb33548e273456ec08b9d84710fc37aaad Mon Sep 17 00:00:00 2001 From: Karuppiah Natarajan Date: Sat, 20 Jun 2020 19:59:39 +0530 Subject: [PATCH] add description for -l flag --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 1c0e61a..69013e4 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,26 @@ arpfox -i [interface] -t [target] [host] Interface name (e.g.: `eth0`, `en0`, `wlan0`, etc). +### List interfaces (-l) + +To provide the interface name input for `-i` flag, you need to know the +interfaces present in your computer. `arpfox` can help you list the interfaces +present in your computer along with their MAC addresses + +``` +arpfox -l +19:66:99:00:ee:44 "en0" +12:64:ff:ef:9c:78 "en1" +25:35:7f:ef:09:69 "en2" +81:26:0c:ef:49:9a "bridge0" +0a:89:90:e0:9e:4b "p2p0" +52:ce:e5:d4:d0:b1 "awdl0" +33:aa:dd:00:dd:bb "llw0" +``` + +To get more information about your interfaces, you will have to use some OS +specific commands like `ifconfig` in MacOS + ### Target specification (-t) `arpfox` takes targets in the same format as `nmap` does. The following are all