How to connect and control Android with Kali Linux -2023 || scrcpy ||

Опубликовано: 28 Май 2023
на канале: Let'sLearnSomething
18,579
204

In this video i will show you how to connect and control Android with Kali Linux.

//command :
First, you need to install the required packages:
sudo apt install ffmpeg libsdl2-2.0-0 adb wget \
gcc git pkg-config meson ninja-build libsdl2-dev \
libavcodec-dev libavdevice-dev libavformat-dev libavutil-dev \
libswresample-dev libusb-1.0-0 libusb-1.0-0-dev

Then clone the repo and execute the installation script (source):
git clone https://github.com/Genymobile/scrcpy
cd scrcpy
./install_release.sh

When a new release is out, update the repo and reinstall:
git pull
./install_release.sh
To uninstall : sudo ninja -Cbuild-auto uninstall

#scrcpy
#kalilinux
#learnhacking #learnethicalhacking
#github