Skip to content

Instantly share code, notes, and snippets.

View 0xB455's full-sized avatar
🤦‍♂️
oh noez

Sebastian Kriesten 0xB455

🤦‍♂️
oh noez
View GitHub Profile
import argparse
import ipaddress
from os import path
from time import sleep
from shlex import split
from scapy.all import sniff
from threading import Thread
from subprocess import Popen, PIPE
valid_ranges = []