ecthros / pina-colada

A powerful and extensible wireless drop box
MIT License
264 stars 34 forks source link

Arp Dos and Arp Spoof find IP and MAC dynamically #155

Open ecthros opened 7 years ago

ecthros commented 7 years ago

Say I use:

set masq 11

This works normally by looking up in the table the values associated with ID 11.

I want to make it dynamic, so it does:

set masq 10.0.0.57

and instead of looking up the ID, the program looks up the IP address. Should be a pretty simple fix!