Skip to content

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.

License

Notifications You must be signed in to change notification settings

darklotuskdb/auto-launch-frida-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

Auto Launch Frida Server

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.

What sets it apart from others?

  1. Initiates the Frida server automatically, eliminating the need for manual interactions.
  2. Streamlines the process of switching between various Frida server versions.
  3. Automatically resolves any issues related to the Frida server.
  4. Frees up space by automatically removing old and unused Frida server files.
  5. Chooses the appropriate Frida server based on the Android architecture.

Youtube Video Link

Termux | Automatically Start Frida Server on Rooted Android Phones | Easily Switch Between Version

Installation

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.

Screenshot

logo-autofrida-new

About Me

Social Media Handles

BuyMeACoffee If you like my work <3

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages