Skip to content

Commit

Permalink
Update README to explain where to find HTTP Toolkit's CA & proxy details
Browse files Browse the repository at this point in the history
  • Loading branch information
pimterry authored Jan 23, 2024
1 parent 64fc7d4 commit d081776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The scripts can automatically handle:
To get started:

1. Start your MitM proxy (e.g. [HTTP Toolkit](https://httptoolkit.com/android/)), and set up your rooted Android device or emulator, connected to ADB.
2. Find your MitM proxy's port (e.g. 8000) and its CA certificate in PEM format (should start with `-----BEGIN CERTIFICATE-----`).
2. Find your MitM proxy's port (e.g. 8000) and its CA certificate in PEM format (should start with `-----BEGIN CERTIFICATE-----`). In HTTP Toolkit, both details can be found in the 'Anything' option on the Intercept page.
3. Open `config.js`, and add those details:
* `CERT_PEM`: your CA certificate in PEM format
* `PROXY_PORT`: the proxy's port
Expand Down

0 comments on commit d081776

Please sign in to comment.