brainfucksec / kalitorify

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

Transparent proxy is not stopping #44

Closed jisjose98 closed 4 years ago

jisjose98 commented 4 years ago

Transparent proxy is not stopping even after typing kalitorify -c After typing the cmd its showing transparent proxy is stopped but unable to vonnect until restarting the system

brainfucksec commented 4 years ago

Hi @jisjose98, thanks for the report. Are you using the latest version of the program?

jisjose98 commented 4 years ago

Yes it shows that the msg that transparent proxy is stopped but after I try to browse it shows server is down and I need to restart the PC to start working

On Mon 23 Mar, 2020, 2:46 PM Brainfuck <notifications@github.com wrote:

Hi @jisjose98 https://github.com/jisjose98, thanks for the report. Are you using the latest version of the program?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/brainfucksec/kalitorify/issues/44#issuecomment-602474135, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANF3INBYM5GD2IMFNFQ2CDTRI4SHTANCNFSM4LQ3G5SQ .

brainfucksec commented 4 years ago

@jisjose98 What do you mean by "server down"? Do you think that this issue > https://github.com/brainfucksec/kalitorify/issues/41 is related?

However, I have done several tests for that fix and at the end of the program there are no connection problems.

jisjose98 commented 4 years ago

Yes after running the tool kalitorify it's working perfectly you but as soon as I stop it i am not able to use internet further unless I restart.

On Thu 26 Mar, 2020, 11:20 AM Brainfuck <notifications@github.com wrote:

@jisjose98 https://github.com/jisjose98 What do you mean by "server down"? Do you think that this issue is related?

41 https://github.com/brainfucksec/kalitorify/issues/41

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/brainfucksec/kalitorify/issues/44#issuecomment-604243264, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANF3INFB6Z7SRSOYLTYHZD3RJLUKHANCNFSM4LQ3G5SQ .

brainfucksec commented 4 years ago

Can you show me the output of these commands when you stop kalitorify?

cat /etc/resolv.conf
cat /usr/share/kalitorify/backups/iptables.backup
sudo iptables -L

Do you use some firewall/DNS applications? like UFW, Pi-hole etc? Thanks for the help

brainfucksec commented 4 years ago

Thanks @jisjose98 , you need to reset the configurations of these files:

1 - Put your favorite dns in the file /etc/resolv.conf: i.e.:

sudo vim /etc/resolv.conf

nameserver 8.8.8.8
nameserver 8.8.4.4

(This is an example, I advise you to avoid google DNS)

2 - Go to the "git" folder of kalitorify, if you don't have it anymore, download it again from github, and unistall/reinstall kalitorify:

cd kalitorify/
sudo make uninstall
sudo make install

3 - Reboot you system

brainfucksec commented 4 years ago

Since it’s been one month, I hope things are working well for you now. I’ll close the issue until we can confirm it’s still happening. I’m happy to continue further discussion whenever needed.