Sha256: 44b1dc42cef9b963dae2236bc41b3fdd4c396eb07175e16f74c940b7e3abb0d6
Contents?: true
Size: 1.83 KB
Versions: 21
Compression:
Stored size: 1.83 KB
Contents
<?xml version="1.0" encoding="UTF-8"?> <!-- SMTP response lines to the DEBUG command are matched against these patterns (1 line at a time) to fingerprint SMTP servers. See comment at the top of smtp_banners.xml for additional info. 'preference' note: This value has been set so as to implement the ordering of SMTP related fingerprint databases as described in 'smtp_banners.xml'. --> <fingerprints protocol="smtp" database_type="service" preference="0.14"> <fingerprint pattern="^500 No way!$"> <description> Exim example: 500 No way! </description> <param pos="0" name="service.vendor" value="exim"/> <param pos="0" name="service.family" value="exim"/> <param pos="0" name="service.product" value="exim"/> </fingerprint> <fingerprint pattern="^250[ -] *Debug set -NOT!$"> <description> TIS FWTK and derivatives http://www.tis.com/research/software/ This fingerprint may be ambiguous because other firewalls (like Gauntlet) are derived from TIS </description> <param pos="0" name="service.vendor" value="TIS"/> <param pos="0" name="service.family" value="FWTK"/> <param pos="0" name="service.product" value="FWTK"/> </fingerprint> <fingerprint pattern="^500[ -]What\? I don't understand that\.$"> <description> 500 What? I don't understand that. </description> <param pos="0" name="service.vendor" value="Alt-N"/> <param pos="0" name="service.family" value="MDaemon"/> <param pos="0" name="service.product" value="MDaemon"/> <param pos="0" name="os.vendor" value="Microsoft"/> <param pos="0" name="os.family" value="Windows"/> <param pos="0" name="os.device" value="General"/> <param pos="0" name="os.product" value="Windows"/> <param pos="0" name="os.arch" value="x86"/> </fingerprint> </fingerprints>
Version data entries
21 entries across 21 versions & 1 rubygems