Ping of death

Discussion in 'Ethical hacking' started by jacklynch, Dec 15, 2007.

  1. jacklynch

    jacklynch New Member

    Joined:
    Dec 15, 2007
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    ok when i try to use this command it will not work
    i try ping -s 64566 "then ip" butt did not work thanks
     
  2. sundeep.kumar

    sundeep.kumar New Member

    Joined:
    Dec 20, 2007
    Messages:
    29
    Likes Received:
    0
    Trophy Points:
    0
    Occupation:
    Was MIS person once now just a student.
    you can get the full syntax of the command from www.ss64.com site precisely from the link http://www.ss64.com/nt/ping.html ... may be this would be an help for you ..........


    well here is the full syntax
    PING

    Test a network connection - if successful, ping returns the ip address.

    Syntax
    PING [options] destination_host

    Options
    -w timeout Timeout in milliseconds to wait for each reply.
    -i TTL Time To Live.
    -v TOS Type Of Service.
    -a Resolve addresses to hostnames.
    -n count Number of echo requests to send.
    -t Ping the destination host until interrupted.
    -l size Send buffer size.
    -f Set Don't Fragment flag in packet.
    -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.
    destination_host The name of the remote hostA response of "Request timed out" means there was no response to the ping attempt in the default time period of one second.
    If the latency of the response is more than one second. Use the -w option on the ping command to increase the time-out. For example, to allow responses within five seconds, use ping -w 5000.

    A successful PING does NOT always return an %errorlevel% == 0
    Therefore to reliably detect a successful ping - pipe the output into FIND and look for the text "TTL"

    Note that "Reply" in the output of PING does not always indicate a positive response. You may receive a message from a router such as: Reply from 192.168.1.254: Destination Net Unreachable.

    Four steps to test an IP connection with ping:

    1) Ping the loopback address to verify that TCP/IP is installed and configured correctly on the local computer.
    PING 127.0.0.1

    2) Ping the IP address of the local computer to verify that it was added to the network correctly.
    PING IP_address_of_local_host

    3) Ping the IP address of the default gateway to verify that the default gateway is functioning and that you can communicate with a local host on the local network.
    PING IP_address_of_default_gateway

    4) Ping the IP address of a remote host to verify that you can communicate through a router.
    PING IP_address_of_remote_host

    Examples

    PING -n 1 -w 7500 Server_06

    PING -w 7500 MyHost |find "TTL=" && ECHO MyHost found

    PING -w 7500 MyHost |find "TTL=" || ECHO MyHost not found

    PING -n 5 -w 7500 www.microsoft.com

    PING -n 5 -w 7500 microsoft.comPING is named after the sound that a sonar makes.

    Ping times below 10 milliseconds often have low accuracy.
     
  3. XXxxImmortalxxXX

    XXxxImmortalxxXX New Member

    Joined:
    Jun 27, 2007
    Messages:
    561
    Likes Received:
    19
    Trophy Points:
    0
    or u can just download DoSHTTP 2.0 its for DOS attacking any websites

    serial key below

    DH10A-0064-5612-1234-37B5-9701

    DH10A-0064-6666-6666-1BF7-1419

    i like it but after you do it it slows down your internet its becaues your using too many sockets for your bandwidth and thats why but helps a lot
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice