Skip to content

Releases: HalilDeniz/Dosinator

v2.1

27 Nov 07:58
2ecef56
Compare
Choose a tag to compare

🚀 New Feature Announcement: ARP Flooding Added!

Hello DoSinator users,

We have exciting news with the latest update of DoSinator. Now, DoSinator has the capability to simulate ARP Flooding attacks!

ARP Flooding is a powerful tool used to disrupt network communication, and with this new feature, you can assess network security more comprehensively. By using this attack mode, you can identify weaknesses in your network and develop an advanced defense strategy.

Using it is straightforward: Just specify the target IP address and initiate the ARP Flooding attack using the -am arp flag. You can also choose between ARP request (request) or ARP reply (reply) packets using the --arp-mode flag.

Example usage:

python3 dosinator.py -t <TARGET_IP> -am arp --arp-mode request