Skip to content

Commit

Permalink
Codeblock consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberMilosz committed May 6, 2024
1 parent a885913 commit daef636
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/android/MASTG-TOOL-0015.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@ In some scenarios, connecting to the device over the network may not be viable.

First, you need to set up a suitable port forward so that your PC can connect to a TCP socket opened by the Agent inside the emulator, or on the device. By default, drozer uses port 31415

```shell
```
adb forward tcp:31415 tcp:31415
```

You can now connect to the drozer Agent by connecting to `localhost` (or simply not specifying the target IP)

```shell
```
drozer console connect
```

Expand Down

0 comments on commit daef636

Please sign in to comment.