![]() |
|
where the Mac adress matters? - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Computers (https://sinister.ly/Forum-Computers) +--- Forum: Networking (https://sinister.ly/Forum-Networking) +---- Forum: Anonymity (https://sinister.ly/Forum-Anonymity) +---- Thread: where the Mac adress matters? (/Thread-where-the-Mac-adress-matters) Pages:
1
2
|
RE: where the Mac adress matters? - Skullmeat - 11-12-2018 The only time MAC really matters is layer two. Once a packet leaves a network, the mac changes. In a common network setup (Port Address Translation, or NAT Overloading) the router replaces the mac address of the origin and destination fields, as well as the fields for IP. However, if someone were inside your network, having your mac could be more of an issue. They could preform whats known as ARP Poisoning. ARP or Address Resolution Protocol is used to associate a Layer II (MAC) Address with a Layer III (IP) address. ARP Poisoning is when and attacker changes the associated mac address of a target machine by sending forged ARP replies. In many networks, devices with accept ARP replies even if one was not requested. However, this method requires physical access to a network. RE: where the Mac adress matters? - Cr3aTor - 11-12-2018 (11-12-2018, 05:22 AM)Skullmeat Wrote: However, this method requires physical access to a network. I think it's possible to do it wirelessly as well. So you'll need just to access to the network. However everything else is structured well and easy to understand so great job! RE: where the Mac adress matters? - cupopigi - 11-13-2018 thanks a lot for helpful messeges! hard to catch up with my knowledge but will definitely help. |