Skip to content

Instantly share code, notes, and snippets.

@mickmon
mickmon / gist:77045203a0fbe89016f7a4a11cc52511
Created January 4, 2025 18:15
A 2nd script attempting to use a list of passwords against a gpg key (but I'm not sure if really guessing the gpg key password)
#!/bin/bash
# File containing passwords to test
PASSWORD_FILE="password_combinationsZ2.txt"
# The key ID you want to test against
KEY_ID="1AB1E7A23BB73E4D" # Replace with your key ID (e.g., FA60B8E6A5A8D435)
if [ ! -f "$PASSWORD_FILE" ]; then
echo "Password file not found: $PASSWORD_FILE"
exit 1
@mickmon
mickmon / gpg_passwords_forum.sh
Last active January 4, 2025 16:56
A script attempting to use a list of passwords against a gpg key
#!/bin/bash
# File containing passwords to test
PASSWORD_FILE="password_combinations.txt"
# Encrypted file you are trying to decrypt
ENCRYPTED_FILE="/Users/mickmon/Desktop/bwall.key.gpg"
if [ ! -f "$PASSWORD_FILE" ]; then
echo "Password file not found: $PASSWORD_FILE"
exit 1
<?php
// must match the main HTML file
$dest = "xrb_1ytjfqxmz5zabt39qxcz3nphabstegddqqbhjgau13stfxz6fq7rkmceih7i";
$files = [
"item-1" => [
"name" => "Jupiter.mp3",
<?php
// must match the main HTML file
$dest = "xrb_1ytjfqxmz5zabt39qxcz3nphabstegddqqbhjgau13stfxz6fq7rkmceih7i";
$files = [
"item-1" => [
"name" => "Random File text",
<?php
// must match the main HTML file
$dest = "xrb_1ytjfqxmz5zabt39qxcz3nphabstegddqqbhjgau13stfxz6fq7rkmceih7i";
$files = [
"item-1" => [
"name" => "Random File text",