How to control your Android phone with kali linux

Hacking Truth
0


How to control your Android phone with kali linux



Smartphones are an essential part of modern life. To some people, the phone is even more important than a standard computer. A lot of people sit at computers all day, but they still have to check their phone for certain things. A new tool called “scrcpy” allows you to display your phone screen on your computer with just a USB connection and ADB. No root required. ADB service


The developer says scrcpy works on Windows, Mac, and Linux. It works by executing a server on the device. scrcpy communicates with the server via a socket over an adb tunnel. Your screen is streamed as an h.264 video, which is then decoded and displayed by scrcpy. Keyboard and mouse input is sent to the server and pushed to the device. scrcpy focuses on lightness, high-performance, high-quality, low latency, fast start-up, and non-intrusive. Here’s how to get it set up. How to control your Android phone with kali linux


This application provides display and control of Android devices connected on USB (or over TCP/IP). It does not require any root access. It works on GNU/Linux, Windows and macOS.


It focuses on:

    lightness (native, displays only the device screen)
    performance (30~60fps)
    quality (1920×1080 or above)
    low latency (35~70ms)
    low startup time (~1 second to display the first image)
    non-intrusiveness (nothing is left installed on the device)




Requirements


  • The Android device requires at least API 21 (Android 5.0).
  • Make sure you enabled adb debugging on your device(s).
  • On some devices, you also need to enable an additional option to control it using keyboard and mouse.


ADB Mode


The Android Debug Bridge (ADB) is a client-server program used in Android application development. The Android Debug-Bridge is part of the Android SDK and is made up of three components: a client, a daemon, and a server. It is used to manage either an emulator instance or an actual Android device.


How To use ?


apt-get install scrcpy ( in linux )

OR
 
sudo git clone https://github.com/Genymobile/scrcpy.git

cd scrcpy







Connect your smartphone to a computer or laptop.

Set up ADB access on your smartphone, go to setting and search developer option or adb after than enable adb option







After this, open your terminal and if there is already a server in your system then close it and after than start server.


adb kill-server


adb devices





and then type in your terminal & press enter

scrcpy











For example, to start scrcpy with a borderless window (with no window decorations), launch it like this:



scrcpy --window-borderless












Windows


For Windows, for simplicity, a prebuilt archive with all the dependencies (including adb) is available:

   
  scrcpy-win64-v1.13.zip
    (SHA-256: 806aafc00d4db01513193addaa24f47858893ba5efe75770bfef6ae1ea987d27)


It is also available in Chocolatey:


choco install scrcpy
choco install adb    # if you don't have it yet



And in Scoop:


scoop install scrcpy
scoop install adb    # if you don't have it yet


You can also build the app manually.




macOS


The application is available in Homebrew. Just install it:

brew install scrcpy

You need adb, accessible from your PATH. If you don't have it yet:

brew cask install android-platform-tools

You can also build the app manually.





I hope you liked this post, then you should not forget to share this post at all.
Thank you so much :-)

Disclaimer

This was written for educational purpose and pentest only.
The author will not be responsible for any damage ..!
The author of this tool is not responsible for any misuse of the information.
You will not misuse the information to gain unauthorized access.
This information shall only be used to expand knowledge and not for causing  malicious or damaging attacks. Performing any hacks without written permission is illegal ..!


All video’s and tutorials are for informational and educational purposes only. We believe that ethical hacking, information security and cyber security should be familiar subjects to anyone using digital information and computers. We believe that it is impossible to defend yourself from hackers without knowing how hacking is done. The tutorials and videos provided on www.hackingtruth.in is only for those who are interested to learn about Ethical Hacking, Security, Penetration Testing and malware analysis. Hacking tutorials is against misuse of the information and we strongly suggest against it. Please regard the word hacking as ethical hacking or penetration testing every time this word is used.


All tutorials and videos have been made using our own routers, servers, websites and other resources, they do not contain any illegal activity. We do not promote, encourage, support or excite any illegal activity or hacking without written permission in general. We want to raise security awareness and inform our readers on how to prevent themselves from being a victim of hackers. If you plan to use the information for illegal purposes, please leave this website now. We cannot be held responsible for any misuse of the given information.



- Hacking Truth by Kumar Atul Jaiswal


Video Tutorial :- SooN



Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.
Post a Comment (0)
Our website uses cookies to enhance your experience. Learn More
Accept !