slicer icon indicating copy to clipboard operation
slicer copied to clipboard

A tool to automate the boring process of APK recon

Results 5 slicer issues
Sort by recently updated
recently updated
newest added

``user@host:~$ python3 slicer.py -d ~/Downloads/APKs/example.apk -c config.json`` ``` Traceback (most recent call last): File "/home/litt1eb0y/slicer/slicer.py", line 134, in main(args.dir, args.config) File "/home/litt1eb0y/slicer/slicer.py", line 113, in main manifest_path = path.join(directory, config['paths']['manifest'])...

Not sure if its the regex or what but we get loads of binary/unicode kind of characters in the file. Also, there are loads of URLs pointing to websites like...

bug
help wanted

This is a weird idea that I have right now so I am just going to write this down for now. https://twitter.com/B3nac/status/1363343245934284801 b3nac did lot of these streams where he...

idea

If we look at this(https://blog.oversecured.com/Interception-of-Android-implicit-intents/#attacks-on-an-activitys-return-value) blog post we can see that it's being mentioned that activities having intents like `android.intent.action.PICK` etc have possibility of having a vulnerability. It would be...

enhancement
good first issue

python3 slicer.py -d ~/Pictures/Screenshots/extracted-apk/ -c config.json Traceback (most recent call last): File "/home/adrian/Downloads/tools/android/slicer/slicer.py", line 144, in main(args.dir, args.config) File "/home/adrian/Downloads/tools/android/slicer/slicer.py", line 133, in main with open(analysis["package"] + ".json", "w") as...