LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   General (https://www.linuxquestions.org/questions/general-10/)
-   -   how do I find what MAC address web pages see as my MAC address (https://www.linuxquestions.org/questions/general-10/how-do-i-find-what-mac-address-web-pages-see-as-my-mac-address-810796/)

win32sux 05-28-2010 06:09 PM

rob.rice, for a web site to get your MAC address, it would need to somehow coerce you into providing it. It's not going to happen by just looking at the traffic. The Internet Protocol (IP) resides on the network layer of the OSI model, while Ethernet (which uses the MAC addresses) is a data link and physical layer technology.

Quote:

Originally Posted by rob.rice (Post 3984768)
OK then how do you enforce bans
every time I reset my network connection with my ISP I get a new IP address
dose this mean I can just set up a new account as a way around the ban?

Only to a certain extent, as there are several other ways to detect when banned members do this sort of thing. And no, I won't get into details as I don't believe discussing this will have a positive impact on the LQ community. The best thing you can do is NOT get banned, then you don't need to worry about any of this. Seriously, why are you asking about this?

rob.rice 05-28-2010 06:33 PM

looking for a solution to a pen testing challenge on another web site

smeezekitty 05-28-2010 06:36 PM

Hint: It will work but you are just suppose to learn your lesson.
You still need to create a new email and new account with your new ip address.

rob.rice 05-28-2010 06:57 PM

Quote:

Originally Posted by smeezekitty (Post 3984783)
Hint: It will work but you are just suppose to learn your lesson.
You still need to create a new email and new account with your new ip address.

did that part through a proxy
but my computer is still sending out some kind of finger print
even booted another O/S kopex the only thing I can think of
in common is the MAC address
did the challenge once by switching computers (one that's not on the wifi router )but I was told it was meant to be done on the same computer same set up

Dinithion 05-29-2010 12:31 AM

Disable cookies?

ProtoformX 05-29-2010 02:08 AM

Quote:

Originally Posted by rob.rice (Post 3984768)
OK then how do you enforce bans
every time I reset my network connection with my ISP I get a new IP address
dose this mean I can just set up a new account as a way around the ban?

Your either on crack or you no know nothing of how packets work, if i capture some packets from a random IP who connects to the server all i will get for a MAC address is the last hop, this can be verified by knowing what values go were in a hex dump of the packet capture, since we know that the MAC is at layer 2 this mean that this first 6 digits in hex is the MAC address of the requester (clent) and digits 7 to 12 are the servers MAC, now if you were to monitor all data coming and going from these two Ip's from the server side you will find that your 2 MAC addresses never change but if you type ifconfig you will also find that none of those MAC addresses that are in the hex dumps belong to you. meaning that no matter how much blackhatery you think you know, hex dumps don't lie, unless you have a program that finds and transmits the MAC address in encapsulated DATA there is NO WAY the web ever sees your MAC.


I won't help you get around a ban, but it can be done.


All times are GMT -5. The time now is 01:52 AM.