GitBook: [master] one page modified

This commit is contained in:
CPol 2021-04-12 10:24:17 +00:00 committed by gitbook-bot
parent 4e814c05f5
commit cb84421c91
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF

View File

@ -62,41 +62,41 @@ frida
#### Upload/Download
```text
```bash
file download <remote path> [<local path>]
file upload <local path> [<remote path>]
```
#### Import frida script
```text
```bash
import <local path frida-script>
```
#### SSLPinning
```text
```bash
android sslpinning disable #Attempts to disable SSL Pinning on Android devices.
```
#### Root detection
```text
```bash
android root disable #Attempts to disable root detection on Android devices.
android root simulate #Attempts to simulate a rooted Android environment.
```
#### Exec Command
```text
```bash
android shell_exec whoami
```
#### Screenshots
```text
```bash
android ui screenshot /tmp/screenshot
android ui FLAG_SECURE false This may enable you to take screenshots using the hardware keys
android ui FLAG_SECURE false #This may enable you to take screenshots using the hardware keys
```
### Static analysis made Dynamic