diff options
| author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-03-20 18:03:45 -0400 |
|---|---|---|
| committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-03-20 18:03:45 -0400 |
| commit | b9ef8fbd63fface91ff3cd98d7d702f9827c322d (patch) | |
| tree | afac97ee882a4e9ab7ffab169980c73ba51cc535 /packet_sender.py | |
| parent | f8616c8274a9b2e378f57e98f0d17b61358b00c3 (diff) | |
Diffstat (limited to 'packet_sender.py')
| -rw-r--r-- | packet_sender.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/packet_sender.py b/packet_sender.py deleted file mode 100644 index 7703a5f..0000000 --- a/packet_sender.py +++ /dev/null | |||
| @@ -1,7 +0,0 @@ | |||
| 1 | from scapy.all import Ether, IP, UDP, sendp | ||
| 2 | |||
| 3 | input_ip = input("Enter destination IP: ") | ||
| 4 | |||
| 5 | p = Ether()/IP(dst=input_ip, src='223.255.254.115')/UDP(b"A Payload") | ||
| 6 | |||
| 7 | sendp(p) | ||
