When i run the code below on a snoopy client I am getting this error. This could be a really simple fix and I'm just not seeing it.
Any hep given I will be greatly appreciative.
So this is the code I run:
snoopy -v -m wifi:iface=mon1 -m rogueAP:run_dhcp=True,local_nat=True,sslstrip=True -s http://192.168.1.55:9001/ -d TestDrone -l Office -k O8U7P4T1FSZP6TU
And this is the output I get:
[+] Starting Snoopy with plugins: wifi, rogueAP
[+] Waiting for plugin 'wifi' to indicate it's ready
[+] Starting sniffing on interface 'mon1'
[!!] Scapy exception whilst sniffing. Will back off for 5 seconds, and try restart 'plugins.wifi' plugin
[!!] [Errno 19] No such device
[+] Plugin 'wifi' has indicated it's ready.
[+] Waiting for plugin 'rogueAP' to indicate it's ready
[+] Starting sniffing on interface 'mon1'
[!!] Scapy exception whilst sniffing. Will back off for 5 seconds, and try restart 'plugins.wifi' plugin
[!!] [Errno 19] No such device
[!!] No such interface: 'mon0'
[+] Starting sniffing on interface 'mon1'
[!!] Scapy exception whilst sniffing. Will back off for 5 seconds, and try restart 'plugins.wifi' plugin
[!!] [Errno 19] No such device
[+] Plugin 'rogueAP' has indicated it's ready.
[+] Done loading plugins, running...
[+] Starting sniffing on interface 'mon1'
[!!] Scapy exception whilst sniffing. Will back off for 5 seconds, and try restart 'plugins.wifi' plugin
[!!] [Errno 19] No such device
[!!] Restarting module '/root/snoopy-ng/plugins/wifi.pyc' after 5 failed attempts
Hi everyone,
When i run the code below on a snoopy client I am getting this error. This could be a really simple fix and I'm just not seeing it. Any hep given I will be greatly appreciative.
So this is the code I run: snoopy -v -m wifi:iface=mon1 -m rogueAP:run_dhcp=True,local_nat=True,sslstrip=True -s http://192.168.1.55:9001/ -d TestDrone -l Office -k O8U7P4T1FSZP6TU
And this is the output I get:
[+] Starting Snoopy with plugins: wifi, rogueAP [+] Waiting for plugin 'wifi' to indicate it's ready [+] Starting sniffing on interface 'mon1' [!!] Scapy exception whilst sniffing. Will back off for 5 seconds, and try restart 'plugins.wifi' plugin [!!] [Errno 19] No such device [+] Plugin 'wifi' has indicated it's ready. [+] Waiting for plugin 'rogueAP' to indicate it's ready [+] Starting sniffing on interface 'mon1' [!!] Scapy exception whilst sniffing. Will back off for 5 seconds, and try restart 'plugins.wifi' plugin [!!] [Errno 19] No such device [!!] No such interface: 'mon0' [+] Starting sniffing on interface 'mon1' [!!] Scapy exception whilst sniffing. Will back off for 5 seconds, and try restart 'plugins.wifi' plugin [!!] [Errno 19] No such device [+] Plugin 'rogueAP' has indicated it's ready. [+] Done loading plugins, running... [+] Starting sniffing on interface 'mon1' [!!] Scapy exception whilst sniffing. Will back off for 5 seconds, and try restart 'plugins.wifi' plugin [!!] [Errno 19] No such device [!!] Restarting module '/root/snoopy-ng/plugins/wifi.pyc' after 5 failed attempts