Advertisement
efxtv

Hack any android device without any payload

Dec 11th, 2022 (edited)
387
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | Cybersecurity | 0 0
  1. Hack any Android Device in the network or outside the network. No payload required
  2. For more information on that Join T.me/efxtv or efxtve
  3.  
  4. sudo atp install android-tools-adb
  5. apt install scrcpy
  6.  
  7. #Install app using adb
  8. adb install -r MyApp.apk
  9.  
  10. #start adb shell
  11. adb shell
  12.  
  13. #List installed package
  14. pm list packages
  15.  
  16. #Unistall the package
  17. pm uninstall -k --user 0 splash.app.main
  18.  
  19. #copy file from pc to mobile
  20. adb push fileinpc.txt /sdcard
  21.  
  22. #Copy file from mobile to pc
  23. adb pull /sdcard/Download/magisk_patched.img ~/Downloads
  24.  
  25. #wireless android access
  26. #Need to be connected via usb debugging
  27. adb tcpip 5555
  28. adb connect 192.168.88.:5555
  29.  
  30. #viw the live screen
  31. scrcpy
  32.  
  33.  
  34. Contact:----------------------------------------
  35. Blogger : https://uk2blogger.blogspot.com/
  36.  
  37. FACEBOOK : https://www.facebook.com/TechEFXTV
  38.  
  39. Pastebin : https://pastebin.com/u/efxtv
  40.  
  41. Twitter : https://twitter.com/tv_efx
  42.  
  43. INSTAGRA : https://www.instagram.com/efxtv2020/
  44.  
  45. TELEGRAM : https://t.me/efxtv
  46.  
  47. GITHUB : https://github.com/efxtv/
  48.  
  49. PINTHERE : https://in.pinterest.com/efxtv/
  50.  
  51. TUMBLR : https://efxtv.tumblr.com/
  52.  
  53. Youtube : https://www.youtube.com/c/EFXTVE
  54.  
  55. Backup : https://www.youtube.com/c/Channe404
  56.  
  57. Hindi : https://www.youtube.com/channel/UCFN3nMftNABqOKBNRPeBXYA
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement