Jump to content

HOW TO HIDE YOUR MAC AND IP ADDRESS


BLACKplaidNOmad

Recommended Posts

Few things. 1, you can't truly hide your mac address, but you can mask/change the hex values of it it before connecting to a network. In order for packets/frames to reach your computer, the network must be able to see your mac/faked mac address, otherwise, you would not be able to communicate on the network.

As for hiding your IP address, using a proxy could do the trick, but you then have to rely on how trustworthy the proxy is, as they could be sniffing and filtering everything you do,redirecting you to sites, etc. You could also set up your own proxy or ssh tunnel if you have a website with ssh shell access, but if you were trying to hide from doing something illegal, it would still be traced back to the server you tunnel through, which would most likely have an access log containing your real IP address.

There is also TOR, but again, only as secure as the nodes you pass through.

Link to comment
Share on other sites

mac and ip are very different items to hide, ie if your attacking a website via a proxy or alike then you need not worry about your mac, if your attacking a lan then you have to use an ip for that segment unless you broadcast everything and its the lan attack that its important to spoof your mac

internet = ip

lan = mac

your ip address will remain the same from end to end once it hits an ipv4 public address that is (not a private class)

your mac address will only be used on the local segment once its routed then your mac address is replaced with that of the next hop

Link to comment
Share on other sites

indeed but from that hop forward it's gone, each time your data is routed onto another network the mac address changes , so if you were to attack a webserver that isnt on your directly connected network then the mac it see's is that of its returning route, of course your IP will be there for them to see and this is why you should proxy in this case.

Link to comment
Share on other sites

There are also other factors to remember to turn off and block when hacking on a local network if using a windows machine. These can be just as good at identifying you as the IP and MAC, such as SMB, your machine name and file shares. If you are using windows, by default installs your machine is going to broadcast its netbios name on the network repeatedly, so turn off Netbios over TCP/IP, and services for ICS, Server, Computer Browser, and Workstation, as well as block ports 135-139 and 445 in and outbound.

Its not an issue over the internet, but on the local intranet, its easy to identify a windows machine by its name, so if you happen to use anything at all identifying, like your real name or something personal you are known by, change it. Vista and 7 are a bity funky in that they do multicast IGMP group advertising, which is also very noisy on the network and a key indicator there is an intruder or new machine.

Link to comment
Share on other sites

all you have to do is get a notebook that has a PCMCIA slot and a NIC or WLAN that fits. its individual mac address is attached to the card. you then go to a cofee shop or open wireless network and go to town.

if the heat comes up just throw away the card.

remember to pay with cash

Link to comment
Share on other sites

use backtrack 4

ifconfig -a

find your interface you want to change, eth0 eth1 wlan etc etc

ifconfig eth0 down

macchanger --mac 00:11:22:33:44:55 eth0

ifconfig eth0 up

check your changed mac

ifconfig eth0

BT4 disables networking on boot so you may not have to enable your interface if you know what the names are.

to get IP address from dhcp.

dhclient eth0

Then startx to enter gui for super happy fun ^_^

Link to comment
Share on other sites

You can even Spoof your MAC in windows without using third party tools.

however if tools is concerned then I would advice to use macshift

1) Open your Local Area Connection Status window and click on Properties.

2) In General tab of Local Area Connection Properties, click on Configure.

3) Then go to Advanced tab and click on NetworkAddress and check on the value option and give your fake mac address and click OK.

Now open your command prompt and type ipconfig /all to check-out your new mac address.

Note:To reset your MAC to original just Select the Radio button "Not Present" for Network Address

Link to comment
Share on other sites

Yeap you can do it inside windows without third part aps but as some of the higher ups in here mentioned Windows gives out a lot more information than just your mac address.

+ 1 for the background concepts digip, vako and sparky so generously mentioned.

In any case who want's to spoof a mac and hack with windows? 0_o

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...