brainfucksec / kalitorify

Transparent proxy through Tor for Kali Linux OS
GNU General Public License v3.0
1.04k stars 225 forks source link

"Ip api"-address in check_ip() doesn't work #64

Closed ghost closed 2 years ago

ghost commented 2 years ago

The first ip api address in the list of apis in check_ip() doesn't work for me any longer.:

https://ipleak.net/json/

If I start kalitorify with the command

sudo kalitorify -t

It gives me an error: "Your system is not using tor!"

So I removed this address from the list and now the program works perfectly fine. If other users also experiencing this, maybe this address should be removed in general.

I use no proxies myself, no bridges, nothing.

Default shell from kali linux (Terminal) was used.

brainfucksec commented 2 years ago

Hi @MrOffSec I need to check and update the list of the links in the check_ip function, thanks.

brainfucksec commented 2 years ago

I have updated the list of services contacted in the check_ip() function, this is a fix-release I will see how to better implement this function. See: v1.27.3 - Fix function check_ip()

Thanks for your advice @MrOffSec