Skip to content

Commit

Permalink
Project Sonar HTTP updates (#273)
Browse files Browse the repository at this point in the history
* Initial PR

* Project Sonar updates

* more fingerprints

* Additional Netweaver
  • Loading branch information
tsellers-r7 authored Jul 14, 2020
1 parent 7024eef commit be1d75e
Show file tree
Hide file tree
Showing 2 changed files with 285 additions and 16 deletions.
8 changes: 5 additions & 3 deletions xml/http_cookies.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
<param pos="0" name="service.product" value="Application Protection System, Enterprise"/>
</fingerprint>

<fingerprint pattern="^NSC_(?:AAAC|CERT|DLGE|EPAC|TASS|TEMP|TMA[APS]|PERS)=.*">
<fingerprint pattern="^NSC_(?:AAAC|BASEURL|CERT|DLGE|EPAC|TASS|TEMP|TMA[APS]|PERS|USER)=.*">
<description>Citrix NetScaler</description>
<example>NSC_AAAC=xyz;</example>
<example>NSC_TEMP=xyz;</example>
Expand Down Expand Up @@ -170,8 +170,9 @@
<param pos="0" name="service.product" value="CMS400.NET"/>
</fingerprint>

<fingerprint pattern="^(BIGipServer([^=]+))=.*">
<fingerprint pattern="(?i)^(BIGipServer([^=]+))=.*">
<description>F5 BIG-IP LTM - Server variant</description>
<example loadbalancer.poolname="CustomerRP">BigIpServerCustomerRP=5a; path=/; domain=.foo.bar; secure; HttpOnly</example>
<param pos="1" name="cookie"/>
<param pos="2" name="loadbalancer.poolname"/>
<param pos="0" name="service.vendor" value="F5"/>
Expand Down Expand Up @@ -408,7 +409,8 @@
<param pos="2" name="service.version"/>
<param pos="0" name="service.vendor" value="Oracle"/>
<param pos="0" name="service.family" value="OracleAS"/>
<param pos="0" name="service.product" value="OracleAS Portal"/>
<param pos="0" name="service.product" value="Application Server Portal"/>
<param pos="0" name="service.cpe23" value="cpe:/a:oracle:application_server_portal:{service.version}"/>
</fingerprint>

<fingerprint pattern="^Compaq-HMMD=[^;]+;.*$">
Expand Down
Loading

0 comments on commit be1d75e

Please sign in to comment.