Sha256: 19492542367c723ee1b644ed3cfec4834929d6409a773d4bf44897a0ad570d6b
Contents?: true
Size: 1.13 KB
Versions: 45
Compression:
Stored size: 1.13 KB
Contents
<?xml version="1.0"?> <!-- SMTP response lines to the QUIT 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="^221[ -]See ya in cyberspace$"> <description> 221 See ya in cyberspace </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> <fingerprint pattern="^503[ -]5\.5\.0 Not accepting any command except QUIT$"> <description> Raptor Firewall example: 503 5.5.0 Not accepting any command except QUIT </description> <param pos="0" name="service.product" value="raptor"/> </fingerprint> </fingerprints>
Version data entries
45 entries across 45 versions & 1 rubygems