From e4c470eab0a53c6e43b310f96b373e4e4f7a2c26 Mon Sep 17 00:00:00 2001 From: go-outside-helper <138340846+go-outside-helper@users.noreply.github.com> Date: Thu, 14 Mar 2024 17:26:36 +0100 Subject: [PATCH] Update ddos.py --- Network_and_802.11/scapy/ddos.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Network_and_802.11/scapy/ddos.py b/Network_and_802.11/scapy/ddos.py index 52e78c6..24fb102 100644 --- a/Network_and_802.11/scapy/ddos.py +++ b/Network_and_802.11/scapy/ddos.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -__author__ = "bt3" +__author__ = "Mia Stein" import threading import socket @@ -63,4 +63,4 @@ if __name__ == '__main__': op = raw_input("Select the flood attack type: 1) syn, 2) tcp, 3)udp, 4) icmp ") count = raw_input("Select the count: ") ip = getIP(domainName) - option(int(count), op, ip, port) \ No newline at end of file + option(int(count), op, ip, port)