Sha256: 91e03623d7956e8685adf2d9bb4817b33f1c3cb90db50e57bff1742726ce8578
Contents?: true
Size: 1.65 KB
Versions: 45
Compression:
Stored size: 1.65 KB
Contents
<?xml version="1.0"?> <!-- 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. --> <fingerprints> <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
45 entries across 45 versions & 1 rubygems