Skip to content

Instantly share code, notes, and snippets.

View crypt0rr's full-sized avatar

Bart crypt0rr

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 = []
@crypt0rr
crypt0rr / drive-format-ubuntu.md
Created August 9, 2024 09:22 — forked from keithmorris/drive-format-ubuntu.md
Partition, format, and mount a drive on Ubuntu