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

Error during AP generation /api/network/ap/start 500 (INTERNAL SERVER ERROR)

yodoesp opened this issue · comments

Hello,

Did a new installation of TinyCheck on a PI4 with the following Raspbian version:
PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
NAME="Raspbian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
kernel : Linux tinycheck 5.10.52-v7l+ #1441 SMP Tue Aug 3 18:11:56 BST 2021 armv7l GNU/Linux

But now each time I want to generate a an AP with the frontend, I have always the following error:

xhr.js:177 GET http://192.168.1.161/api/network/ap/start 500 (INTERNAL SERVER ERROR)
createError.js:16 Uncaught (in promise) Error: Request failed with status code 500
at t.exports (createError.js:16)
at t.exports (settle.js:17)
at XMLHttpRequest.h.onreadystatechange (xhr.js:62)

Try some workaround as describe on issue #28, but without any success. Any idea on this ?