
Research
PyPI Package Disguised as Instagram Growth Tool Harvests User Credentials
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Cross-Platform script used to recompile APK that was decompiled by apktool
That way, you can decompile an application, patch it's smali-source / resources / manifest / libs / ...
And rebuild it into a new apk you may install in your devices
NOTE that you should use this tool for debugging / educational purposes only!
NOTE that you must accept the LICENSE of the tools listed in the requirements section
Simply run:
pip install buildapp --upgrade && buildapp_fetch_tools
Make sure to have python scripts folder in your path,
And use the correct version of pip for python3
Use apktool
to decompile your application.
Apktool decompilation syntax:
apktool d <apk_path> -o <output_folder>
Just change anything you want, native-elfs in /lib
folder, smali-code from smali folders, manifest file AndroidManifest.xml
, resources, assets and whatever's out there
Simply use our tool, the syntax is:
buildapp -d <sources_folder> -o <outout_apk>
For additional flags, ran buildapp -h
apktool b <sources_folder> -o <output_apk>
zipalign
keytool
to generate your own keystoresapksigner
adb
And that's it! Now you have a new apk, waiting to be installed it on your android devices!
The project uses these tools (can be fetched using buildapp_fetch_tools
after pip install buildapp
):
-i
flag is used)FAQs
Apk builder script
We found that buildapp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.