mirror of
https://github.com/0xInfection/Awesome-WAF.git
synced 2024-10-01 04:35:35 -04:00
Add new WAF fingerprints
This commit is contained in:
parent
043002fc25
commit
c012f5b4c3
42
README.md
42
README.md
@ -1753,6 +1753,25 @@ Wanna fingerprint WAFs? Lets see how.
|
|||||||
</ul>
|
</ul>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
WebARX Firewall
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<ul>
|
||||||
|
<li><b>Detectability: </b>Easy</li>
|
||||||
|
<li><b>Detection Methodology:</b></li>
|
||||||
|
<ul>
|
||||||
|
<li>Restricted to specifically WordPress sites only.</li>
|
||||||
|
<li>Blocked response page contains: </li>
|
||||||
|
<ul>
|
||||||
|
<li><code>This request has been blocked by WebARX Web Application Firewall</code> text.</li>
|
||||||
|
<li>Reference to <code>/wp-content/plugins/webarx/</code> directory where it is installed.</li>
|
||||||
|
</ul>
|
||||||
|
</ul>
|
||||||
|
</ul>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
WebKnight (Aqtronix)
|
WebKnight (Aqtronix)
|
||||||
@ -1808,6 +1827,21 @@ Wanna fingerprint WAFs? Lets see how.
|
|||||||
</ul>
|
</ul>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
WTS Firewall
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<ul>
|
||||||
|
<li><b>Detectability: </b>Easy</li>
|
||||||
|
<li><b>Detection Methodology:</b></li>
|
||||||
|
<ul>
|
||||||
|
<li>Blocked response page title has <code>WTS-WAF</code> keyword.</li>
|
||||||
|
<li><code>Server</code> header contains <code>wts</code> as value.</li>
|
||||||
|
</ul>
|
||||||
|
</ul>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
XLabs Security WAF
|
XLabs Security WAF
|
||||||
@ -1842,10 +1876,12 @@ Wanna fingerprint WAFs? Lets see how.
|
|||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<ul>
|
<ul>
|
||||||
<li><b>Detectability: </b>Moderate</li>
|
<li><b>Detectability: </b>Easy</li>
|
||||||
<li><b>Detection Methodology:</b></li>
|
<li><b>Detection Methodology:</b></li>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Headers contain the <code>yundun</code> keyword.</li>
|
<li><code>Server</code> header contains <code>YUNDUN</code> as value.</li>
|
||||||
|
<li><code>X-Cache</code> header field contains <code>YUNDUN</code> as value.</li>
|
||||||
|
<li>Response page contains <code>Blocked by YUNDUN Cloud WAF</code> text snippet.</li>
|
||||||
</ul>
|
</ul>
|
||||||
</ul>
|
</ul>
|
||||||
</td>
|
</td>
|
||||||
@ -1875,7 +1911,7 @@ Wanna fingerprint WAFs? Lets see how.
|
|||||||
<li><b>Detection Methodology:</b></li>
|
<li><b>Detection Methodology:</b></li>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Blocked response page contains reference to <code>zenedge/assets/</code> directory.</li>
|
<li>Blocked response page contains reference to <code>zenedge/assets/</code> directory.</li>
|
||||||
<li>Headers contain the <code>ZENEDGE</code> keyword.</li>
|
<li><code>Server</code> header contain <code>ZENEDGE</code> keyword.</li>
|
||||||
</ul>
|
</ul>
|
||||||
</ul>
|
</ul>
|
||||||
</td>
|
</td>
|
||||||
|
Loading…
Reference in New Issue
Block a user