mirror of
https://github.com/0xInfection/Awesome-WAF.git
synced 2024-12-22 22:43:34 +07:00
Added one more WAF fingerprint
This commit is contained in:
parent
958a72c7a3
commit
8651cd47eb
16
README.md
16
README.md
@ -1168,6 +1168,22 @@ Wanna fingerprint WAFs? Lets see how.
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
OpenResty Lua WAF
|
||||
</td>
|
||||
<td>
|
||||
<ul>
|
||||
<li><b>Detectability: </b>Easy</li>
|
||||
<li><b>Detection Methodology:</b></li>
|
||||
<ul>
|
||||
<li><code>Server</code> header contains <code>openresty/{version}</code> keyword.</li>
|
||||
<li>Blocked response page contains <code>openresty/{version}</code> text.</li>
|
||||
<li>Blocked response code returned is <code>406 Not Acceptable</code>.</li>
|
||||
</ul>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
Palo Alto Firewall
|
||||
|
Loading…
Reference in New Issue
Block a user