This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// must match the main HTML file | |
$dest = "xrb_1ytjfqxmz5zabt39qxcz3nphabstegddqqbhjgau13stfxz6fq7rkmceih7i"; | |
$files = [ | |
"item-1" => [ | |
"name" => "Jupiter.mp3", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// must match the main HTML file | |
$dest = "xrb_1ytjfqxmz5zabt39qxcz3nphabstegddqqbhjgau13stfxz6fq7rkmceih7i"; | |
$files = [ | |
"item-1" => [ | |
"name" => "Random File text", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// must match the main HTML file | |
$dest = "xrb_1ytjfqxmz5zabt39qxcz3nphabstegddqqbhjgau13stfxz6fq7rkmceih7i"; | |
$files = [ | |
"item-1" => [ | |
"name" => "Random File text", |