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 10:58] 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. You can encrypt you aax with rainbow tables `(*.rtc files)` and [[https://www.kali.org/tools/rainbowcrack/|RainbowCrack]] binaries. 
- 
-<code> 
-git clone https://github.com/inAudible-NG/tables.git 
-</code> 
- 
----- 
- 
-==== Extract SHA1 checksum from the .aax file ==== 
- 
-<code> 
-$ ffprobe test.aax  # extract SHA1 checksum 
-</code> 
- 
----- 
- 
-==== Recover "activation_bytes" ==== 
-Put in the scraped checkusm into the following prompt to extract the "activation_bytes" 
- 
-<code> 
-$ cd tables && ./rcrack . -h 999a6ab8... 
-</code> 
-