Keep hiding in Anonymous

Using proxychains with Tor or VPN to hide real IP

https://www.cnblogs.com/gufana/p/13856116.html

Prevent DNS Leak

Vim /etc/resolv.conf and change the DNS address to public addresses, in case, the ISP reveal ur footprint.

Manage MAC Address

A media access control address(MAC address) is a unique identifier assigned to a network interface controller(NIC) for use as a network address in communications within a network segment.

The MAC address does not go further, do not go outside the LAN, do not go outside the first jump from the first router. So as soon as you go through the first router from your PC, your MAC address is no longer being shared.

The first three sets are used to identify the manufacturer of the device, and then the manufacturer assigns another three sets to particular devices as is decided.

What we gonna use to change our mac address is macchanger.

A good way to change MAC address would be a script.

Using crontab on root user.

Adding @reboot macchanger -r eth0 at the bottom. In this way, ur machine's MAC address will change every power on.

posted @ 2020-10-22 21:36  咕咕鸟GGA  阅读(127)  评论(0)    收藏  举报