Skip to content

Instantly share code, notes, and snippets.

View Jenny13677's full-sized avatar

Jenny Jenny13677

View GitHub Profile
@Jenny13677
Jenny13677 / brutezip.py
Created January 14, 2026 09:56 — forked from oaass/brutezip.py
BruteZip - Zip archive password brute forcer
#!/usr/bin/env python
import zipfile
import argparse
import re
import os
from time import strftime
"""
Attempt to extract zip archive with password
"""