You are viewing our Forum Archives. To view or take place in current topics click here.
Wifi Device Spoofing
Posted:

Wifi Device SpoofingPosted:

-Shyko
  • Ladder Climber
Status: Offline
Joined: Jul 08, 201310Year Member
Posts: 355
Reputation Power: 13
Status: Offline
Joined: Jul 08, 201310Year Member
Posts: 355
Reputation Power: 13
So my parents recently purchased some stupid router that can disable any device from access the network. So I was wondering if there was a way to spoof my MacBook or anything else and reconnect. Maybe if the device showed a different identity and how to change that. I'm just trying to reconnect with the same device after being disconnected.
#2. Posted:
HTTK
  • Gold Gifter
Status: Offline
Joined: Jul 25, 20149Year Member
Posts: 2,496
Reputation Power: 313
Status: Offline
Joined: Jul 25, 20149Year Member
Posts: 2,496
Reputation Power: 313
Wait I'm confused..

Sounds like they blocked your MAC address?
#3. Posted:
-Shyko
  • Ladder Climber
Status: Offline
Joined: Jul 08, 201310Year Member
Posts: 355
Reputation Power: 13
Status: Offline
Joined: Jul 08, 201310Year Member
Posts: 355
Reputation Power: 13
HTTK wrote Wait I'm confused..

Sounds like they blocked your MAC address?


Yes. How would I go about changing that on a MacBook pro?
#4. Posted:
-Shyko
  • Ladder Climber
Status: Offline
Joined: Jul 08, 201310Year Member
Posts: 355
Reputation Power: 13
Status: Offline
Joined: Jul 08, 201310Year Member
Posts: 355
Reputation Power: 13
HTTK wrote Wait I'm confused..

Sounds like they blocked your MAC address?


Yes. How would I go about changing that on a MacBook pro?
#5. Posted:
HTTK
  • 2000 Thanks
Status: Offline
Joined: Jul 25, 20149Year Member
Posts: 2,496
Reputation Power: 313
Status: Offline
Joined: Jul 25, 20149Year Member
Posts: 2,496
Reputation Power: 313
-Shyko wrote
HTTK wrote Wait I'm confused..

Sounds like they blocked your MAC address?


Yes. How would I go about changing that on a MacBook pro?


You could change it on your router.
#6. Posted:
Xex-Jakee
  • Resident Elite
Status: Offline
Joined: May 28, 20158Year Member
Posts: 298
Reputation Power: 14
Status: Offline
Joined: May 28, 20158Year Member
Posts: 298
Reputation Power: 14
@HTTK you can't change a devices MAC address on a router. You can however run terminal and change it. a MAC address looks like this aa:bb:cc:dd:ee:ff but with numbers also. To find your current mac address type ifconfig en1 | grep ether and it will come out with your mac address after "ether" like "ether aa:bb:cc:dd:ee:ff". You probably want to write it down or you can just reboot to reset the mac address to the original. Remember that after you reboot you'll have to spoof the address again. To find other mac addresses you'll need to log into your routers ui (192.168.1.1 or 192.168.0.1) are the two usual ones. To do the spoofing you type "sudo ifconfig en1 ether NEWMACADDRESSHERE" and then enter the root password. There you go, you've spoofed your MAC address.
#7. Posted:
HTTK
  • TTG Addict
Status: Offline
Joined: Jul 25, 20149Year Member
Posts: 2,496
Reputation Power: 313
Status: Offline
Joined: Jul 25, 20149Year Member
Posts: 2,496
Reputation Power: 313
Xex-Jakee wrote @HTTK you can't change a devices MAC address on a router. You can however run terminal and change it. a MAC address looks like this aa:bb:cc:dd:ee:ff but with numbers also. To find your current mac address type ifconfig en1 | grep ether and it will come out with your mac address after "ether" like "ether aa:bb:cc:dd:ee:ff". You probably want to write it down or you can just reboot to reset the mac address to the original. Remember that after you reboot you'll have to spoof the address again. To find other mac addresses you'll need to log into your routers ui (192.168.1.1 or 192.168.0.1) are the two usual ones. To do the spoofing you type "sudo ifconfig en1 ether NEWMACADDRESSHERE" and then enter the root password. There you go, you've spoofed your MAC address.


