Install ghost framework in termux

Hi guys welcome to Mr.Ethical Yt blog.If you are searching about how to install ghost framework in termux then you are reading the right article.


What is ghost framework

Ghost Framework is an Android post-exploitation framework that exploits the Android Debug Bridge(ADB) to remotely access an Android device.

Installation

Install termux from the F-droid and update it & upgrade it.
apt-get update && apt-get upgrade
Install git.
apt-get install git -y
Install python.
apt-get install python -y 

Install rust.

apt install rust -y 

Export CARGO_BUILD_TARGET.

export CARGO_BUILD_TARGRT=aarch64-linux-android 

Install cryptography.

pip install  cryptography --no-binary cryptography

Install Ghost. 

pip3 install git+https://github.com/EntySec/Ghost
Type ghost to run ghost framework.
ghost 

That's it for today guys let's meet in another post.

Post a Comment (0)
Previous Post Next Post