summaryrefslogtreecommitdiffstats
path: root/arping.py
diff options
context:
space:
mode:
Diffstat (limited to 'arping.py')
-rw-r--r--arping.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/arping.py b/arping.py
index ee96c9aa..816a3f46 100644
--- a/arping.py
+++ b/arping.py
@@ -8,7 +8,7 @@ try:
raise Exception('no root permissions')
from scapy.all import * #might throws "no such module"
- def arpingy(iprange="10.42.1.0/24",iface='eth0'):
+ def arpingy(iprange="10.42.1.0/24",iface='wlan0'):
log.debug("pinging"+ iprange)
"""Arping function takes IP Address or Network, returns nested mac/ip list"""
try: