HPING
DENIAL OF SERVICE ATTACK- SYN FLOOD ATTACK
Hping :
Hping is a popular command-line network tool that is used for various purposes related to network troubleshooting, security assessment, and penetration testing. It is known for its ability to send custom TCP/IP packets and perform advanced network scanning and testing. Here are some common use cases for Hping:
- Network scanning: Hping can be used to perform port scanning, where it sends TCP or UDP packets to specific ports of a target system to identify open ports, closed ports, or filtered ports. This information can be useful for network administrators to assess the security of their network or for attackers trying to identify potential entry points.
- Network performance testing: Hping can measure network latency and packet loss by sending packets and analyzing the responses. This can be useful for troubleshooting network issues and assessing network performance.
- Packet crafting and manipulation: Hping allows users to craft and send customized packets with specific headers, payloads, and flags. This can be used for various purposes, such as testing network behavior under specific conditions or crafting packets for specific network protocols.
Below I used a LINUS operating system, to perform a denial of service (DOS) attack on a test-site.
Comments
Post a Comment