Skip to content

Commit

Permalink
Deployed ceec664 with MkDocs version: 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kremilly committed Jan 7, 2025
1 parent 221ba3d commit c03d9e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions scan/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -878,6 +878,9 @@ <h3 id="example">Example</h3>
<p>Scan a table called example_table using a payload file <code>located at path/to/payload.txt</code>:</p>
<div class="highlight"><pre><span></span><code>dumpsync<span class="w"> </span>scan<span class="w"> </span>-t<span class="w"> </span>example_table<span class="w"> </span>-p<span class="w"> </span>path/to/payload.txt
</code></pre></div>
<p>Scan multiple tables (example_table1, example_table2) using a payload file located at path/to/payload.txt:</p>
<div class="highlight"><pre><span></span><code>dumpsync<span class="w"> </span>scan<span class="w"> </span>-t<span class="w"> </span><span class="s2">&quot;example_table1, example_table2&quot;</span><span class="w"> </span>-p<span class="w"> </span>path/to/payload.txt
</code></pre></div>
<h3 id="description">Description</h3>
<ul>
<li>The command will access the input fields of the specified table and attempt to inject each payload from the provided file.</li>
Expand Down
Loading

0 comments on commit c03d9e4

Please sign in to comment.