Releases: ng-dst/flashable-android-rootkit
Releases · ng-dst/flashable-android-rootkit
v2.3.1
- Fixed ramdisk cleanup in
executor
code on Android 10
- Using lazy unmount when uncovering a bind-mounted process dir
v2.3
- Payload is executed from RAM using
memfd
- Ramdisk cleanup (
init.rc
, temp dir) for better stealth
- Changed launch stage to
post-fs-data
for earlier cleanup
- Persistence directory creation is now optional (
config.prop
)
- Fixed exposure to ADB shell in
/dev
on some 2SI devices
- Fixed executor forkbomb (lol)
v2.2
- Added support for devices with Magisk
- Added option to uninstall without backups
- Improved installer, merged
install.sh
and reinstall.sh
- Reduced .zip file size
- Fixed some bugs and artifacts
v2.1
- Fixed exposure to apps using ADB over network (e.g. WhatsRunning)
- Added resetprop to hide property
init.svc.<random_name>
on boot
- Partially suppressed unwanted logs in dmesg
- Reverse / bind shell payloads can run without LHOST parameter as a bind shell on LPORT
v2.0
First release in this fork