Saturday 2 June 2012

How to Spoof MAC Address in HP-UX





It’s possible to change MAC address using HP-UX SAM. Select Networking and Communications, then selecting the interface, then click on Action -> Modify -> Advanced Options. Finally, change the value of station address, which is MAC address name in HP-UX.
How to Spoof and Change MAC Address in OpenBSD
Use the following command to change MAC Address to spoofed MAC in OpenBSD (after version 3.8):
ifconfig <interface> lladdr <MAC address>
For example, “ifconfig bge3 lladdr 1A:2B:3C:4D:5E:6F”.

No comments:

Post a Comment