Skip to content

Instantly share code, notes, and snippets.

View archyxsec's full-sized avatar
馃幆
Focusing

archyxsec

馃幆
Focusing
  • Ciudad Real
View GitHub Profile
@archyxsec
archyxsec / tcp_syn.py
Created April 6, 2020 22:04 — forked from fffaraz/tcp_syn.py
TCP syn flood in python using raw sockets
'''
Syn flood program in python using raw sockets (Linux)
http://www.binarytides.com/python-syn-flood-program-raw-sockets-linux/
Silver Moon ([email protected])
'''
# some imports
import socket, sys
from struct import *