Skip to content

Instantly share code, notes, and snippets.

View FransUrbo's full-sized avatar

Turbo Fredriksson FransUrbo

View GitHub Profile
@FransUrbo
FransUrbo / leakedzone.sh
Last active November 25, 2025 17:05 — forked from mmpx12/leakedzone.sh
leakedzone downloader
#!/usr/bin/env bash
function wait_for_new_cookie() {
local start="$(stat --format="%Y" "${HOME}/.leakedzone.cookie")"
local end=0
# Check every 30s if user have updated the cookie.
echo "ERROR: Update cookie"
while [[ "${end}" -le "${start}" ]]; do
sleep 30