Not at all what I meant.

I meant remove the block.

He can go into his router and disable it.
#8. Posted:
Xex-Jakee
  • Resident Elite
Status: Offline
Joined: May 28, 20158Year Member
Posts: 298
Reputation Power: 14
Status: Offline
Joined: May 28, 20158Year Member
Posts: 298
Reputation Power: 14
HTTK wrote
Xex-Jakee wrote @HTTK you can't change a devices MAC address on a router. You can however run terminal and change it. a MAC address looks like this aa:bb:cc:dd:ee:ff but with numbers also. To find your current mac address type ifconfig en1 | grep ether and it will come out with your mac address after "ether" like "ether aa:bb:cc:dd:ee:ff". You probably want to write it down or you can just reboot to reset the mac address to the original. Remember that after you reboot you'll have to spoof the address again. To find other mac addresses you'll need to log into your routers ui (192.168.1.1 or 192.168.0.1) are the two usual ones. To do the spoofing you type "sudo ifconfig en1 ether NEWMACADDRESSHERE" and then enter the root password. There you go, you've spoofed your MAC address.


Not at all what I meant.

I meant remove the block.

He can go into his router and disable it.


Not if his parents change the password from the default one, then he's f*cked either way.
#9. Posted:
HTTK
  • Gold Gifter
Status: Offline
Joined: Jul 25, 20149Year Member
Posts: 2,496
Reputation Power: 313
Status: Offline
Joined: Jul 25, 20149Year Member
Posts: 2,496
Reputation Power: 313
Xex-Jakee wrote
HTTK wrote
Xex-Jakee wrote @HTTK you can't change a devices MAC address on a router. You can however run terminal and change it. a MAC address looks like this aa:bb:cc:dd:ee:ff but with numbers also. To find your current mac address type ifconfig en1 | grep ether and it will come out with your mac address after "ether" like "ether aa:bb:cc:dd:ee:ff". You probably want to write it down or you can just reboot to reset the mac address to the original. Remember that after you reboot you'll have to spoof the address again. To find other mac addresses you'll need to log into your routers ui (192.168.1.1 or 192.168.0.1) are the two usual ones. To do the spoofing you type "sudo ifconfig en1 ether NEWMACADDRESSHERE" and then enter the root password. There you go, you've spoofed your MAC address.


Not at all what I meant.

I meant remove the block.

He can go into his router and disable it.


Not if his parents change the password from the default one, then he's f*cked either way.


Sounds like they didn't mean to do it though.
#10. Posted:
-Shyko
  • Ladder Climber
Status: Offline
Joined: Jul 08, 201310Year Member
Posts: 355
Reputation Power: 13
Status: Offline
Joined: Jul 08, 201310Year Member
Posts: 355
Reputation Power: 13
Xex-Jakee wrote @HTTK you can't change a devices MAC address on a router. You can however run terminal and change it. a MAC address looks like this aa:bb:cc:dd:ee:ff but with numbers also. To find your current mac address type ifconfig en1 | grep ether and it will come out with your mac address after "ether" like "ether aa:bb:cc:dd:ee:ff". You probably want to write it down or you can just reboot to reset the mac address to the original. Remember that after you reboot you'll have to spoof the address again. To find other mac addresses you'll need to log into your routers ui (192.168.1.1 or 192.168.0.1) are the two usual ones. To do the spoofing you type "sudo ifconfig en1 ether NEWMACADDRESSHERE" and then enter the root password. There you go, you've spoofed your MAC address.


How would I pull up the terminal?
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.