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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install: "You must select two interfaces, exiting"

mousesonmarses opened this issue · comments

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

happens to me too, any solution yet?

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

apt install rfkill
rfkill block wifi

and now is working

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