Skip to content

Instantly share code, notes, and snippets.

@fartbagxp
Created April 28, 2018 20:08
Show Gist options
  • Save fartbagxp/4fabbc4bedda33f2e56db43e6f36a067 to your computer and use it in GitHub Desktop.
Save fartbagxp/4fabbc4bedda33f2e56db43e6f36a067 to your computer and use it in GitHub Desktop.
Install audible cracker
##!bin/bash
git clone https://github.com/inAudible-NG/tables.git
git clone https://github.com/KrumpetPirate/AAXtoMP3.git
wget http://project-rainbowcrack.com/rainbowcrack-1.7-linux64.zip
unzip rainbowcrack-1.7-linux64.zip
mv AAXtoMP3/* tables/
mv rainbowcrack-1.7-linux64/* tables/
mv <your_aax_file_name>.aax tables/
cd tables
make
@fartbagxp
Copy link
Author

Yep, excellent "find" indeed. :D
Thanks for the update!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment