Results 1 to 30 of 63

Hybrid View

  1. Collapse Details
     
    #1
    DogManz maks's Avatar
    Join Date
    Dec 2011
    Location
    Lud, Midworld
    Posts
    99,256
    Quote Originally Posted by jon View Post
    i don't know what you're talking about either

    ethernet addresses get stripped right off the frame between each physical hop no matter what it is

    and on the NIC they're stored in EEPROM so you can change it anytime you like, if you're interested in doing that kind of thing
    nmap -sP -n {ip address}
    Reply With Quote
     

  2. Collapse Details
     
    #2
    friends with english jon's Avatar
    Join Date
    Dec 2011
    Location
    alcatraz
    Posts
    4,510
    Quote Originally Posted by maks View Post
    nmap -sP -n {ip address}
    -sP: Ping Scan - go no further than determining if host is online
    -n/-R: Never do DNS resolution/Always resolve [default: sometimes]

    jon@pronbox:~$ nmap -sP -n wroth.org

    Starting Nmap 5.00 ( http://nmap.org ) at 2013-07-28 17:02 CDT
    Host 64.62.205.225 is up (0.054s latency).
    Nmap done: 1 IP address (1 host up) scanned in 0.15 seconds
    Reply With Quote
     

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

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