This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
docu:tutos:android:adb_root_reverse_shell_openssl [2024/01/06 21:16] – admin | docu:tutos:android:adb_root_reverse_shell_openssl [2024/01/06 21:17] (current) – admin | ||
---|---|---|---|
Line 44: | Line 44: | ||
Once you run **adb shell** on your Android, from any other device connected by usb to it, make sure you are root (run **whoami**, **id** or similar), otherwise you might need to run **adb root** first, but sometimes you only need to enable the "ADB as Root" option in developer options. | Once you run **adb shell** on your Android, from any other device connected by usb to it, make sure you are root (run **whoami**, **id** or similar), otherwise you might need to run **adb root** first, but sometimes you only need to enable the "ADB as Root" option in developer options. | ||
- | As it is a reverse shell, we need first to bind the " | + | As it is a reverse shell, we need to bind the " |
< | < | ||
~ $ ./shserver | ~ $ ./shserver |