Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/app/guides/automate_multiple.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: "A step-by-step guide to sending multiple payloads in Caido's Autom

# Sending Multiple Payloads

To use multiple payload values, **click**, **drag**, and **hold** over multiple request elements you want to replace and then **click** on the `+ Add Placeholder` button.
To use multiple payload values, **click**, **hold**, and **drag** over multiple request elements you want to replace and then **click** on the `+ Add Placeholder` button.

<img alt="Marking two placeholders." src="/_images/automate_placeholder_multiple.png" center/>

Expand Down
2 changes: 1 addition & 1 deletion src/app/guides/automate_numerical.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: "A step-by-step guide to sending numerical payloads in Caido's Auto

# Sending Numerical Payloads

To send numerical payload values, **click**, **drag**, and **hold** over the request element you want to replace and then **click** on the `+ Add Placeholder` button.
To send numerical payload values, **click**, **hold**, and **drag** over the request element you want to replace and then **click** on the `+ Add Placeholder` button.

<img alt="Marking a placeholder." src="/_images/automate_placeholder_numbers.png" center/>

Expand Down
2 changes: 1 addition & 1 deletion src/app/guides/automate_wordlists.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: "A step-by-step guide to using wordlists in Caido's Automate featur

# Sending Payloads from a Wordlist

To use a wordlist of payload values, **click**, **drag**, and **hold** over the request element you want to replace and then **click** on the `+ Add Placeholder` button.
To use a wordlist of payload values, **click**, **hold**, and **drag** over the request element you want to replace and then **click** on the `+ Add Placeholder` button.

<img alt="Marking a placeholder." src="/_images/automate_placeholder_wordlist.png" center/>

Expand Down
2 changes: 1 addition & 1 deletion src/app/tutorials/autorize.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ To set the mutation for the low-privilege `Mutated` profile manually:

To quickly add a `Header: Set` mutation to the `Mutated` profile:

1. **Click**, **drag**, and **hold** over a header name and value within a low-privilege user request pane.
1. **Click**, **hold**, and **drag** over a header name and value within a low-privilege user request pane.
2. Then, **right-click** on the highlighted selection to open the context menu, hover your mouse cursor over `Plugins` and `Autorize`, and select <code><Icon icon="fas fa-key" /> Send Headers to Autorize</code>.

<img alt="The Send Headers to Autorize option." src="/_images/autorize_send_headers.png" center />
Expand Down
Loading