KasperskyLab / TinyCheck

TinyCheck allows you to easily capture network communications from a smartphone or any device which can be associated to a Wi-Fi access point in order to quickly analyze them. This can be used to check if any suspect or malicious communication is outgoing from a smartphone, by using heuristics or specific Indicators of Compromise (IoCs). In order to make it working, you need a computer with a Debian-like operating system and two Wi-Fi interfaces. The best choice is to use a Raspberry Pi (2+) a Wi-Fi dongle and a small touch screen. This tiny configuration (for less than $50) allows you to tap any Wi-Fi device, anywhere.
Apache License 2.0
3.08k stars 222 forks source link

Install: "You must select two interfaces, exiting" #132

Closed ghost closed 9 months ago

ghost commented 1 year ago

Hi, im getting: "You must select two interfaces, exiting", whil trying to install. The raspi has a fixed ip on eth0 and dhcp on wlan0 and wlan1. screen

omer-re commented 1 year ago

happens to me too, any solution yet?

ldina commented 1 year ago

I noted that during the installation the installer get confused. The best way is to have eth0 as a bridge to the internet and one unconnected wlan as AP. When the installation is completed you can change it to whatever mix you like. I was successful with a raspberry eth0+wlan0 (external usb) or a PC wlan0+wlan1 (external usb) and eth0 down

icedan commented 9 months ago

apt install rfkill rfkill block wifi

and now is working

EvgenyAblesov commented 9 months ago

apt install rfkill rfkill block wifi

We will try to improve installation process of TinyCheck to avoid such situations in the future. Thanks for workaround