From 2693f61ca6db200ec295a7ebcd95e1199a214204 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:53 +0100 Subject: [PATCH] Update example_hexdump.py --- Network_and_802.11/scapy/example_hexdump.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Network_and_802.11/scapy/example_hexdump.py b/Network_and_802.11/scapy/example_hexdump.py index 1519a42..d50e943 100644 --- a/Network_and_802.11/scapy/example_hexdump.py +++ b/Network_and_802.11/scapy/example_hexdump.py @@ -1,9 +1,9 @@ #!/usr/bin/env python -__author__ = "bt3" +__author__ = "Mia Stein" from scapy.all import * str(IP()) a = Ether()/IP(dst="www.google.com")/TCP()/"GET /index.html HTTP/1.1" -hexdump(a) \ No newline at end of file +hexdump(a)