This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |