Jump to content

Recommended Posts

Posted

Is there a way I can modify the buffer size of a ping packet in au3?

Regards.

Use _RunDOS:

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] target_name



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.
Posted

Just don't play with the Ping of Death... :P

There's no way to do that as you cant exceed the limit , 65500 , with the PING command.

Anyway , is there a way i can ping with a buffer above 65500 ? =) NO FLAMING PLEASE.

Posted

With that , if i try pinging with more then 65500 buffer size, it'll return 0 . It's no better then cmd's ping command.

Thats because beyond that its considered an exploit. There is no reason to send a packet that big unless its meant to be harmful.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...