[Idenity] MAC Address & Driver SN Changers. -
07-19-2008
Let me start by saying, a MAC Address and Drive ID are just two parts of your computer things use to track it down. I normally find these checks in games. This is just a way to change these two things to increase your chances of more anonymity.
Lets get started;
Downloads:
1. [Only registered and activated users can see links. ]
2. [Only registered and activated users can see links. ]
Instructions:
Taken Directly From The Mackmakeup Site
"What’s this?
Did you ever get bored with your old MAC address? If you did, this is the solution! Mac MakeUp let’s you change the MAC address of any of the interfaces present on your Windows 2000/XP/2003/Vista box.
Sometimes this is referred as MAC address spoofing.
You can choose a new address of your choice, or get the new one with the help of the tool, which sets the OID part according to your preference. Well, how can I get it up and running?
First of all, unzip the program into your preferred directory and start the program with administrative privileges. You should get a box like this: Combo number (1) contains the list of the adapters you can select. The total number is shown in the last line of the log window (2). The adapter selected is the first PCI adapter in your system; the numbers after the name tell you the driver version.
If there is a “new” (spoofed) MAC for the adapter, it is shown in box number (3), and if it has a known OID the corrisponding manufacturer is show in box (4).
You can go back to your original MAC address by pressing Remove at this moment.
You can spoof the address by typing the new one into the box (3), or selecting a manufacturer from box (4). This creates a new MAC with the chosen OID and “123456” as device ID. Of course, you can change the device ID as you like.
Now just press Change and check the log for any errors. After disabling/enabling the adapter, your new MAC is in place.
That’s all!
Also, if you start typing an OID into the box (3), there is an automatic lookup function that tells you what manufacturer you are referring to. Starting from version 1.91d Mac Makeup look for an installation of [Only registered and activated users can see links. ]: if you have it, the program will use tha OID database that ships with that tool. Authors of [Only registered and activated users can see links. ] made a great job with the sniffer and continuously update their manufacturers signature database. Also if you don't know [Only registered and activated users can see links. ] you're missing a very good network analyzer.
New from version 1.23d is the ability to filter out virtual interfaces. The filter is on by default, but you can disable it by clearing the check (5). Virtual interfaces are referread as the ones not being physical. From version 1.83d the filtering engine was revised to be more accurate and support different types of cards. Also the bus to which they are attached to is displayed.
If you check MAC History (8) the program looks for a file named mmkup.ini. This file contains the history of MAC addresses used on a per interface basis: this way you can use the combo box (3) to cycle through spoofed addresses. The file is located into the same directory of the main executable.
If you need to save the log window or clear it, just right-click on (2) and select the proper action from the popup menu. Auto nic off/on (9) is new from version 1.83d and lets you disable and then reenable the network interface when you spoof its address. This way the change is immediate, no more need to open network connections applet or use external tools. The 'Cycle interface now' just disables/reenables the interface when you press it. If you press (10) you have this menu that lets you generate a completely random mac address, a random device ID (mantaining the OID), or a new OID (mantaining device ID) taken from the database or autogenerated. The log window now contains extra infos for any interface selected. Not all of these info are available all the times, dependig on the system settings, version and nic driver interfaces (it is fully functional with Windows XP SP2 and Broadcom 57x drivers for example).
These infos contain the real MAC address of your network interface (PermanentAddress), speed, IPs and so on.
Since it requires some seconds to load these infos, by default the Extra info checkbox (7) is disabled since it contains beta code and needs further testing. IP Extra features
IP Extra features are available by clicking "IP estra features" (6). These options let you enable, disable or configure several aspect of Windows NT IP networking.
Figure below shows the options you can set: Options can have three colors: red, black and blue. Blue options are the ones not defined on your computer, meaning that Microsoft's default values will be used. The great part of IP Extra features are not defined by default, and this may vary depending on the software you've installed. Black options are set, and their values will be used as shown. Red options are the ones you are going to undefine (remove).
You can change the status of each parameter by right-clicking on the description and cycling though colors. Only defined (black) values are set pressing the "Apply" button. Undefined (blue) parameters are ignored. Undefined values are shown with their Microsoft default, so setting them without modifying the value should lead to no changes.
Please note there's a difference between undefined and defined but unchecked (for example). The first thing you should do before experimenting, is taking a backup snapshot of your current configuration by pressing the "backup current settings button". This will ask you for a location to store a .reg (windows registry) file; double click on it at any time to revert to the starting situation. Here is a very brief discussion about these parameters. Refer to Microsoft Technet documentation for any doubt. Please note that some of these directly impact your station's security. Enable routing featuresMakes your PC act as a router, forwarding packets from one interface to the other. Useful if you intend to use your laptop to route between wireless and wired networksAllow user raw access to socketsBy default only admins can access raw sockets. This lets you override this settingEnable address mask reply (ICMP)Lets your station respond to subnet mask ICMP requestsAccept ICMP RedirectLets your station accept ICMP redirectionsDisable hw accelerationDisables task offloading to your network adapter (IP, IPSEC, ...)Enable selective acknowledge (SACK)See RFC 2018TIME_Wait delayThe time a connection stays in Time wait stateMax number of TCP connectionsMaximum number of TCP connectionsMax user portThis controls the maximum port number used when an application requests any available user port from the systemDefault TTLThis controls the maximum port number used when an application requests any available user port from the systemARP cache life (unreferenced)ARP cache life in seconds for unreferenced entriesARP cache life (referenced)ARP cache life in seconds for referenced entriesARP checks for own IPThis controls the number of times that the computer sends a gratuitous ARP for its own IP address(es) while initializingSource routed packets behaviour0: Route All - 1 Do not route - 2 Drop incomingMulticast support0: No multicast support - 1: Send multicast - 2: Send and receive multicastThe command line mode
Mac Makeup has a command line mode since version 1.83d. This lets you script maniacs to include it into batches and set the new MAC addresses without intervention. You can disable/enable your interfaces with the devcon tool, you can find for free on [Only registered and activated users can see links. ] web site. Command line usage: macmakeup.exe <count | <set | SET> <interface> <new_mac | random> | clear <interface> [quiet] enum: get a list of all the interfaces present, even virtual ones set <interface> <mac>: sets <mac> on interface number <interface>
Just like: macmakeup.exe set 4 010203040506
If you use 'random' (without quotes) Mac Makeup will generate a random mac address for you.
Example: macmakeup.exe set 4 random
If you use 'SET' (with capital letters) the interface will be disabled and reenabled to make the mac change effective. clear <interface>: reset back to original mac address interface number <interface>
Example: macmakeup clear 4 quiet: optional parameter that sets the output mode to quiet, so that you
have no kind of output. If you don't use "quiet", the output of the program goes to a console. If the operations complete ok, then the console is closed. If there is some kind of error, the console is kept open and you're asked for confirmation before closing.
"
Drive SN Changer;
Lets get this rolling ladies and gentlemen.
Below you will see;
Now note, you will see I have selected the C drive. You can select any drive you'd like to reset its hardware ID on.
For the example i'll be using the C drive. Now, it lists my current serial as noted in the middle. WRITE THIS DOWN NOW!
Soon as you have it written down, in the "New Serial Number" you'll see 12345678 this is where you will be entering your selected 8 digit serial number. It can be anything you select. I suggest something not completely retarded like 87654321 or it will be totally obvious. Do some random one that wont be second looked at.
Please note, once this is complete you will need to restart your computer. You will do this when both have been reset. When its complete congratulations.
"What do I do with the serial code I copied down?" Simple, as soon as you are done with whatever you where doing set it back to your old serial key and act like it was never you.
Suggestions: I suggest using tor while using this, this will have your IP hidden and network stuff hidden, my additions above spoof the mac and serial codes on your drives.
Questions, Suggestions, Criticism and etc can be used below, note if your post is a flame I wont even bother responding.
Credits:
: The creators of both programs.
: The offical Mac Makeup site for there guide.
: Me for the second guide on the SN changer.
It's good you're trying to contribute. But there are MUCH easier to use ones. The one I use you just press a button and MAC Address and IP get changed. Too bad I can't release it to you guys.
It's good you're trying to contribute. But there are MUCH easier to use ones. The one I use you just press a button and MAC Address and IP get changed. Too bad I can't release it to you guys.
Thats not hard, it just randomizes it and does the process I showed by fully automatic. Wouldn't be hard for someone to google a thing such as that.
And no this doesn't hide your IP address, use Tor or a proxy site for that.