Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Pen-Test
[Top] [All Lists]

Re: Technitium MAC Address Changer v4 (TMACv4 C4) Officially Released

Subject: Re: Technitium MAC Address Changer v4 (TMACv4 C4) Officially Released
Date: Wed, 20 Dec 2006 10:00:53 +0100
Hi,
On Wednesday 20 December 2006 07:08, Alcides wrote:
Hi Shreyas,
Appers to be nice handy utility.
But you efforts (excuse me if I'm hurting) seem to be incomplete.

As you said

 > += Supports all Microsoft(R) Windows(TM) NT based versions in all
 > languages.

Why not give a try developing one for POSIX breed of operating system?
What do you think?
Cheers!

Is there a real need? :)

At least on linux, man ifconfig:

[...]

hw class address
        Set  the  hardware address of this interface, if the device driver 
supports
        this operation.  The keyword must be followed by the name of the 
hardware 
        class and the printable ASCII equivalent of the hardware address.  
Hardware
        classes currently supported include ether (Ethernet), ax25 (AMPR 
AX.25), 
        ARCnet and netrom (AMPR NET/ROM).
[...]

So: 

root@deamon:~# ifconfig eth0 | grep eth0
eth0      Link encap:Ethernet  HWaddr XX:XX:XX:XX:XX:18
root@deamon:~# ifconfig eth0 hw ether XX:XX:XX:XX:XX:00
root@deamon:~# ifconfig eth0 | grep eth0
eth0      Link encap:Ethernet  HWaddr XX:XX:XX:XX:XX:00

And job done ;)

Bye, 
Fredi

<Prev in Thread] Current Thread [Next in Thread>