How to anonymize yourself using Kali Linux (using VPN)

How to anonymize yourself using Kali Linux (using VPN)



As we have discussed that proxy chains are very slow so we are going for VPN.
So first type “nano /etc/NetworkManager/NetworkManager.conf“(Linux is case sensitive)
network manager
If it is managed=false then make it true.
save(ctrl+x) & exit.
Now we have to add some VPN. so open vpnbook.com vpnbook
Now go to OpenVPN and download any one. But I will recommend you to download Server 6 German proxies because they have nice policies about their networks and VPN.
So save it.
Suppose I am saving it on my Desktop in vpn folder. so now I have to open that vpn
vpnlist
type this commands. So now you can see available VPNs
Now I want to open the first VPN.
So type”openvpn –config vpnbook-de233-tcp443.ovpn” and press enter.
openvpn
So Auth username is vpnbook and password is d4bmcut. This is already given in homepage of vpnbook.com
Now your IP is changed. But it will not pass DNS(Domain Name System) test.
So Now will change our name server. now command “nano /etc/resolv.conf
So there will be one default name server but we have to add other.
So add # before your default server and add this server. First two servers are from OpenDNS and the third one is from google.
dns
So now save(ctrl+x) & exit.
So now your virtual network is working.
You can verify it by typing “what is my IP address” in your browser.
And you can also check it by dnsleaktest.com
Probably DNSLeak test will say you are from Germany. But you know that you are not.

Related Posts

Subscribe Our Newsletter

0 Comments to "How to anonymize yourself using Kali Linux (using VPN)"

Post a Comment