Thread: ping

  1. #1
    Anti-Terrorist
    Join Date
    Aug 2001
    Location
    mming, Game DevelopmentCSR >€&<>&2Minimization of boolean functions, PROM,PLA design >‚&0>ƒ&WA, USA guitar, dogsCommercial Aviation >„&>>…&USAProgramming
    Posts
    742

    ping

    How do people use 'ping' in the command prompt? What can you learn from it. I don't get it.
    I compile code with:
    Visual Studio.NET beta2

  2. #2
    Has a Masters in B.S.
    Join Date
    Aug 2001
    Posts
    2,263
    ping [ipadress]
    or
    ping [computername] (must have netboui installed)

    or to see what else it can do

    ping /?

  3. #3
    aurė entuluva! mithrandir's Avatar
    Join Date
    Aug 2001
    Posts
    1,209
    Code:
    From a DOS prompt...
    
    C:\>ping 65.85.170.164
    
    Pinging 65.85.170.164 with 32 bytes of data:
    
    Reply from 65.85.170.164: bytes=32 time=870ms TTL=113
    Reply from 65.85.170.164: bytes=32 time=770ms TTL=113
    Reply from 65.85.170.164: bytes=32 time=801ms TTL=113
    Request timed out.
    
    Ping statistics for 65.85.170.164:
        Packets: Sent = 4, Received = 3, Lost = 1 (25% loss),
    Approximate round trip times in milli-seconds:
        Minimum = 770ms, Maximum =  870ms, Average =  610ms
    To test the reachability of a device across a network, a TCP/IP ICMP (Internet Control Message Protocol) echo request can be sent. An ICMP echo request, generated by the Ping command.

    PING (Packet Internet Groper) is a diagnostic utility used to determine whether a computer is properly connected to devices/Internet. However, it can be used to "flood" network access of a computer.

  4. #4
    _B-L-U-E_ Betazep's Avatar
    Join Date
    Aug 2001
    Posts
    1,412
    play around with

    tracert
    route print
    netstat
    Blue

  5. #5
    Has a Masters in B.S.
    Join Date
    Aug 2001
    Posts
    2,263
    i hope to god thats not someone you know's ip stealth.
    ADVISORY: This users posts are rated CP-MA, for Mature Audiences only.

  6. #6
    aurė entuluva! mithrandir's Avatar
    Join Date
    Aug 2001
    Posts
    1,209
    If you want to work out your own IP Witch_King, from a DOS prompt type winipcfg, or ipconfig.

  7. #7
    aurė entuluva! mithrandir's Avatar
    Join Date
    Aug 2001
    Posts
    1,209
    That IP tried to hack me, but zonealarm got it. Anyway, I could type in any ip say 192.148.66.10 and it would ping it - any random ip will work usually. That's how most hacks are done.

  8. #8
    Has a Masters in B.S.
    Join Date
    Aug 2001
    Posts
    2,263
    hah... actually that ping is terrible for a cable modem 750+ he must some distance from you r have UT runnin in the background or somethin...
    ADVISORY: This users posts are rated CP-MA, for Mature Audiences only.

  9. #9
    aurė entuluva! mithrandir's Avatar
    Join Date
    Aug 2001
    Posts
    1,209
    Okay bad example, but anyway, its mostly a trial and error process. Cable users are easier targets as their IPs are usually fixed.

  10. #10
    Has a Masters in B.S.
    Join Date
    Aug 2001
    Posts
    2,263
    quite true, but the same goes for DSL, though Cable IP's change like once every 3 months or somethin like that depends on your ISP i guess.
    ADVISORY: This users posts are rated CP-MA, for Mature Audiences only.

  11. #11
    aurė entuluva! mithrandir's Avatar
    Join Date
    Aug 2001
    Posts
    1,209
    Not that I would target anyone, although doing the CCNA has taught me heaps about hacking.

  12. #12
    Has a Masters in B.S.
    Join Date
    Aug 2001
    Posts
    2,263
    it will do that.
    ADVISORY: This users posts are rated CP-MA, for Mature Audiences only.

  13. #13
    Has a Masters in B.S.
    Join Date
    Aug 2001
    Posts
    2,263
    so how "Certified" are you?
    ADVISORY: This users posts are rated CP-MA, for Mature Audiences only.

  14. #14
    aurė entuluva! mithrandir's Avatar
    Join Date
    Aug 2001
    Posts
    1,209
    I haven't finished the course yet, but before I started I'd been doing network related stuff for about a year. Short answer: I'm not certified yet.

  15. #15
    Has a Masters in B.S.
    Join Date
    Aug 2001
    Posts
    2,263
    thats cool, Good luck hope ya make it.

    good way to pick up all the standard security holes though... as you said good way to learn hacking.
    ADVISORY: This users posts are rated CP-MA, for Mature Audiences only.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. ping script doesn't work?
    By userpingz in forum C Programming
    Replies: 3
    Last Post: 05-31-2009, 07:53 PM
  2. Replies: 8
    Last Post: 05-07-2009, 11:31 AM
  3. IPv6 ping in windows...problem..lots of ode:(
    By Neill KElly in forum C Programming
    Replies: 3
    Last Post: 04-27-2009, 11:50 PM
  4. ping client
    By cpp_is_fun in forum C Programming
    Replies: 4
    Last Post: 11-29-2006, 12:44 PM
  5. Ping
    By ZakkWylde969 in forum Tech Board
    Replies: 5
    Last Post: 09-23-2003, 12:28 PM