The process involves downloading the latest version and automatically configuring it within the Termux Android application. Subsequently, upon launching the Termux application, Frida Server is initiated automatically to facilitate penetration testing.
- Initiates the Frida server automatically, eliminating the need for manual interactions.
- Streamlines the process of switching between various Frida server versions.
- Automatically resolves any issues related to the Frida server.
- Frees up space by automatically removing old and unused Frida server files.
- Chooses the appropriate Frida server based on the Android architecture.
Termux | Automatically Start Frida Server on Rooted Android Phones | Easily Switch Between Version
First, download and install Termux android application from the following link:
https://f-droid.org/en/packages/com.termux/
Launch the Termux application and execute the following commands
termux-setup-storage
pkg upgrade
pkg install root-repo
Note: If the above command does not work then select the root repo manually via inbuild Termux command i.e termux-change-repo
and re-run the above command.
apt-get update
apt-get install -y git curl wget sed command-not-found
git clone https://github.com/darklotuskdb/auto-launch-frida-server.git && cd auto-launch-frida-server && chmod +x autoFrida.sh
./autoFrida.sh
Now, close the Termux application, relaunch it, and then test the Objection tool. Observe that everything works smoothly.
Next time you wish to run the Frida Server, simply launch the Termux application. It will automatically start the frida-server in the background along with the launch of the Termux application.
If you need to upgrade the Frida Server version in the future, just run the ./autoFrida.sh
script.
- DarkLotus - Cyber Security Researcher - DarkLotusKDB
BuyMeACoffee If you like my work <3