User 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 11:02] marlonivostart:science:audible [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
-===== Audible OEM Crack ===== 
-After you bought your ebook, you are able to download it. After that you can encrypt you .aax with .rtc files from [[https://www.kali.org/tools/rainbowcrack/|RainbowCrack]]. 
- 
-<code> 
-git clone https://github.com/inAudible-NG/tables.git 
-</code> 
- 
----- 
- 
-==== Extract SHA1 checksum from the .aax file ==== 
-You can user ffmpeg in order the extract the SHA1 checksum. 
-<code> 
-$ ffprobe test.aax  # extract SHA1 checksum 
-</code> 
- 
----- 
- 
-==== Recover "activation_bytes" ==== 
-Put in the scraped checksum into the following prompt to extract the "activation_bytes" 
- 
-<code> 
-$ cd tables && ./rcrack . -h 999a6ab8... 
-</code> 
-