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

127.0.0.1 refused to connect #131

Closed howky78 closed 1 year ago

howky78 commented 1 year ago

Hi, Total noob at this coding. I managed to turn the Pi 4 into an AP and everything still worked. Then installed TinyCheck and installed fine… Once rebooted I get “site can’t be reached..127.0.0.1 refused to connect’ Is there something I’ve missed? Any help appreciated and if put in easy to follow guide would be appreciated.

ldina commented 1 year ago

I'm not sure if you are in my same situation but I solved the services not starting by sudo pip install SQLAlchemy==1.4.46

howky78 commented 1 year ago

I'm not sure if you are in my same situation but I solved the services not starting by sudo pip install SQLAlchemy==1.4.46

Is that after the install? im trying to work out if I have to do anything to the Wi-Fi settings prior to the tinycheck install. The wiki said it was simple to install but it’s far from it I’m my case lol

ldina commented 1 year ago

I'm not sure if you are in my same situation but I solved the services not starting by sudo pip install SQLAlchemy==1.4.46

Is that after the install? yes

howky78 commented 1 year ago

I'm not sure if you are in my same situation but I solved the services not starting by sudo pip install SQLAlchemy==1.4.46

Is that after the install? yes

Thank you. Did you have to do anything to the Wi-Fi setup prior to the tinycheck install? I have the Pi connected by Ethernet

ldina commented 1 year ago

no, my wifi setup worked with no issues. Just plugged in. I'm using an Alfa wifi device

howky78 commented 1 year ago

Ok thanks, I’ve tried a Wi-Fi adapter but didn’t work. And if I leave the Wi-Fi setting as is, when it asks for Eth0 and wlan0 to be the front and back end it fails. I’ll try again later and find the right wording

ldina commented 1 year ago

A limited number of wifi adapter is supported. Be sure to have the adapter working before trying to install tinycheck

howky78 commented 1 year ago

Thanks, one ordered from the pihut. Will wait for that then try again. thanks

howky78 commented 1 year ago

install

Thanks for your help. All sorted and working fine.

ppuschmann commented 1 year ago

Installing SQLAlchemy exactly did help.

sudo pip install SQLAlchemy==1.4.46

Then Reboot, everything is fine :-)

EvgenyAblesov commented 1 year ago

Thanks for your answers and help. We're now using 'version pinning' in installation process for python modules.