Can anyone help me with my pings packets?
Solved/Closed
C1ph3r Omega
Posts
3
Registration date
Saturday August 23, 2008
Status
Member
Last seen
August 30, 2008
-
Aug 25, 2008 at 01:59 PM
panloop - Nov 6, 2008 at 09:11 PM
panloop - Nov 6, 2008 at 09:11 PM
Related:
- What command can you use to view the status of current connections, including the ip address and protocol used for each connection? a. ipconfig b. cmd c. ping d. netstat e. tracert
- Send message using cmd ip address windows 10 - Guide
- Phone ip address - Guide
- Change computer name cmd - Guide
- What is the postal address of my location - Guide
- Protocol like ppp and slip are used for - Guide
2 responses
C1ph3r Omega
Posts
3
Registration date
Saturday August 23, 2008
Status
Member
Last seen
August 30, 2008
Aug 30, 2008 at 08:44 AM
Aug 30, 2008 at 08:44 AM
d
example: ping 28.292.192.276 -l 65500 -t
ping ipaddress -l sizeyouwanttosend -t
the -l (that's an L) tells the program to adjust the packet size, you can make it up to 65500 bytes.
the -t tells the program to keep sending packets until you tell it to stop.
ping attacks really dont work well anymore...
ping ipaddress -l sizeyouwanttosend -t
the -l (that's an L) tells the program to adjust the packet size, you can make it up to 65500 bytes.
the -t tells the program to keep sending packets until you tell it to stop.
ping attacks really dont work well anymore...