Change MAC Address
ip link set dev eth0 down
macchanger -m 12:23:34:45:56:67 eth0
ip link set dev eth0 up
Static ip configuration
ip addr add 10.5.23.56/24 dev eth0
Proxychains with Tor
systemctl start tor
stop
: Used to stop tor servicesrestart
: Used to restart tor services
proxychains curl http://ifconfig.me/ip
Use proxychains
before running any cmd