BusesCanFly / rpi-hunter

Auto discover and exploit LAN raspberry pi's
105 stars 15 forks source link

change adapter #6

Closed truesamurai closed 3 years ago

truesamurai commented 4 years ago

Now its scans on eth0. Can I change that to eth1?

truesamurai commented 4 years ago

For now i have found a solution by changing the code: os.system('sudo arp-scan -I eth1 -g '+args.ip_range+' -W ./scan/scan.pcap'+quiet)

But it would be a good options to include this as a choice when running the program.

BusesCanFly commented 3 years ago

I haven't touched this project in ages and its pretty terrible, but if it gets re-written ill add a cli arg for that :)