PoC for vulnerability in Saavn App researched by Arun. The fullset of funcitonality offered by this is:
- High Qualtiy - M4A
- Songs Detail
- Download PlayList
- Download Album
- Download Entire PlayList from user profile
- Download Entire Albums from user profile
- Download Entire JioSaavn Originals and Podcasts in the user profile without any subscription.
$ pip3 install -r requirements.txt
$ python3 Download.py
$ Paste the URL: https://www.jiosaavn.com/album/tum-hi-aana-from-marjaavaan/j9bfphC2728_
$ python Download.py -artist --album
$ Paste the URL of Artist Profile: https://www.jiosaavn.com/artist/babbal-rai-albums/pRd5ZTGrLv8_
$ python Download.py -artist --song
$ Paste the URL of Artist Profile: https://www.jiosaavn.com/artist/babbal-rai-albums/pRd5ZTGrLv8_
$ python3 Download.py -p
$ Enter your Email: your_saavn_email
$ Enter your Password: your_saavn_password
$ python3 Download.py -a
$ Enter your Email: your_saavn_email
$ Enter your Password: your_saavn_password
$ python3 Download.py -s
$ Enter your Email: your_saavn_email
$ Enter your Password: your_saavn_password
- No Meta Data in JioSaavn Originals and Podcasts
Want to contribute? Great!
Not yet