Skip to content

Instantly share code, notes, and snippets.

View gdog2u's full-sized avatar

Bee Hudson gdog2u

View GitHub Profile
@gdog2u
gdog2u / xmas-packet
Last active September 22, 2023 16:28 — forked from thepacketgeek/08-xmas-tree-packet.py
Scapy - Creating a TCP Christmas Tree Packet
#!/usr/bin/python3
import sys
import warnings
from cryptography.utils import CryptographyDeprecationWarning
warnings.filterwarnings("ignore", category=CryptographyDeprecationWarning)
from scapy.all import IP,TCP,send
from random import randint
'''
X-mas Tree Packet Sender