Marlon's Wiki

it's better when it's simpler

User Tools

Site Tools


start:science:audible

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
start:science:audible [2024/10/07 10:53] marlonivostart:science:audible [2025/01/20 08:17] (current) – [Give it a Cover] marlonivo
Line 1: Line 1:
 ===== Audible OEM Crack ===== ===== Audible OEM Crack =====
-After you bought your ebook you are able to download it.+After you bought your ebookyou are able to download it. After that you can encrypt you .aax with .rtc files from [[https://www.kali.org/tools/rainbowcrack/|RainbowCrack]].
  
-==== Note ==== +<code>
- +
-Git clone this repository on your machine. This repository has the required +
-rainbow tables `(*.rtc files)` and RainbowCrack binaries. +
- +
-```+
 git clone https://github.com/inAudible-NG/tables.git git clone https://github.com/inAudible-NG/tables.git
-```+</code>
  
-==== Usage on Linux ====+\\ 
 +==== Extract SHA1 checksum from the .aax file ==== 
 +----
  
-FFmpeg 2.8.1+ is required. Use Wine with the included (in `run` folder) Windows +You can use ffmpeg in order the extract the SHA1 checksum. 
-binaries in case these Linux executables do not run on your distribution.+<code> 
 +$ ffprobe test.aax  # extract SHA1 checksum 
 +</code>
  
-==== Extract SHA1 checksum from the .aax file ====+\\ 
 +==== Recover the "activation_bytes" ==== 
 +----
  
-``` +Use the scraped Checksum to extract the "activation_bytes":
-$ ffprobe test.aax extract SHA1 checksum +
-... +
-[mov,mp4,m4a,3gp,3g2,mj2 @ 0x1dde580] [aax] file checksum == 999a6ab8... +
-[mov,mp4,m4a,3gp,3g2,mj2 @ 0x1dde580] [aax] activation_bytes option is missing! +
-```+
  
-==== Recover "activation_bytes" ====+<code> 
 +$ cd tables && ./rcrack . -h 999a6ab8... 
 +</code>
  
-``` +Use the activation_bytes and ffmpeg to convert your ebook: 
-$ ./rcrack . -h 999a6ab8... +<code> 
-```+ffmpeg -activation_bytes 1CEB00DA -i input.aax output.mp3 
 +</code>
  
 +\\
 +===== Give it a Cover =====
 +----
 +<code>
 +ffmpeg -i output.mp3 -i cover.jpg -c copy -map 0 -map 1 -metadata:s:v title="Album cover" -metadata:s:v comment="Cover (front)" FINAL-OUTPUT.mp3
 +</code>
  
 +**DONE!**
start/science/audible.1728298393.txt.gz · Last modified: 2024/10/07 10:53 by marlonivo

Donate Marlon Ivo's Webpage