[TUT]Change your MAC address 05-05-2011, 10:28 AM
#1
i didn't search if this was posted before. just sharing ![Smile Smile](https://sinister.ly/images/smilies/set/smile.png)
ok first we need to disable the networks.
then we will spoof the MAC:
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:
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!![Smile Smile](https://sinister.ly/images/smilies/set/smile.png)
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"![Biggrin Biggrin](https://sinister.ly/images/smilies/set/biggrin.png)
Congratz! now you can go hack/recover/test penetration of wireless networks :heh:
Credits to enc0de :thumbs:
![Smile Smile](https://sinister.ly/images/smilies/set/smile.png)
ok first we need to disable the networks.
Code:
stop-network
ifconfig ath0 down
ifconfig mon0 down
ifconfig mon1 down
ifconfig wlan0 down
ifconfig wifi0 down
then we will spoof the MAC:
Code:
macchanger --mac 00:11:22:33:44:55 ath0
macchanger --mac 00:11:22:33:44:55 mon0
macchanger --mac 00:11:22:33:44:55 mon1
macchanger --mac 00:11:22:33:44:55 wlan0
macchanger --mac 00:11:22:33:44:55 wifi0
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
ifconfig mon0 up
ifconfig mon1 up
ifconfig wlan0 up
ifconfig wifi0 up
start-network
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!
![Smile Smile](https://sinister.ly/images/smilies/set/smile.png)
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"
![Biggrin Biggrin](https://sinister.ly/images/smilies/set/biggrin.png)
Congratz! now you can go hack/recover/test penetration of wireless networks :heh:
Credits to enc0de :thumbs:
(This post was last modified: 05-05-2011, 10:29 AM by Skullmeat.)
Pierce the life fibers with your drill.