xtiankisutsa / MARA_Framework

MARA is a Mobile Application Reverse engineering and Analysis Framework. It is a toolkit that puts together commonly used mobile application reverse engineering and analysis tools to assist in testing mobile applications against the OWASP mobile security threats.
http://www.shadowinfosec.io
GNU Lesser General Public License v3.0
622 stars 174 forks source link

Illegal characters found in URL deobfuscator #22

Closed samuelzurowski closed 4 years ago

samuelzurowski commented 5 years ago

Every apk file I run with deobfuscator.sh i get the follow issue using the command: ./deobfuscator.sh --apk test.apk

after uploading it and waiting curl issue: curl: (3) Illegal characters found in URL [-] Retrying in 30 seconds

xtiankisutsa commented 5 years ago

It seems that the script that uploads the APKs to apk-deguard, is now broken, we'll look into this issue and update the scripts.

yanxinzhangpeter commented 4 years ago

Hi , I would like to know that is the ./deobfuscator.sh can work now ? Is there any other way to upload apks to deguard ? Thanks

xtiankisutsa commented 4 years ago

In the mean time, you can upload the APK manually to http://apk-deguard.com, then download the deobfuscated files, once the analysis is done.