📄 sambar_admin_xss.nasl
字号:
## This script was written by David Maciejak <david dot maciejak at kyxar dot fr># Released under the GNU GPL v2# Ref: jamie fisher <contact_jamie_fisher@yahoo.co.uk>#if (description){ script_id(18364); script_bugtraq_id(13722); script_version ("$Revision: 38 $"); script_name(english:"Sambar Server Administrative Interface multiple XSS"); desc["english"] = "The remote host runs the Sambar web server. The remote version of this software is vulnerable to multiple cross site scripting attacks.With a specially crafted URL, an attacker can use the remote host to performa cross site scripting against a third party.Solution: Upgrade at least to version 6.2.1Risk factor : Low"; script_description(english:desc["english"]); script_summary(english:"Determine if Sambar server is prone to xss attack"); script_category(ACT_GATHER_INFO); script_family(english:"CGI abuses : XSS"); script_copyright(english:"This script is Copyright (C) 2005 David Maciejak"); script_dependencie("cross_site_scripting.nasl"); script_require_ports("Services/www", 80); script_exclude_keys("Settings/disable_cgi_scanning"); exit(0);}include("http_func.inc");include("http_keepalive.inc");port = get_http_port(default:80);if(!get_port_state(port))exit(0);if(get_kb_item(string("www/", port, "/generic_xss"))) exit(0);foreach d ( cgi_dirs() ){ url = string(d, '/search/results.stm?indexname=>"><script>foo</script>&style=fancy&spage=60&query=Folder%20name'); req = http_get(item:url, port:port); buf = http_keepalive_send_recv(port:port, data:req, bodyonly:1); if( buf == NULL ) exit(0); #<FONT SIZE="+3">S</FONT>AMBAR #<FONT SIZE="+3">S</FONT>EARCH #<FONT SIZE="+3">E</FONT>NGINE</H2> if ( ">S</FONT>AMBAR" >< buf && "<script>foo</script>" >< buf ) { security_note(port); exit(0); }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -