pen-test
[Top] [All Lists]

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

To: pen-test@securityfocus.com
Subject: Re: Technitium MAC Address Changer v4 (TMACv4 C4) Officially Released
From: Fredi <fredi@unixantichrist.net>
Date: Wed, 20 Dec 2006 10:00:53 +0100
Delivered-to: sp-com-lists@consult.net
Delivered-to: pentest-list2@consult.net
Delivered-to: mailing list pen-test@securityfocus.com
In-reply-to: <4588D346.1070105@gmail.com>
List-help: <mailto:pen-test-help@securityfocus.com>
List-id: <pen-test.list-id.securityfocus.com>
List-post: <mailto:pen-test@securityfocus.com>
List-subscribe: <mailto:pen-test-subscribe@securityfocus.com>
List-unsubscribe: <mailto:pen-test-unsubscribe@securityfocus.com>
Mailing-list: contact pen-test-help@securityfocus.com; run by ezmlm
References: <5dd3856e0612190932p9f40e2ay79964005ab3f36c7@mail.gmail.com> <4588D346.1070105@gmail.com>
Resent-date: Wed, 20 Dec 2006 00:50:54 -0700 (MST)
Resent-from: pen-test-return-1078483286@securityfocus.com
Resent-message-id: <20061220075054.88E35244CAD@outgoing3.securityfocus.com>
Resent-sender: listbounce@securityfocus.com
Sender: listbounce@securityfocus.com
User-agent: KMail/1.9.5
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>