Page 1 of 1

mac spoofing

Posted: Tue Apr 29, 2008 2:02 pm
by suthers
Could anybody refer me to a tutorial were i could learn to write a program that 'spoofs mac address'?
I know there are plenty of programs that do it out there but mine needs to be has to have certain specifics.
I use c++, my compiler is the gcc cygwin port (dev-c++ IDE) and i use XP.
Thanks in advance,

Jules

EDIT:
Oh and i want to do this on a wireless card (in case that made a difference, i'm not an expert in communications)

Posted: Tue Apr 29, 2008 2:11 pm
by 01000101
why not goto start->rightclick my computer->manage->device manager->(network card)->advanced and change your mac address?

Posted: Tue Apr 29, 2008 2:28 pm
by suthers
Thanks, didn't know you could do that, though i need to be able to modify it from sotware for my app.
Anibody know where i could find out how to do this?
Thanks in advance,

Jules

Posted: Tue Apr 29, 2008 4:55 pm
by Brynet-Inc

Code: Select all

ifconfig [interface] lladdr [mac-addr]
Rather simple under BSD, permanent changes go in /etc/hostname.[interface]. 8)