There are ≥3 noteworthy hacks/leaks available
- The ~400GB laptop drive
- iPhone and iPad backup
- iCloud backup
Prerequisite knowledge: How to use magnet-links to torrent/download
- Download, install, and open a bittorrent client (e.g. qBittorrent, for this tutorial).
- Supply the bittorrent client with one of the forthcoming magnet links
- In qBittorrent, click "File > Add Torrent Link" (not to be mistaken with option "Add Torrent File"), a window "Download from URL" appears.
- In the window "Download from URL", enter the magnet-link. (note: If you already had it coppied / in your clipboard, then it may have been automatically entered in this box already).
- Click "Download"
- It will ask where on your computer to download it to; It defaults to your Downloads folder, click OK, the popup windows will disappear.
- The main qbittorrent window will show the torrent downloading, it may take some time to complete the download.
- When the torrent/download completes, either ...
- In the main qbittorrent window, right-click the torrent entry, and then click "Open destination folder".
- Or open your file explorer, and navigate to the location that you downloaded/torrented to.
The ~400GB laptop drive
- Use this magnet-link to download/torrent the "HunterBidenLaptop" (373.11 GiB). This is so large that it may take ≥24 hours to finish downloading/torrenting:
magnet:?xt=urn:btih:2b8acd5809fb6fcab575c89a0316c8c6b3cc2943&dn=HunterBidenLaptop&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a80&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2f9.rarbg.to%3a2710%2fannounce&tr=http%3a%2f%2ftracker.internetwarriors.net%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.cyberia.is%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fp4p.arenabg.ch%3a1337%2fannounce&tr=udp%3a%2f%2ftracker3.itzmx.com%3a6961%2fannounce&tr=http%3a%2f%2ftracker1.itzmx.com%3a8080%2fannounce&tr=udp%3a%2f%2fwww.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.ds.is%3a6969%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.zerobytes.xyz%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2fretracker.lanta-net.ru%3a2710%2fannounce&tr=udp%3a%2f%2fopen.demonii.si%3a1337%2fannounce&tr=http%3a%2f%2fopen.acgnxtracker.com%3a80%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fipv4.tracker.harry.lu%3a80%2fannounce
The iPhone and iPad backup
- Use this magnet-link to download/torrent the "iphone_ipadBackup.zip" (26.57GiB):
magnet:?xt=urn:btih:ba031f1b19eb501808b6145641ea1a49e41bb6bd&dn=iphone_ipadBackup.zip&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=http%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=udp%3a%2f%2fipv4.tracker.harry.lu%3a80%2fannounce&tr=udp%3a%2f%2f9.rarbg.com%3a2810%2fannounce&tr=udp%3a%2f%2fwww.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce
- This ^ text is the magnet-link Enter it into the bittorrent client to download the compressed/zipped (and encrypted) backup
- Extract it (after it finished downloading)
- open your file manager / file explorer, find the newly downloaded "iphone_ipadBackup.zip", right-click and extract/unzip it (this changes it from a ".zip" file into becoming a folder "iphone_ipadBackup")
- The password is "Juliais26!" (without the quotes). This is needed for the next step. (Credit to anon 386000711 for cracking it)
- Decrypt and Read the data
- Option 1: Use a program
To the best of my knowledge (though I may be incorrect), all programs that can do this appear to require payment (some have free trials)(I plan to request a refund or do a charge-back afterwards)
- Download, install, and open program "iPhone backup extractor" (or similar).
- File > Preferences
- In the newly opened window "Prefer ences", click "Backups"
- Click the "+" button, and enter the location of the extracted folder "iphone_ipadBackup"
- Close the preferences window
- wait a moment for it to load the backup(s)
- on the left pane, under "Local Backup", two new entries should appear within a minute, "Hunter's iPad" and "iPhone". Click "iPhone", it will prompt for the password to decrypt it.
- Option 2: If your have the technical know-how, Try this Python script (source: http://ix.io/44d7)
#!/usr/bin/env python3
# afterwards, use zgrep to find interesting files
# find folder -type f -exec zgrep "big guy" {} \;
from iphone_backup_decrypt import EncryptedBackup, RelativePath, RelativePathsLike
import argparse
import sqlite3
import< pathlib
def getFiles(path):
## Connects to the Manifest.db and returns a list of files paths
files = []
## Conect to the Manifest.db
conn = sqlite3.connect(path)
## Creating a cursor object
cur = conn.cursor()
## iterate over the files
for row in cur.execute("select relativePath FROM Files;"):
if len(row[0]) != 0:
files.append(row[0].strip())
return files
def decryptFiles(backupObj, files, outputPath):
## Decrypt files from a list and put them into a directory
for f in files:
rpath = pathlib.Path(outputPath, f)
try:
backupObj.extract_file(relative_path=f, output_filename=rpath)
except TypeError:
## Not sure whats the hold up here
pass
except KeyboardInterrupt:
exit(0)
except Exception:
pass
## again, I'm getting the files rom the db, wtf is this?
def main():
parser = argparse.ArgumentParser()
parser.add_argument("-d", "--directory", help="Path to the Encrypted backup")
parser.add_argument("-p", "--password", help="Password ")
parser.add_argument("-o", "--output", help="Path to output directory")
args = parser.parse_args()
backup = EncryptedBackup(backup_directory=args.directory, passphrase=args.password)
backup.save_manifest_file(pathlib.Path(args.output, "Manifest.db"))
backup.extract_file(relative_path=RelativePath.CALL_HISTORY,
output_filename="./output/call_history.sqlite")
files = getFiles(pathlib.Path(args.output, "Manifest.db"))
print(f"Found {len('files')} to export!")
decryptFiles(backup, files, args.output)
if __name__ == "__main__":
main()afterwards, use zgrep to find interesting files
find folder -type f -exec zgrep "big guy" {} \;
- Option 1: Use a program
To the best of my knowledge (though I may be incorrect), all programs that can do this appear to require payment (some have free trials)(I plan to request a refund or do a charge-back afterwards)
The iCloud backup
- Use this magnet-link to download/torrent the "icloudBackup.zip" (21KiB):
magnet:?xt=urn:btih:78b84f3c43e6817e2cac39ade622c6c43e837521&dn=icloudBackup.zip&tr=http%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fipv4.tracker.harry.lu%3a80%2fannounce&tr=udp%3a%2f%2f9.rarbg.com%3a2810%2fannounce&tr=udp%3a%2f%2fwww.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce