Skip to content
This repository has been archived by the owner on Jun 12, 2022. It is now read-only.
/ MyInterCepter Public archive

Fork-Projet IntercepterNG(reversed), Dsploit (Inspiration)

Notifications You must be signed in to change notification settings

the-maux/MyInterCepter

Repository files navigation

D.A.O

ToInstall

- Cloner le dépot
- Ajouter son local.properties
- Réouvrir ce projet avec ton IDE avec "app" gradle

Example :

  • Afficher le resultat d'une commande shell: Log.d(TAG, "whoami:" + new BufferedReader(new RootProcess("Whoami").exec("id").getInputStreamReader()).readLine());