Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: Getting a MAC (physical) address...

  1. #11
    Master-Jedi-Pimps0r & Moderator thehorse13's Avatar
    Join Date
    Dec 2002
    Location
    Washington D.C. area
    Posts
    2,885
    Scanning w/ nmap on a wireless LAN probably yields different results because anybody running wireless is probably got a software firewall (you'd be an id10t not to).
    Never underestimate the the stupidity of people in large numbers. I have seen deplorable results when using NMAP against wireless devices. Firewalls are not as common as one might think (on soho and personal devices).

    --TH13
    Our scars have the power to remind us that our past was real. -- Hannibal Lecter.
    Talent is God given. Be humble. Fame is man-given. Be grateful. Conceit is self-given. Be careful. -- John Wooden

  2. #12
    Senior Member
    Join Date
    Nov 2001
    Posts
    4,785
    if its a simple lan that your laptop is attached to than a simple ping will put the mac addy in your arp cache.

    if all your machines show in a "net view" then a simple batch file can help


    arpaddy.bat
    ---------------------------------------------
    net view >>nv.txt

    for /F "tokens=1 skip=3 delims=\\" %%X in (nv.txt) do ping -n 2 %%X

    arp -a >>arpaddy.txt

    notepad arpaddy.txt
    --------------------------------------------------
    Bukhari:V3B48N826 “The Prophet said, ‘Isn’t the witness of a woman equal to half of that of a man?’ The women said, ‘Yes.’ He said, ‘This is because of the deficiency of a woman’s mind.’”

Posting Permissions

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