Hackplayers / 4nonimizer

A bash script for anonymizing the public IP used to browsing Internet, managing the connection to TOR network and to different VPNs providers (OpenVPN)
GNU General Public License v3.0
612 stars 192 forks source link

4nonimizer stop command #51

Open Vdevv opened 5 years ago

Vdevv commented 5 years ago

While using 4nonimizer stop command the 4nonimizer service still running in the background.

vmotos commented 5 years ago

check manually the command line and paste the results: ps -uax | grep "log-vpn" | awk '{print $2}' | xargs kill -9 2> /dev/nul ps -aux | grep openvpn | awk '{print $2}' | xargs kill -9 2> /dev/null ifconfig $(ifconfig | egrep -io "tun\w") down 2> /dev/null

And paste the results please.

Vdevv commented 5 years ago

Well tried this with no outputs but when i open the system monitor there are 2-4 4nonimizer processes that running.

vmotos commented 5 years ago

Ok, and there is not ouput if you executes?

ps -uax | grep "log-vpn" ps -aux | grep openvpn ifconfig $(ifconfig | egrep -io "tun\w")

Vdevv commented 5 years ago

Tried that today nothing shown on terminal but if i use ps -aux | grep 4nonimizer i get these root 3127 0.2 0.1 9820 6564 ? Ss 19:01 0:00 /bin/bash /opt/4nonimizer/4nonimizer start root 3354 0.0 0.0 6148 820 pts/0 S+ 19:02 0:00 grep 4nonimizer

vmotos commented 5 years ago

Please, reinstall the tool and check again.

Vdevv commented 5 years ago

Same thing even with reinstall nothing with the commands that you provided but with ps -aux | grep 4nonimizer root 8704 0.0 0.0 9828 5100 pts/0 S 13:09 0:00 /bin/bash /usr/bin/4nonimizer start root 8851 0.0 0.0 7604 2864 pts/1 S 13:10 0:00 /bin/bash /usr/bin/4nonimizer start root 8853 0.0 0.0 7604 2800 pts/1 S 13:10 0:00 /bin/bash /usr/bin/4nonimizer start root 8950 0.0 0.0 6148 888 pts/1 S+ 13:10 0:00 grep 4nonimizer