Page 1 of 2 12 LastLast
Results 1 to 10 of 19

Thread: Ping

  1. #1
    Junior Member
    Join Date
    Oct 2002
    Posts
    16

    Ping

    Hi,

    I just wanted to know if there is a good PING tool which runs on windows platform. Plus give me controll over its options.

  2. #2
    Senior Member tampabay420's Avatar
    Join Date
    Aug 2002
    Posts
    953
    i'm not sure what you mean?
    for *nix there is hPing...
    i dunno much about any windows tools?
    there is the "ping" command:
    Code:
    Usage: ping [-t] [-a] [-n count] [-l size] [-f] [-i TTL] [-v TOS]
    
                [-r count] [-s count] [[-j host-list] | [-k host-list]]
    
                [-w timeout] destination-list
    
    
    
    Options:
    
        -t             Ping the specified host until stopped.
    
                       To see statistics and continue - type Control-Break;
    
                       To stop - type Control-C.
    
        -a             Resolve addresses to hostnames.
    
        -n count       Number of echo requests to send.
    
        -l size        Send buffer size.
    
        -f             Set Don't Fragment flag in packet.
    
        -i TTL         Time To Live.
    
        -v TOS         Type Of Service.
    
        -r count       Record route for count hops.
    
        -s count       Timestamp for count hops.
    
        -j host-list   Loose source route along host-list.
    
        -k host-list   Strict source route along host-list.
    
        -w timeout     Timeout in milliseconds to wait for each reply.
    yeah, I\'m gonna need that by friday...

  3. #3
    Senior Member
    Join Date
    Mar 2003
    Posts
    217
    isn't pinging from DOS just about as good as it gets?
    i\'m starting to think that i\'m bound to always be the first guy on the second page of the thread.

  4. #4
    Junior Member
    Join Date
    Oct 2002
    Posts
    16
    Guys i ment a tool which helps me ping huge metworks at a time

  5. #5
    Senior Member tampabay420's Avatar
    Join Date
    Aug 2002
    Posts
    953
    nmap (www.nmap.org) does a ping sweep...
    is that what you want?
    yeah, I\'m gonna need that by friday...

  6. #6
    Senior Member
    Join Date
    Apr 2002
    Posts
    317
    I don't use Windows, however I believe that this : http://www.ipswitch.com/products/WS_Ping/ ; may be along the lines of what you are looking for. It would seem that this is a pretty comprehensive suite of utilities.
    There are some decent web based utilities as well. I don't know that any of them give you control of the switches you could pass to the command, but the tools work. Check out :
    http://nitrous.digex.net/
    http://codeflux.com/tools.html
    http://www.visualware.com/visualroute/index.html

    I'm sure that a good google search will turn up more if you're interested..

    Regards,
    Chefer
    \"I believe that you can reach the point where there is no longer any difference between developing the habit of pretending to believe and developing the habit of believing.\"


  7. #7
    Antionline's Security Dude instronics's Avatar
    Join Date
    Dec 2002
    Posts
    901
    The normal ping command does alot. It has a lot of parameters and options. rtfm on the ping that is on your computer.

    Cheers.
    Ubuntu-: Means in African : "Im too dumb to use Slackware"

  8. #8
    Trumpet-Eared Gentoo Freak
    Join Date
    Jan 2003
    Posts
    992
    First of all, i hope the network scan is for local use... but heh... I'll leave the ethics up to you...

    There's a simple but good scanner, I use from time to time.....

    http://www.angryziber.com/ipscan/ , you can dld it , or open it from the weppage

    The range has to be following though..... like 172.16.100.1 - 172.16.100.255....

    Hope this is what ya mean ,
    Come and check out our wargame-site @ http://www.rootcontest.org
    We chat @ irc.smdc-network.org #lobby

  9. #9
    Junior Member
    Join Date
    Apr 2003
    Posts
    4
    I've tried all the ping scanners mentioned, and NMap is by far the most complete.

  10. #10
    Junior Member
    Join Date
    Jan 2003
    Posts
    5

    Smile

    hey,
    currently i am designing a custom built ping utility in C/C++
    as soon as i finish it i will post it on the site.
    till then,
    cheers.
    I have no friends nor enemies,ONLY COMPETITORS

Posting Permissions

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