basic:
ifconfigsometimes doesn’t work and need:
ip adual homed (running 2 IP/nicks)
routeuseful to see multiple routes kinda like multiple nicks communicating with different stuff
arp tables help us know who we are communicating with:
arp -anew command:
ip neighnetstat like windows to see ports internally accessible but not to the outside:
netstat -anointercept traffic or exploit a specific thing running on one of the ports
example:
- 127.0.0.1:961
That’s a port open to only localhost. What is it doing locally on UDP?
