Skip to content

Commit

Permalink
Deploy the generated website via GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 8, 2023
1 parent c575fe0 commit 15db2cd
Show file tree
Hide file tree
Showing 8 changed files with 131 additions and 131 deletions.
58 changes: 29 additions & 29 deletions Glossary.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion News.xml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Website last update: 2023-12-07 at 16:38:19.
Website last update: 2023-12-08 at 14:01:56.
Binary file modified bundle.zip
Binary file not shown.
10 changes: 5 additions & 5 deletions cheatsheets/XSS_Filter_Evasion_Cheat_Sheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -2190,8 +2190,8 @@
</li>

<li class="md-nav__item">
<a href="#xss-locator-polygot" class="md-nav__link">
XSS Locator (Polygot)
<a href="#xss-locator-polyglot" class="md-nav__link">
XSS Locator (Polyglot)
</a>

</li>
Expand Down Expand Up @@ -3111,8 +3111,8 @@
</li>

<li class="md-nav__item">
<a href="#xss-locator-polygot" class="md-nav__link">
XSS Locator (Polygot)
<a href="#xss-locator-polyglot" class="md-nav__link">
XSS Locator (Polyglot)
</a>

</li>
Expand Down Expand Up @@ -3973,7 +3973,7 @@ <h2 id="tests">Tests<a class="headerlink" href="#tests" title="Permanent link">&
<h3 id="basic-xss-test-without-filter-evasion">Basic XSS Test Without Filter Evasion<a class="headerlink" href="#basic-xss-test-without-filter-evasion" title="Permanent link">&para;</a></h3>
<p>This is a normal XSS JavaScript injection, and most likely to get caught but I suggest trying it first (the quotes are not required in any modern browser so they are omitted here):</p>
<p><code>&lt;SCRIPT SRC=https://cdn.jsdelivr.net/gh/Moksh45/host-xss.rocks/index.js&gt;&lt;/SCRIPT&gt;</code></p>
<h3 id="xss-locator-polygot">XSS Locator (Polygot)<a class="headerlink" href="#xss-locator-polygot" title="Permanent link">&para;</a></h3>
<h3 id="xss-locator-polyglot">XSS Locator (Polyglot)<a class="headerlink" href="#xss-locator-polyglot" title="Permanent link">&para;</a></h3>
<p>The following is a "polyglot test XSS payload." This test will execute in multiple contexts including html, script string, js and URL. (Based on this <a href="https://twitter.com/garethheyes/status/997466212190781445">tweet</a> by <a href="https://twitter.com/garethheyes">Gareth Heyes</a>).</p>
<div class="highlight"><pre><span></span><code>javascript:/*--&gt;&lt;/title&gt;&lt;/style&gt;&lt;/textarea&gt;&lt;/script&gt;&lt;/xmp&gt;
&lt;svg/onload=&#39;+/&quot;`/+/onmouseover=1/+/[*/[]/+alert(42);//&#39;&gt;
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Loading

0 comments on commit 15db2cd

Please sign in to comment.