smtpscan.nasl

来自「漏洞扫描源码,可以扫描linux,windows,交换机路由器」· NASL 代码 · 共 45 行

NASL
45
字号
# 2003-03-20 Michel Arboi <arboi@alussinan.org>## This NASL script is a quick and dirty conversion of smtpscan by# Julien Bordet <zejames@greyhats.org># Note that smtpcan has more features than this simple script## The following plugin is Copyright (c) 2002,2003 Julien Bordet ## Redistribution and use in source and binary forms, with or without# modification, are permitted provided that the following conditions# are met:# 1. Redistributions of source code must retain the above copyright#    notice, this list of conditions and the following disclaimer.# 2. Redistributions in binary form must reproduce the above copyright#    notice, this list of conditions and the following disclaimer in the#    documentation and/or other materials provided with the distribution.# 3. All advertising materials mentioning features or use of this software#    must display the following acknowledgement:#      This product includes software developed and data gathered by#      Julien Bordet, Renaud Deraison and Michel Arboi, for smtpscan and #      Nessus projects## #if(description){ script_name(english: "smtpscan"); script_id(11421); script_version ("$Revision: 118 $");  desc["english"] = "smtpscan is a SMTP fingerprinting tool written by Julien BordetIt identifies the remote mail server even if the banners were changed.Risk factor : None"; script_description(english:desc["english"]);  summary["english"] = "SMTP server fingerprinting"; summary["francais"] = "Identifie le serveur SMTP par son empreinte"; script_summary(english:summary["english"], francais:summary["francais"]); script_category(ACT_GATHER_INFO); script_copyright(english:"smtpscan was written by Julien Bordet. Michel Arboi converted it to NASL",		francais:"smtpscan a 閠

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?