Skip to content

Instantly share code, notes, and snippets.

View crypt0rr's full-sized avatar
🚀

Bart crypt0rr

🚀
View GitHub Profile
import random
import argparse
import tempfile
import ipaddress
from time import sleep
from shlex import split
from os import path, remove
from scapy.all import sniff
from threading import Thread
from subprocess import Popen, PIPE
@keithmorris
keithmorris / drive-format-ubuntu.md
Last active May 7, 2026 02:01
Partition, format, and mount a drive on Ubuntu