![]() |
[TUT]Change your MAC address - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Hacking (https://sinister.ly/Forum-Hacking) +--- Forum: Network Hacking (https://sinister.ly/Forum-Network-Hacking) +--- Thread: [TUT]Change your MAC address (/Thread-TUT-Change-your-MAC-address--43113) |
[TUT]Change your MAC address - Linus21 - 09-06-2012 i didn't search if this was posted before. just sharing ![]() ok first we need to disable the networks. Code: stop-network then we will spoof the MAC: Code: macchanger --mac 00:11:22:33:44:55 ath0 PS: Replace 00:11:22:33:44:55 with any number you want. ofc the first needs to be 00 and they need to be 12 digits following with : in between every 2 and you can only use hex char's and numbers 1-9 but the first one is ALWAYS 00. ok now we changed the MAC addresses, lets start our networks: Code: ifconfig ath0 up now to make sure the MAC adress has been changed type "ifconfig" without quotes in konsole. if you find the MAC you entered in the networks means it worked! ![]() Note: I used blind networks since it wont stop changing the next one if the network before it doesn't exist. like in VB "On Error Resume Next" ![]() Congratz! now you can go hack/recover/test penetration of wireless networks :heh: RE: [TUT]Change your MAC address - slbmeh - 09-07-2012 macchanger isn't a standard distro tool... it's just as easy to do: ifconfig eth0 hw ether 00:11:22:33:44:55 where ifconfig would be on most distros... RE: [TUT]Change your MAC address - kapurbarus - 10-02-2012 i have change my mac . .but i'm still cant associate with the access point . . Why ? RE: [TUT]Change your MAC address - darklordzz - 10-04-2012 is there a way to change MAC address using windows.... if yes can u name some applications.... RE: [TUT]Change your MAC address - kapurbarus - 10-05-2012 nyeh ! I think i need to change my mac using windows .. So ,what application should i use ?? RE: [TUT]Change your MAC address - Nailo - 10-05-2012 you can change your mac address? ! o.O |