You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* create the list used later to poison the targets */
/* create the list used later to poison the targets */
if (EC_GBL_OPTIONS->silent && !EC_GBL_OPTIONS->load_hosts)
ret = create_silent_list();
else
ret = create_list();
Hi
Is there a technical reason that ettercap doesn't want both the "remote" arp option and the "-z" option ?
ettercap -Tq -M arp:remote /10.0.0.1// /10.0.0.2//
ettercap -z -Tq -M arp: /10.0.0.1// /10.0.0.2//
ettercap -z -Tq -M arp:remote /10.0.0.1// /10.0.0.2//
:FATAL: ARP poisoning needs a non empty hosts list.
In the man page, I don't see any explanation about this
The text was updated successfully, but these errors were encountered: