Results 1 to 7 of 7

Thread: MAC Address

  1. #1

    MAC Address

    I saw a source code for a program somewhere, that using a series of ping and traceroute commands through vb could find a MAC Address from an IP. Now I've lost the source . If anybody knows where to find this source or knows how to do it in C, C++, C#, VB, or VS.NET it would be very much appreciated!

  2. #2
    The Iceman Cometh
    Join Date
    Aug 2001
    Posts
    1,209
    And what, pray tell, would you need someone's MAC address for? I don't have the source fora any such program and, honestly, don't think that something like that can be done using just ping and traceroute... It would take a lot more than just those two utilities in order to get someone's MAC address. And if you're asking this with any malicious intent, I'd recommend searching elsewhere.

    AJ

  3. #3
    Senior Member
    Join Date
    Sep 2001
    Posts
    1,027
    It's impossible to get the MAC address of someone on a diffrent ethernet segment (using ip headers...) unless that host gives it's MAC away in an higher level protocol (like netbios or something... I believe blackice does something like that...)

    Ammo
    Credit travels up, blame travels down -- The Boss

  4. #4
    I'm not trying to do anything with malicious intent, I'm simply in the search of knowledge.

  5. #5
    Junior Member
    Join Date
    Jul 2002
    Posts
    4
    If you have WINDOWS95/me you can do a search for netbios names

    Just run command prompt and type in

    NBTSTAT -A (then the IP address if you know it) then press return/enter.

    you will get something that looks like this



    Lana # 0:
    Node IpAddress: [xx.xx.xxx.xxx] Scope Id: []

    NetBIOS Remote Machine Name Table

    Name Type Status
    ---------------------------------------------
    COMPUTER_NAME <00> UNIQUE Registered
    DOMAIN <00> GROUP Registered
    COMPUTER_NAME <03> UNIQUE Registered
    COMPUTER_NAME <03> UNIQUE Registered

    MAC Address = xx-xx-xx-xx-xx-xx

    Alot of people already know about this though
    Its better to be an intern for 25 years then turned in.

  6. #6
    Senior Member cwk9's Avatar
    Join Date
    Feb 2002
    Posts
    1,207
    Mac address only exist from one hope to the next so unless the computer is on a local network or a progam like netbios sends you the info theres no way to get it.
    Its not software piracy. I’m just making multiple off site backups.

  7. #7
    Hmmm....
    What whoud you use the MAC adress to..... Maybe there are some exploits for it some buffer overflows... But i don't know them....

    Truti

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •