From ec06c5544cf9d49d4d782b5c04d8a1700a077a4d Mon Sep 17 00:00:00 2001 From: HD Moore Date: Wed, 27 Jun 2007 05:09:28 +0000 Subject: [PATCH] Remove the old busted git-svn-id: file:///home/svn/framework3/trunk@5003 4d416f70-5f16-0410-b530-b9f4589650da --- data/msfweb/app/views/exploits/config.rhtml | 40 ++-- data/msfweb/public/stylesheets/msfconsole.css | 80 ------- data/msfweb/public/stylesheets/msfide.css | 66 ------ data/msfweb/public/stylesheets/msfsession.css | 77 ------- .../window-themes/default/window.css | 136 ------------ .../default/window/button-close-focused.png | Bin 317 -> 0 bytes .../window/button-maximize-focused.png | Bin 203 -> 0 bytes .../window/button-minimize-focused.png | Bin 202 -> 0 bytes .../window/frame-bottom-left-focused.png | Bin 144 -> 0 bytes .../window/frame-bottom-mid-focused.png | Bin 137 -> 0 bytes .../window/frame-bottom-right-focused.png | Bin 146 -> 0 bytes .../default/window/frame-left-focused.png | Bin 136 -> 0 bytes .../default/window/frame-right-focused.png | Bin 136 -> 0 bytes .../window/titlebar-left-shaded-focused.png | Bin 150 -> 0 bytes .../window/titlebar-mid-shaded-focused.png | Bin 185 -> 0 bytes .../window/titlebar-right-shaded-focused.png | Bin 148 -> 0 bytes .../window-themes/luminous/window.css | 136 ------------ .../luminous/window/button-close-focused.png | Bin 317 -> 0 bytes .../window/button-maximize-focused.png | Bin 203 -> 0 bytes .../window/button-minimize-focused.png | Bin 202 -> 0 bytes .../luminous/window/window-bottom-bar.jpg | Bin 340 -> 0 bytes .../luminous/window/window-bottom-left.jpg | Bin 398 -> 0 bytes .../luminous/window/window-bottom-right.jpg | Bin 398 -> 0 bytes .../luminous/window/window-left.jpg | Bin 335 -> 0 bytes .../luminous/window/window-right.jpg | Bin 331 -> 0 bytes .../luminous/window/window-top-bar.jpg | Bin 457 -> 0 bytes .../luminous/window/window-top-left.gif | Bin 351 -> 0 bytes .../luminous/window/window-top-right.gif | Bin 351 -> 0 bytes .../window-themes/saloon/window.css | 136 ------------ .../saloon/window/button-close-focused.gif | Bin 187 -> 0 bytes .../saloon/window/button-maximize-focused.gif | Bin 183 -> 0 bytes .../saloon/window/button-minimize-focused.gif | Bin 209 -> 0 bytes .../window/frame-bottom-left-focused.gif | Bin 56 -> 0 bytes .../window/frame-bottom-mid-focused.gif | Bin 63 -> 0 bytes .../window/frame-bottom-right-focused.gif | Bin 57 -> 0 bytes .../saloon/window/frame-left-focused.gif | Bin 65 -> 0 bytes .../saloon/window/frame-right-focused.gif | Bin 66 -> 0 bytes .../window/titlebar-left-shaded-focused.gif | Bin 131 -> 0 bytes .../window/titlebar-mid-shaded-focused.gif | Bin 98 -> 0 bytes .../window/titlebar-right-shaded-focused.gif | Bin 133 -> 0 bytes .../window-themes/wooden/window.css | 136 ------------ .../wooden/window/button-close-focused.png | Bin 317 -> 0 bytes .../wooden/window/button-maximize-focused.png | Bin 203 -> 0 bytes .../wooden/window/button-minimize-focused.png | Bin 202 -> 0 bytes .../window/frame-bottom-left-focused.png | Bin 144 -> 0 bytes .../window/frame-bottom-mid-focused.png | Bin 137 -> 0 bytes .../window/frame-bottom-right-focused.png | Bin 146 -> 0 bytes .../wooden/window/frame-left-focused.png | Bin 136 -> 0 bytes .../wooden/window/frame-right-focused.png | Bin 136 -> 0 bytes .../window/titlebar-left-shaded-focused.png | Bin 150 -> 0 bytes .../window/titlebar-mid-shaded-focused.png | Bin 185 -> 0 bytes .../window/titlebar-right-shaded-focused.png | Bin 148 -> 0 bytes data/msfweb/public/stylesheets/windows.css | 205 ------------------ 53 files changed, 21 insertions(+), 991 deletions(-) delete mode 100644 data/msfweb/public/stylesheets/msfconsole.css delete mode 100644 data/msfweb/public/stylesheets/msfide.css delete mode 100644 data/msfweb/public/stylesheets/msfsession.css delete mode 100644 data/msfweb/public/stylesheets/window-themes/default/window.css delete mode 100644 data/msfweb/public/stylesheets/window-themes/default/window/button-close-focused.png delete mode 100644 data/msfweb/public/stylesheets/window-themes/default/window/button-maximize-focused.png delete mode 100644 data/msfweb/public/stylesheets/window-themes/default/window/button-minimize-focused.png delete mode 100644 data/msfweb/public/stylesheets/window-themes/default/window/frame-bottom-left-focused.png delete mode 100644 data/msfweb/public/stylesheets/window-themes/default/window/frame-bottom-mid-focused.png delete mode 100644 data/msfweb/public/stylesheets/window-themes/default/window/frame-bottom-right-focused.png delete mode 100644 data/msfweb/public/stylesheets/window-themes/default/window/frame-left-focused.png delete mode 100644 data/msfweb/public/stylesheets/window-themes/default/window/frame-right-focused.png delete mode 100644 data/msfweb/public/stylesheets/window-themes/default/window/titlebar-left-shaded-focused.png delete mode 100644 data/msfweb/public/stylesheets/window-themes/default/window/titlebar-mid-shaded-focused.png delete mode 100644 data/msfweb/public/stylesheets/window-themes/default/window/titlebar-right-shaded-focused.png delete mode 100644 data/msfweb/public/stylesheets/window-themes/luminous/window.css delete mode 100644 data/msfweb/public/stylesheets/window-themes/luminous/window/button-close-focused.png delete mode 100644 data/msfweb/public/stylesheets/window-themes/luminous/window/button-maximize-focused.png delete mode 100644 data/msfweb/public/stylesheets/window-themes/luminous/window/button-minimize-focused.png delete mode 100644 data/msfweb/public/stylesheets/window-themes/luminous/window/window-bottom-bar.jpg delete mode 100644 data/msfweb/public/stylesheets/window-themes/luminous/window/window-bottom-left.jpg delete mode 100644 data/msfweb/public/stylesheets/window-themes/luminous/window/window-bottom-right.jpg delete mode 100644 data/msfweb/public/stylesheets/window-themes/luminous/window/window-left.jpg delete mode 100644 data/msfweb/public/stylesheets/window-themes/luminous/window/window-right.jpg delete mode 100644 data/msfweb/public/stylesheets/window-themes/luminous/window/window-top-bar.jpg delete mode 100644 data/msfweb/public/stylesheets/window-themes/luminous/window/window-top-left.gif delete mode 100644 data/msfweb/public/stylesheets/window-themes/luminous/window/window-top-right.gif delete mode 100644 data/msfweb/public/stylesheets/window-themes/saloon/window.css delete mode 100644 data/msfweb/public/stylesheets/window-themes/saloon/window/button-close-focused.gif delete mode 100644 data/msfweb/public/stylesheets/window-themes/saloon/window/button-maximize-focused.gif delete mode 100644 data/msfweb/public/stylesheets/window-themes/saloon/window/button-minimize-focused.gif delete mode 100644 data/msfweb/public/stylesheets/window-themes/saloon/window/frame-bottom-left-focused.gif delete mode 100644 data/msfweb/public/stylesheets/window-themes/saloon/window/frame-bottom-mid-focused.gif delete mode 100644 data/msfweb/public/stylesheets/window-themes/saloon/window/frame-bottom-right-focused.gif delete mode 100644 data/msfweb/public/stylesheets/window-themes/saloon/window/frame-left-focused.gif delete mode 100644 data/msfweb/public/stylesheets/window-themes/saloon/window/frame-right-focused.gif delete mode 100644 data/msfweb/public/stylesheets/window-themes/saloon/window/titlebar-left-shaded-focused.gif delete mode 100644 data/msfweb/public/stylesheets/window-themes/saloon/window/titlebar-mid-shaded-focused.gif delete mode 100644 data/msfweb/public/stylesheets/window-themes/saloon/window/titlebar-right-shaded-focused.gif delete mode 100644 data/msfweb/public/stylesheets/window-themes/wooden/window.css delete mode 100644 data/msfweb/public/stylesheets/window-themes/wooden/window/button-close-focused.png delete mode 100644 data/msfweb/public/stylesheets/window-themes/wooden/window/button-maximize-focused.png delete mode 100644 data/msfweb/public/stylesheets/window-themes/wooden/window/button-minimize-focused.png delete mode 100644 data/msfweb/public/stylesheets/window-themes/wooden/window/frame-bottom-left-focused.png delete mode 100644 data/msfweb/public/stylesheets/window-themes/wooden/window/frame-bottom-mid-focused.png delete mode 100644 data/msfweb/public/stylesheets/window-themes/wooden/window/frame-bottom-right-focused.png delete mode 100644 data/msfweb/public/stylesheets/window-themes/wooden/window/frame-left-focused.png delete mode 100644 data/msfweb/public/stylesheets/window-themes/wooden/window/frame-right-focused.png delete mode 100644 data/msfweb/public/stylesheets/window-themes/wooden/window/titlebar-left-shaded-focused.png delete mode 100644 data/msfweb/public/stylesheets/window-themes/wooden/window/titlebar-mid-shaded-focused.png delete mode 100644 data/msfweb/public/stylesheets/window-themes/wooden/window/titlebar-right-shaded-focused.png delete mode 100644 data/msfweb/public/stylesheets/windows.css diff --git a/data/msfweb/app/views/exploits/config.rhtml b/data/msfweb/app/views/exploits/config.rhtml index f214157a97..e0f0bcdcf5 100644 --- a/data/msfweb/app/views/exploits/config.rhtml +++ b/data/msfweb/app/views/exploits/config.rhtml @@ -9,18 +9,18 @@ case opt.class.to_s when 'Msf::OptEnum' - ret = '' + "\n" opt.enums.sort.each do |val| sel = (val == defval) ? 'SELECTED' : '' - ret << '\n" + ret << '\n" end ret << "\n" ret else - '' + '' end end @@ -120,17 +120,17 @@ EXPLOIT - <%= @tmod.refname %> + <%= h @tmod.refname %> TARGET - <%= @target.name %> + <%= h @target.name %> PAYLOAD - <%= @payload_name %> + <%= h @payload_name %> @@ -147,11 +147,11 @@ next if (option.advanced?) next if (option.evasion?) %> - <%= name %> + <%= h name %> <%= (option.required?) ? "Required" : "" %> - <%= html_escape(option.desc) %> (type: <%= option.type %>) + <%= h option.desc %> (type: <%= h option.type %>) <%= draw_option('eopt_'+h(name), option) %> @@ -161,11 +161,11 @@ next if (option.advanced?) next if (option.evasion?) %> - <%= name %> + <%= h name %> <%= (option.required?) ? "Required" : "" %> - <%= html_escape(option.desc) %> (type: <%= option.type %>) + <%= h option.desc %> (type: <%= h option.type %>) <%= draw_option('popt_'+h(name), option) %> @@ -183,11 +183,11 @@ <% @tmod.options.sort.each { |name, option| next if not option.advanced? %> - <%= name %> + <%= h name %> <%= (option.required?) ? "Required" : "" %> - <%= html_escape(option.desc) %> (type: <%= option.type %>) + <%= h option.desc %> (type: <%= h option.type %>) <%= draw_option('eopt_'+h(name), option) %> @@ -196,11 +196,11 @@ <% @payload_inst.options.sort.each { |name, option| next if not option.advanced? %> - <%= name %> + <%= h name %> <%= (option.required?) ? "Required" : "" %> - <%= html_escape(option.desc) %> (type: <%= option.type %>) + <%= h option.desc %> (type: <%= h option.type %>) <%= draw_option('popt_'+h(name), option) %> @@ -222,7 +222,7 @@ <%= (option.required?) ? "Required" : "" %> - <%= html_escape(option.desc) %> (type: <%= option.type %>) + <%= h option.desc %> (type: <%= h option.type %>) <%= draw_option('eopt_'+h(name), option) %> @@ -231,7 +231,7 @@ <% @payload_inst.options.sort.each { |name, option| next if not option.evasion? %> - <%= name %> + <%= h name %> <%= (option.required?) ? "Required" : "" %> @@ -249,9 +249,11 @@ <% if @exploit_console %> - + <% if params[:consoleOpen] and params[:consoleOpen] == "direct" %> + window.location="/console/index/<%= @exploit_console %>" + <% else %> + window.parent.openConsoleWindowExploit(<%= @exploit_console %>); + <% end %> <% end %> <% end %> diff --git a/data/msfweb/public/stylesheets/msfconsole.css b/data/msfweb/public/stylesheets/msfconsole.css deleted file mode 100644 index 54964d7959..0000000000 --- a/data/msfweb/public/stylesheets/msfconsole.css +++ /dev/null @@ -1,80 +0,0 @@ -/* - * Copyright (c) 2006 LMH - * Added to Metasploit under the terms of the Metasploit Framework License v1.2 - * Additions Copyright (C) 2006-2007 Metasploit LLC -*/ - -html,body { - width: 100%; - height: 100%; - background: #000000; - color: #eeeeee; - font-family: monospace, console, fixed, terminal; - font-size: 11px; -} - -#console_window { - background: #000000; - padding: 1em; -} - -#console_output { - width: 100%; - white-space: pre-wrap; /* css-3 */ - white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ - white-space: -pre-wrap; /* Opera 4-6 */ - white-space: -o-pre-wrap; /* Opera 7 */ - word-wrap: break-word; /* Internet Explorer 5.5+ */ - background: #000000; -} - -.output_line { - white-space: pre-wrap; /* css-3 */ - white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ - white-space: -pre-wrap; /* Opera 4-6 */ - white-space: -o-pre-wrap; /* Opera 7 */ - word-wrap: break-word; /* Internet Explorer 5.5+ */ -} - - -#input { - width: 100%; - border: none; - padding: 0; - background: #000000; - font-size: 11px; -} - -.input { - font-family: monospace, console, fixed, terminal; - background: #000000; - border: 0; - color: white; - width: 600px; - overflow: hidden; - font-size: 11px; -} - -.prompt { - color: white; - font-family: monospace, console, fixed, terminal; - text-align: right; - font-size: 11px; -} - -#console_command_bar { - background: #000000; - margin-top: 1em; -} - -#console_input { - font-size: 11px; - font-family: monospace, console, fixed, terminal; -} - -#console_status { - color: #fff; - font-family: monospace; - font-size: 12px; - text-transform: smallcaps; -} diff --git a/data/msfweb/public/stylesheets/msfide.css b/data/msfweb/public/stylesheets/msfide.css deleted file mode 100644 index 2b4e6dd0a7..0000000000 --- a/data/msfweb/public/stylesheets/msfide.css +++ /dev/null @@ -1,66 +0,0 @@ -/* - * Copyright (c) 2006, LMH - * All Rights Reserved. - */ - -body { - font-family: Trebuchet, Sans, Arial, serif; -} - -#logo { - text-align: center; - margin-bottom: 1em; -} - -#spinner { - float: right; -} - -.motto { - font-size: 140%; - text-align: center; - margin-top: 0; - font-family: 'Trebuchet MS', Trebuchet, Sans, Arial, serif; - text-transform: lowercase; -} - -#footer { - clear:both; - font-size: 70%; - width: 100%; - margin-top: 1em; - text-align: center; -} - -.wizard_page { - padding: 1em; - background: #ddd; - border: 1px solid #ccc; - width: 50%; - margin: 0px auto; -} - -.wizard_page .error { - background: #fff; - padding: 0.2em; - border: 1px solid #C82536; -} - -.wizard_page img { - border: 0; -} - -.wizard_page a { - text-decoration: none; - color: #000; -} - -.wizard_subs { - float: right; - font-size: 75%; -} - -.wizard_subs a { - text-decoration: none; - color: #3366FF; -} diff --git a/data/msfweb/public/stylesheets/msfsession.css b/data/msfweb/public/stylesheets/msfsession.css deleted file mode 100644 index 431a6108f9..0000000000 --- a/data/msfweb/public/stylesheets/msfsession.css +++ /dev/null @@ -1,77 +0,0 @@ -/* - * Copyright (c) 2006, LMH - * All Rights Reserved. - * - * Standards compliant: - * Valid, warning-free CSS: http://jigsaw.w3.org/css-validator - */ - -html,body { - width: 100%; - height: 100%; - background: #000000; - color: #eeeeee; - font-family: fixed; - font-size: 12px; -} - -#session_window { - background: #000000; - padding: 1em; -} - -#session_output { - width: 100%; - white-space: pre-wrap; /* css-3 */ - white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ - white-space: -pre-wrap; /* Opera 4-6 */ - white-space: -o-pre-wrap; /* Opera 7 */ - word-wrap: break-word; /* Internet Explorer 5.5+ */ - background: #000000; -} - -.output_line { - white-space: pre-wrap; /* css-3 */ - white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ - white-space: -pre-wrap; /* Opera 4-6 */ - white-space: -o-pre-wrap; /* Opera 7 */ - word-wrap: break-word; /* Internet Explorer 5.5+ */ -} - - -#input { - width: 100%; - border: none; - padding: 0; - background: #000000; -} - -.input { - font: inherit; - font-family: fixed; - background: #000000; - border: 0; - color: white; - width: 600px; - overflow: hidden; - font-size: 12px; -} - -.prompt { - color: white; - font: inherit; - text-align: right; - font-family: fixed; - font-size: 12px; -} - -#session_command_bar { - background: #000000; -} - -#session_status { - color: #fff; - font-family: monospace; - font-size: 12px; - text-transform: smallcaps; -} diff --git a/data/msfweb/public/stylesheets/window-themes/default/window.css b/data/msfweb/public/stylesheets/window-themes/default/window.css deleted file mode 100644 index 04396f6c9d..0000000000 --- a/data/msfweb/public/stylesheets/window-themes/default/window.css +++ /dev/null @@ -1,136 +0,0 @@ -/* - * Theme ported by L.M.H. - */ -.overlay_metasploit { - background-color: #85BBEF; - filter:alpha(opacity=60); - -moz-opacity: 0.6; - opacity: 0.6; -} - -.metasploit_nw { - background: transparent url(/stylesheets/window-themes/default/window/titlebar-left-shaded-focused.png) no-repeat 0 0; - width:10px; - height:23px; -} -.metasploit_n { - background: transparent url(/stylesheets/window-themes/default/window/titlebar-mid-shaded-focused.png) repeat-x 0 0; - height:23px; -} -.metasploit_ne { - background: transparent url(/stylesheets/window-themes/default/window/titlebar-right-shaded-focused.png) no-repeat 0 0; - width:10px; - height:23px; -} -.metasploit_w { - background: transparent url(/stylesheets/window-themes/default/window/frame-left-focused.png) repeat-y top left; - width:5px; -} - -.metasploit_e { - background: transparent url(/stylesheets/window-themes/default/window/frame-right-focused.png) repeat-y top right; - width:5px; -} - -.metasploit_sw { - background: transparent url(/stylesheets/window-themes/default/window/frame-bottom-left-focused.png) no-repeat 0 0; - width:5px; - height:5px; -} -.metasploit_s { - background: transparent url(/stylesheets/window-themes/default/window/frame-bottom-mid-focused.png) repeat-x 0 0; - height:5px; -} -.metasploit_se, .metasploit_sizer { - background: transparent url(/stylesheets/window-themes/default/window/frame-bottom-right-focused.png) no-repeat 0 0; - width:5px; - height:5px; -} - -.metasploit_sizer { - cursor:se-resize; -} - -.metasploit_close { - width: 26px; - height: 23px; - background: transparent url(/stylesheets/window-themes/default/window/button-close-focused.png) no-repeat 0 0; - position:absolute; - top:0px; - right:5px; - cursor:pointer; - z-index:1000; -} - -.metasploit_minimize { - width: 26px; - height: 23px; - background: transparent url(/stylesheets/window-themes/default/window/button-minimize-focused.png) no-repeat 0 0; - position:absolute; - top:0px; - right:26px; - cursor:pointer; - z-index:1000; -} - -.metasploit_maximize { - width: 26px; - height: 23px; - background: transparent url(/stylesheets/window-themes/default/window/button-maximize-focused.png) no-repeat 0 0; - position:absolute; - top:0px; - right:47px; - cursor:pointer; - z-index:1000; -} - - -.metasploit_title { - float:left; - height:14px; - font-size:12px; - text-align:center; - margin-top:2px; - width:100%; - color:#FFF; -} - -.metasploit_content { - overflow:auto; - color: #444; - font-family: Trebuchet, Sans, Arial; - font-size: 14px; - background:#ddd; -} - -.top_draggable, .bottom_draggable { - cursor:move; -} - -.status_bar { - font-size:12px; -} -.status_bar input{ - font-size:12px; -} -/* DO NOT CHANGE THESE VALUES*/ -.dialog { - display: block; - position: absolute; -} - -.dialog table.table_window { - border-collapse: collapse; - border-spacing: 0; - width: 100%; - margin: 0px; - padding:0px; -} - -.dialog table.table_window td , .dialog table.table_window th { - padding: 0; -} - -.dialog .title_window { - -moz-user-select:none; -} diff --git a/data/msfweb/public/stylesheets/window-themes/default/window/button-close-focused.png b/data/msfweb/public/stylesheets/window-themes/default/window/button-close-focused.png deleted file mode 100644 index 7f8eb47c8322c80111dc32fb78fb4146d1791283..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 317 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)u!2%@r-<>`iNHHaOySp&_Z|^^|AIRe@@Q5sC zV30cq!iV>?NMQuI$&Cco}uXtu3PpfkNjzT^vI!PH(+z>vz~dgyDhy32}#4 zVpoI}N|Rr(T7+FmE^OqvsbjcN*)SyOt$=8o#e->o5;*TAJdOPK`iNHHaOySp&_Z|^^|AIRe@@Q5sC zV30cq!iV>?NMQuI$&Cco}tM*1T^12^5O)ba4!^IGwyET|w5skSEJm$H47z zebSWc#)~qN5^i_~bX)K8DOD`zFvH22WQ%mvv4FO#qF#KtKQh diff --git a/data/msfweb/public/stylesheets/window-themes/default/window/button-minimize-focused.png b/data/msfweb/public/stylesheets/window-themes/default/window/button-minimize-focused.png deleted file mode 100644 index 80bb2b5eb6047a27e240bcac9f234117162c0560..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 202 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)u!2%@r-<>`iNHHaOySp&_Z|^^|AIRe@@Q5sC zV30cq!iV>?NMQuI$&Cco}sh?=+T|0fnMHT^vI!PA9KPSCBO@rfa zf2ixVBVa{_u(=G>8%;4$j=d#Wzp$PzJT_%?R diff --git a/data/msfweb/public/stylesheets/window-themes/default/window/frame-bottom-mid-focused.png b/data/msfweb/public/stylesheets/window-themes/default/window/frame-bottom-mid-focused.png deleted file mode 100644 index ffa314b7aeb860e2ed2fc5c2dc25bda49559a6c2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 137 zcmeAS@N?(olHy`uVBq!ia0vp^AT}!p3y{2)yY(@UVoLIMcVYP7-hXC4kjGiz5n0T@ zz%2~Ij105pNB{-dOFVsD*{?Biix>!UubvYJ6q53EaSY+Oo*eS)d;?>|6vLwuGbB1h dQ;wvmG0aF{Dp<1Nv=>kngQu&X%Q~loCIASXBIf`A diff --git a/data/msfweb/public/stylesheets/window-themes/default/window/frame-bottom-right-focused.png b/data/msfweb/public/stylesheets/window-themes/default/window/frame-bottom-right-focused.png deleted file mode 100644 index 4c9a10bb8780edf9a6a09e06957b357175b9a5b6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 146 zcmeAS@N?(olHy`uVBq!ia0vp^tRT$60wmSb-sJ%)rX+877l!}s{b%+Ad7K3vk;M!Q zatA?}@o;8HFi?=a#M9T6{TdUuhykl$p@%Y1NZHfHF@)oKa>%dsXAS^C!SqJXLkS>| ibl_M@$S?k6CWaal=De@16D@(t89ZJ6T-G@yGywqIW+^lP diff --git a/data/msfweb/public/stylesheets/window-themes/default/window/frame-left-focused.png b/data/msfweb/public/stylesheets/window-themes/default/window/frame-left-focused.png deleted file mode 100644 index 667ec3fd647ca2e9505ba7ba9bcc07b4837e26fe..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 136 zcmeAS@N?(olHy`uVBq!ia0vp^tU%1g!2%?&8N}=cQcOwS?k)`f+xyS#2l6-zJR*x3 z7`TN%nDNrxx<5cc_7YEDSN3a6+#>phf9G%F018QZx;Tb#Tu%=9wf@WjASjsL*vZJ3 cag>GO$t)(*j8#vs0~IlNy85}Sb4q9e0F3b__W%F@ diff --git a/data/msfweb/public/stylesheets/window-themes/default/window/frame-right-focused.png b/data/msfweb/public/stylesheets/window-themes/default/window/frame-right-focused.png deleted file mode 100644 index dc047c55e3c60b6cb00fe7f682482cd884b8b55b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 136 zcmeAS@N?(olHy`uVBq!ia0vp^tU%1g!2%?&8N}=cQcOwS?k)`f+xyS#2l6-zJR*x3 z7`TN%nDNrxx<5cc_7YEDSN3a6+#>p_&t20>fkKj=E{-7_*ONnjtv_=B2nwb*b~5s1 b9A#m6GK diff --git a/data/msfweb/public/stylesheets/window-themes/default/window/titlebar-left-shaded-focused.png b/data/msfweb/public/stylesheets/window-themes/default/window/titlebar-left-shaded-focused.png deleted file mode 100644 index 597684a4dac0eca3c5c959609465ca7406bea5e3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 150 zcmeAS@N?(olHy`uVBq!ia0vp^AhtLM3y_>qELIGpn3BBRT^Rni_n+Ah`sfH70HmJ=K44;U+*Kbx#+^5Q)plA-~QyFh)p7_!zLvl-R%! p#j(l2V2`}T?e;AS%G++RF#IWIp0?|A>}#MF22WQ%mvv4FO#mF3DJ1{^ diff --git a/data/msfweb/public/stylesheets/window-themes/default/window/titlebar-mid-shaded-focused.png b/data/msfweb/public/stylesheets/window-themes/default/window/titlebar-mid-shaded-focused.png deleted file mode 100644 index 2db8ea1e50ee3a88aa5db7b75ef7b5179f1e8675..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 185 zcmeAS@N?(olHy`uVBq!ia0vp^Y(Ol|!2%?k{J;GLQcOwS?k)`f+xyS#2l6-zJR*x3 z7`TN&n2}-D90{Nxdx@v7EBiGjZV_FR{fAXpfkLt+t`Q~9`MJ5Nc_j?aMX8A;sVNHO znI#ztAsML(?w-B@?^9IsfC?2oT^vIsE+>clI?uqaqsC#zEX>?0Gwu5olUxUjo)Zh1 Z8Onv2r&S1?SqxOn;OXk;vd$@?2>`WFF%|#- diff --git a/data/msfweb/public/stylesheets/window-themes/default/window/titlebar-right-shaded-focused.png b/data/msfweb/public/stylesheets/window-themes/default/window/titlebar-right-shaded-focused.png deleted file mode 100644 index 19bdeb795c86e9a8f6faeed351653df7167da40f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 148 zcmeAS@N?(olHy`uVBq!ia0vp^AhtLM3y_>qELIGpn3BBRT^Rni_n+Ah`sfH70HmJ;Nt0&7MFZRZkbk5Q)plA-~QyFh=+ow45_AFic?F nB9Kz)uio7@UqN}>4Hky@+bl`b6U3B(8W=oX{an^LB{Ts5-uWje diff --git a/data/msfweb/public/stylesheets/window-themes/luminous/window.css b/data/msfweb/public/stylesheets/window-themes/luminous/window.css deleted file mode 100644 index cb03f85983..0000000000 --- a/data/msfweb/public/stylesheets/window-themes/luminous/window.css +++ /dev/null @@ -1,136 +0,0 @@ -/* - * Theme created by Mike Whitehead - */ -.overlay_metasploit { - background-color: #85BBEF; - filter:alpha(opacity=60); - -moz-opacity: 0.6; - opacity: 0.6; -} - -.metasploit_nw { - background: transparent url(/stylesheets/window-themes/luminous/window/window-top-left.gif) no-repeat 0 0; - width:10px; - height:23px; -} -.metasploit_n { - background: transparent url(/stylesheets/window-themes/luminous/window/window-top-bar.jpg) repeat-x 0 0; - height:23px; -} -.metasploit_ne { - background: transparent url(/stylesheets/window-themes/luminous/window/window-top-right.gif) no-repeat 0 0; - width:10px; - height:23px; -} -.metasploit_w { - background: transparent url(/stylesheets/window-themes/luminous/window/window-left.jpg) repeat-y top left; - width:5px; -} - -.metasploit_e { - background: transparent url(/stylesheets/window-themes/luminous/window/window-right.jpg) repeat-y top right; - width:5px; -} - -.metasploit_sw { - background: transparent url(/stylesheets/window-themes/luminous/window/window-bottom-left.jpg) no-repeat 0 0; - width:5px; - height:5px; -} -.metasploit_s { - background: transparent url(/stylesheets/window-themes/luminous/window/window-bottom-bar.jpg) repeat-x 0 0; - height:5px; -} -.metasploit_se, .metasploit_sizer { - background: transparent url(/stylesheets/window-themes/luminous/window/window-bottom-right.jpg) no-repeat 0 0; - width:5px; - height:5px; -} - -.metasploit_sizer { - cursor:se-resize; -} - -.metasploit_close { - width: 26px; - height: 23px; - background: transparent url(/stylesheets/window-themes/luminous/window/button-close-focused.png) no-repeat 0 0; - position:absolute; - top:0px; - right:5px; - cursor:pointer; - z-index:1000; -} - -.metasploit_minimize { - width: 26px; - height: 23px; - background: transparent url(/stylesheets/window-themes/luminous/window/button-minimize-focused.png) no-repeat 0 0; - position:absolute; - top:0px; - right:26px; - cursor:pointer; - z-index:1000; -} - -.metasploit_maximize { - width: 26px; - height: 23px; - background: transparent url(/stylesheets/window-themes/luminous/window/button-maximize-focused.png) no-repeat 0 0; - position:absolute; - top:0px; - right:47px; - cursor:pointer; - z-index:1000; -} - - -.metasploit_title { - float:left; - height:14px; - font-size:12px; - text-align:center; - margin-top:2px; - width:100%; - color:#FFF; -} - -.metasploit_content { - overflow:auto; - color: #444; - font-family: Trebuchet, Sans, Arial; - font-size: 14px; - background:#ddd; -} - -.top_draggable, .bottom_draggable { - cursor:move; -} - -.status_bar { - font-size:12px; -} -.status_bar input{ - font-size:12px; -} -/* DO NOT CHANGE THESE VALUES*/ -.dialog { - display: block; - position: absolute; -} - -.dialog table.table_window { - border-collapse: collapse; - border-spacing: 0; - width: 100%; - margin: 0px; - padding:0px; -} - -.dialog table.table_window td , .dialog table.table_window th { - padding: 0; -} - -.dialog .title_window { - -moz-user-select:none; -} diff --git a/data/msfweb/public/stylesheets/window-themes/luminous/window/button-close-focused.png b/data/msfweb/public/stylesheets/window-themes/luminous/window/button-close-focused.png deleted file mode 100644 index 7f8eb47c8322c80111dc32fb78fb4146d1791283..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 317 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)u!2%@r-<>`iNHHaOySp&_Z|^^|AIRe@@Q5sC zV30cq!iV>?NMQuI$&Cco}uXtu3PpfkNjzT^vI!PH(+z>vz~dgyDhy32}#4 zVpoI}N|Rr(T7+FmE^OqvsbjcN*)SyOt$=8o#e->o5;*TAJdOPK`iNHHaOySp&_Z|^^|AIRe@@Q5sC zV30cq!iV>?NMQuI$&Cco}tM*1T^12^5O)ba4!^IGwyET|w5skSEJm$H47z zebSWc#)~qN5^i_~bX)K8DOD`zFvH22WQ%mvv4FO#qF#KtKQh diff --git a/data/msfweb/public/stylesheets/window-themes/luminous/window/button-minimize-focused.png b/data/msfweb/public/stylesheets/window-themes/luminous/window/button-minimize-focused.png deleted file mode 100644 index 80bb2b5eb6047a27e240bcac9f234117162c0560..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 202 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)u!2%@r-<>`iNHHaOySp&_Z|^^|AIRe@@Q5sC zV30cq!iV>?NMQuI$&Cco}sh?=+T|0fnMHT^vI!PA9KPSCBO@rfa zf2ixVC5UDGKfoZ!!NAJE%FHOpz$D1XEXer(2tzc` z*{Fbv5nY5sfPsM>RgqB0lq+oPf(#7IoG22^EP{a(FA4=sy2SSX76T76BhV&hK?ZvU e1NHmCFZC5UDGKfoZ!!NAJE%FHOpz$D1XEXer(2ty*! z*{Fbv5nY5sfPs;PkrhdpiIJH_M2JC9m{n8^Xc$NqVF;t35Q8FC5UDGKfoZ!!NAJE%FHOpz$D1XEXer(2tyjs z*{Fbv5nY5s0O(ydW+Y)oK_*3J77L&ruXrz90t z(f_v?c!1iO1epaH>>1Sg$}j(_loj1K@7qe&YtALb(Oh;eyUr&VJyz%tIBV?LQP8#j q)GnW;CEmLxS_Pi`v9~~@r?&jubfbtZRY?rS?*+u~&YD&K|0V#e%RlS@ diff --git a/data/msfweb/public/stylesheets/window-themes/luminous/window/window-left.jpg b/data/msfweb/public/stylesheets/window-themes/luminous/window/window-left.jpg deleted file mode 100644 index 18dbaf89355c5f41a95900f43343389edcd6bf88..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 335 zcmex=C5UDGKfoZ!0dyiOGov5_lOQ9rAmjfd4BC5UDGKfoZ!0dyiOGov5_lOQ9rAmjfd3?V>g zqXI5QbP)~#21ZsCMJx#xSF(1qRCI60`re7C5UDGKfoZ!!642c&deytz$D1XEXer(2tyjs z*~~ykA^~;|POxQ2LJSP-oNNLN3@q%7$fAr3#R7wvgITY#O%nu$2pft)Ornf|L6?MC zCoxa{e~W>KnGt9yvmk>#!*O+1%ad#yb}UO%Fwt{7=vU-W=yTZViHyi|6?Ty`CVH+V zWujMw#b;cJxS{L;WU|k=B7tCdif*@>@t}6P{5}~u-JZ#3#YN8C+BNn0&4j#C!vnwd t>}w>p8Tp&U7-zi-pP$;e^U87NH#`1*NV;*-=3>Fw)hpv_r^)}n2>@j6TbKX< diff --git a/data/msfweb/public/stylesheets/window-themes/luminous/window/window-top-left.gif b/data/msfweb/public/stylesheets/window-themes/luminous/window/window-top-left.gif deleted file mode 100644 index 70292b70210f70b1459e19069f5d8e7d6cfa1789..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 351 zcmZ?wbhEHbMQM>B*r zGZ+Li*rhQDC@^SyGQ>_`$Xvhx1kSk(D)tO!Q4Ch`40^r{mhlY1jSRLa4A~1AtP&X9 z3mFooFa*>xn1nMJhcUS2GpIW=s5&q>WHM;FF(gi5a7tx}>t}GyWQb^Eu!>-?PhhZ( zVF+zx@ULJn3t|YWVelzt@W^9`?q;wE1sQ?^DE?$&WMD97&;iMV{KUXkb6|GCiWf3A z6Bi0FYFcnR`=vRr2y2~oIN`J`hke5aiyC27rWYnrn=E$T&v(!ATOXYDV~^aHSHJ)B z>NhpF2phF`bgCNk^!7;^Pn#rkM7cC%fSw<#O$+_hVUZ6DKtgG`PL)&R}rVlw~$ diff --git a/data/msfweb/public/stylesheets/window-themes/luminous/window/window-top-right.gif b/data/msfweb/public/stylesheets/window-themes/luminous/window/window-top-right.gif deleted file mode 100644 index 2e30fa9ccb36c2d3f51b5d1c5cbc7f8e58ae8054..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 351 zcmZ?wbhEHbMQM>B*r zGZ+Li*rhQDC@^SyGQ>_`$Xvhx1kSk(D)tO!Q4Ch`40^r{mhlY1jSRLa4A~1AtP&X9 z3mFooFa*>xn1nMJhcUS2GpIW=s5&q>WHM;FF(gi5a7tx}>t}GyWQb^Eu!>-?PhhZ( zVF+zx@ULJn3t|YWVelzt@W^9`?q;wE1sQ?^DE?$&WMD97&;iMV{KUXkbD-n-g}^&~ zCz>`fI4bnFWRy&PsK9>X&4UC>rhO0IKbO#$eVX&)+ar0~#V1Xv@hiXb?uSk4(f7X{ z^&6X-d5zlIJA@6odwNxkCrq3qWioZzbP26lv*(Cv%wMojQFqDGWjuN-SFIM;S+{-z azuD$3Th$DA?A)cyw09p9+d&ma25SIfvuGXw diff --git a/data/msfweb/public/stylesheets/window-themes/saloon/window.css b/data/msfweb/public/stylesheets/window-themes/saloon/window.css deleted file mode 100644 index 04b436eabf..0000000000 --- a/data/msfweb/public/stylesheets/window-themes/saloon/window.css +++ /dev/null @@ -1,136 +0,0 @@ -/* - * Theme ported by L.M.H. - */ -.overlay_metasploit { - background-color: #85BBEF; - filter:alpha(opacity=60); - -moz-opacity: 0.6; - opacity: 0.6; -} - -.metasploit_nw { - background: transparent url(/stylesheets/window-themes/saloon/window/titlebar-left-shaded-focused.gif) no-repeat 0 0; - width:10px; - height:23px; -} -.metasploit_n { - background: transparent url(/stylesheets/window-themes/saloon/window/titlebar-mid-shaded-focused.gif) repeat-x 0 0; - height:23px; -} -.metasploit_ne { - background: transparent url(/stylesheets/window-themes/saloon/window/titlebar-right-shaded-focused.gif) no-repeat 0 0; - width:10px; - height:23px; -} -.metasploit_w { - background: transparent url(/stylesheets/window-themes/saloon/window/frame-left-focused.gif) repeat-y top left; - width:5px; -} - -.metasploit_e { - background: transparent url(/stylesheets/window-themes/saloon/window/frame-right-focused.gif) repeat-y top right; - width:5px; -} - -.metasploit_sw { - background: transparent url(/stylesheets/window-themes/saloon/window/frame-bottom-left-focused.gif) no-repeat 0 0; - width:5px; - height:5px; -} -.metasploit_s { - background: transparent url(/stylesheets/window-themes/saloon/window/frame-bottom-mid-focused.gif) repeat-x 0 0; - height:5px; -} -.metasploit_se, .metasploit_sizer { - background: transparent url(/stylesheets/window-themes/saloon/window/frame-bottom-right-focused.gif) no-repeat 0 0; - width:5px; - height:5px; -} - -.metasploit_sizer { - cursor:se-resize; -} - -.metasploit_close { - width: 26px; - height: 23px; - background: transparent url(/stylesheets/window-themes/saloon/window/button-close-focused.gif) no-repeat 0 0; - position:absolute; - top:0px; - right:5px; - cursor:pointer; - z-index:1000; -} - -.metasploit_minimize { - width: 26px; - height: 23px; - background: transparent url(/stylesheets/window-themes/saloon/window/button-minimize-focused.gif) no-repeat 0 0; - position:absolute; - top:0px; - right:26px; - cursor:pointer; - z-index:1000; -} - -.metasploit_maximize { - width: 26px; - height: 23px; - background: transparent url(/stylesheets/window-themes/saloon/window/button-maximize-focused.gif) no-repeat 0 0; - position:absolute; - top:0px; - right:47px; - cursor:pointer; - z-index:1000; -} - - -.metasploit_title { - float:left; - height:14px; - font-size:12px; - text-align:center; - margin-top:2px; - width:100%; - color:#FFF; -} - -.metasploit_content { - overflow:auto; - color: #444; - font-family: Trebuchet, Sans, Arial; - font-size: 14px; - background:#ddd; -} - -.top_draggable, .bottom_draggable { - cursor:move; -} - -.status_bar { - font-size:12px; -} -.status_bar input{ - font-size:12px; -} -/* DO NOT CHANGE THESE VALUES*/ -.dialog { - display: block; - position: absolute; -} - -.dialog table.table_window { - border-collapse: collapse; - border-spacing: 0; - width: 100%; - margin: 0px; - padding:0px; -} - -.dialog table.table_window td , .dialog table.table_window th { - padding: 0; -} - -.dialog .title_window { - -moz-user-select:none; -} diff --git a/data/msfweb/public/stylesheets/window-themes/saloon/window/button-close-focused.gif b/data/msfweb/public/stylesheets/window-themes/saloon/window/button-close-focused.gif deleted file mode 100644 index bdb4e271c2a1df83a43d9c97bf8e424bc9d1efcc..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 187 zcmZ?wbhEHblwuHPSj5h-_4w__uRfl;_58`}Pg{=PK7acK0~jd&WMO1rU}w+)@jz-B zm>Vi~-T7y5%5!zB+Uv8XCN3I%Dv32m1X!G3Z(7&6ZNutI&3_tl(^l_mIG4z1E4ipBgSDGoL3OHPX}IhxY4N%9=FjD1um%80OH3dD diff --git a/data/msfweb/public/stylesheets/window-themes/saloon/window/button-maximize-focused.gif b/data/msfweb/public/stylesheets/window-themes/saloon/window/button-maximize-focused.gif deleted file mode 100644 index b72796d53e51ee27fdd2cba77a85f032f24847b1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 183 zcmZ?wbhEHblwuHPSj5h-_4w^`x1K+K_3_E;Pg{=PK7acK0~jd&WMO1rU}w+)@jz-B zm}@F_-T7y5%5!zB+Uv95ja@YQQZj0eEZ}R}uu9i^4&RG?->c5cAK;Va?Fm=j!E*3S z*A0fXJiDYrj;1tlwKgzHA4uAMLyPSJYxVxPjZ9Z`8*Ve^&bp>D<@|SpyIKF$o@-R( i#xyfjOVn1xMCN9(E2vIXYR~qZHbs2qtl5H`4Aua1r%W*b diff --git a/data/msfweb/public/stylesheets/window-themes/saloon/window/button-minimize-focused.gif b/data/msfweb/public/stylesheets/window-themes/saloon/window/button-minimize-focused.gif deleted file mode 100644 index 2657e967ba75d4ab4f3999e17b05bc0abed1a144..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 209 zcmZ?wbhEHblwuHP*v!dr?$+}Shi`5@etYAQn~z_8+;aT(lh>cl-+sY>11SDvVPs(7 zWY7W0gUn!HsWUj~xq7d~>$AJ(dua46=}sd?;m9$ooeJ&dfZI{I3S+RUwSO>^bvFIYHVkii-N<{eEF diff --git a/data/msfweb/public/stylesheets/window-themes/saloon/window/frame-bottom-left-focused.gif b/data/msfweb/public/stylesheets/window-themes/saloon/window/frame-bottom-left-focused.gif deleted file mode 100644 index eb642c7652f63db419c505078071067d7a92d41e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 56 zcmZ?wbhEHbWMyDwn8?6j6IHEX;HY5WWF1+h_>+YJ1av?INS=X-^NL)V@aYXfLaYqd E058)De*gdg diff --git a/data/msfweb/public/stylesheets/window-themes/saloon/window/frame-bottom-mid-focused.gif b/data/msfweb/public/stylesheets/window-themes/saloon/window/frame-bottom-mid-focused.gif deleted file mode 100644 index 9dfbc2e5fe385ff52a73fcdb9459dfdbb9cc0754..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 63 zcmZ?wbhEHb+YJ1av?INS=X7AS6%GjQOtIgb%J2 L^NqMWnHa1Agl`P& diff --git a/data/msfweb/public/stylesheets/window-themes/saloon/window/frame-bottom-right-focused.gif b/data/msfweb/public/stylesheets/window-themes/saloon/window/frame-bottom-right-focused.gif deleted file mode 100644 index 990fda1852439a26f0bd965814855c28ec7bd826..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 57 zcmZ?wbhEHbWMyDwn8?7OVBlmERjpv)XdPLl_>+YJ1av?INS=X-E5xjfx#Jm&K!^x~ FH2^Xm3Jw4O diff --git a/data/msfweb/public/stylesheets/window-themes/saloon/window/frame-left-focused.gif b/data/msfweb/public/stylesheets/window-themes/saloon/window/frame-left-focused.gif deleted file mode 100644 index 25959b0f06e0c37645379699666b23e57b91296f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 65 zcmZ?wbhEHbWM$xDn8?7OVBlyIRjpv)WF1+h_>+YJ1av?INS=X7=!#yOKnCv(j+Z?* O)=6n@dBw=eU=0AUP7eYA diff --git a/data/msfweb/public/stylesheets/window-themes/saloon/window/frame-right-focused.gif b/data/msfweb/public/stylesheets/window-themes/saloon/window/frame-right-focused.gif deleted file mode 100644 index 81189c91e6fcd7c6ec57ea56de2bfb47187ee5dd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 66 zcmZ?wbhEHbWM$xDn8?7OVBlyIRjpv)WF1+h_>+YJ1av?INS=X7_=*^VMU~<;K_!KN Oe804Bf{_V~4Auap9Su$Z diff --git a/data/msfweb/public/stylesheets/window-themes/saloon/window/titlebar-left-shaded-focused.gif b/data/msfweb/public/stylesheets/window-themes/saloon/window/titlebar-left-shaded-focused.gif deleted file mode 100644 index 72d22e9051f66a7e33410960aebcfa8178891fe7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 131 zcmZ?wbhEHbfp$q?Uo%gM(?$ zs$>>R+oS+_~=#iqMytrF`bY{YV` bZ>?5a&9~g(`A7Aqg^m7=Hy(O0FjxZsvREo9 diff --git a/data/msfweb/public/stylesheets/window-themes/saloon/window/titlebar-mid-shaded-focused.gif b/data/msfweb/public/stylesheets/window-themes/saloon/window/titlebar-mid-shaded-focused.gif deleted file mode 100644 index 1d827a761b71c06fc9fa283fd5c1bf582b6c4b0c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 98 zcmZ?wbhEHbWMdF#Sj51fVBn}=;N+e?**$xbO;ojYWEBG#DE?#t(>fp$q?UnMokQ?~ sQT_?e*TNF#S1(m_m1tu1n6P-oH0{^RGPGu`jhUxqcl^O74NeAY08dpK(*OVf diff --git a/data/msfweb/public/stylesheets/window-themes/saloon/window/titlebar-right-shaded-focused.gif b/data/msfweb/public/stylesheets/window-themes/saloon/window/titlebar-right-shaded-focused.gif deleted file mode 100644 index 0125e4a9468fd86338c33134df12ef8dd6b6ad36..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 133 zcmZ?wbhEHbfp$q?Uo%OGD_i zPQwY!hb$X~_E>X-h&2YPF}GP`sOIf3j8Z^byrmbK62fDnT2DL(T*xs)nv=mA0Oe6A#sB~S diff --git a/data/msfweb/public/stylesheets/window-themes/wooden/window.css b/data/msfweb/public/stylesheets/window-themes/wooden/window.css deleted file mode 100644 index ef17860463..0000000000 --- a/data/msfweb/public/stylesheets/window-themes/wooden/window.css +++ /dev/null @@ -1,136 +0,0 @@ -/* - * Theme ported by L.M.H. - */ -.overlay_metasploit { - background-color: #85BBEF; - filter:alpha(opacity=60); - -moz-opacity: 0.6; - opacity: 0.6; -} - -.metasploit_nw { - background: transparent url(/stylesheets/window-themes/wooden/window/titlebar-left-shaded-focused.png) no-repeat 0 0; - width:10px; - height:23px; -} -.metasploit_n { - background: transparent url(/stylesheets/window-themes/wooden/window/titlebar-mid-shaded-focused.png) repeat-x 0 0; - height:23px; -} -.metasploit_ne { - background: transparent url(/stylesheets/window-themes/wooden/window/titlebar-right-shaded-focused.png) no-repeat 0 0; - width:10px; - height:23px; -} -.metasploit_w { - background: transparent url(/stylesheets/window-themes/wooden/window/frame-left-focused.png) repeat-y top left; - width:5px; -} - -.metasploit_e { - background: transparent url(/stylesheets/window-themes/wooden/window/frame-right-focused.png) repeat-y top right; - width:5px; -} - -.metasploit_sw { - background: transparent url(/stylesheets/window-themes/wooden/window/frame-bottom-left-focused.png) no-repeat 0 0; - width:5px; - height:5px; -} -.metasploit_s { - background: transparent url(/stylesheets/window-themes/wooden/window/frame-bottom-mid-focused.png) repeat-x 0 0; - height:5px; -} -.metasploit_se, .metasploit_sizer { - background: transparent url(/stylesheets/window-themes/wooden/window/frame-bottom-right-focused.png) no-repeat 0 0; - width:5px; - height:5px; -} - -.metasploit_sizer { - cursor:se-resize; -} - -.metasploit_close { - width: 26px; - height: 23px; - background: transparent url(/stylesheets/window-themes/wooden/window/button-close-focused.png) no-repeat 0 0; - position:absolute; - top:0px; - right:5px; - cursor:pointer; - z-index:1000; -} - -.metasploit_minimize { - width: 26px; - height: 23px; - background: transparent url(/stylesheets/window-themes/wooden/window/button-minimize-focused.png) no-repeat 0 0; - position:absolute; - top:0px; - right:26px; - cursor:pointer; - z-index:1000; -} - -.metasploit_maximize { - width: 26px; - height: 23px; - background: transparent url(/stylesheets/window-themes/wooden/window/button-maximize-focused.png) no-repeat 0 0; - position:absolute; - top:0px; - right:47px; - cursor:pointer; - z-index:1000; -} - - -.metasploit_title { - float:left; - height:14px; - font-size:12px; - text-align:center; - margin-top:2px; - width:100%; - color:#FFF; -} - -.metasploit_content { - overflow:auto; - color: #444; - font-family: Trebuchet, Sans, Arial; - font-size: 14px; - background:#ddd; -} - -.top_draggable, .bottom_draggable { - cursor:move; -} - -.status_bar { - font-size:12px; -} -.status_bar input{ - font-size:12px; -} -/* DO NOT CHANGE THESE VALUES*/ -.dialog { - display: block; - position: absolute; -} - -.dialog table.table_window { - border-collapse: collapse; - border-spacing: 0; - width: 100%; - margin: 0px; - padding:0px; -} - -.dialog table.table_window td , .dialog table.table_window th { - padding: 0; -} - -.dialog .title_window { - -moz-user-select:none; -} diff --git a/data/msfweb/public/stylesheets/window-themes/wooden/window/button-close-focused.png b/data/msfweb/public/stylesheets/window-themes/wooden/window/button-close-focused.png deleted file mode 100644 index 7f8eb47c8322c80111dc32fb78fb4146d1791283..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 317 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)u!2%@r-<>`iNHHaOySp&_Z|^^|AIRe@@Q5sC zV30cq!iV>?NMQuI$&Cco}uXtu3PpfkNjzT^vI!PH(+z>vz~dgyDhy32}#4 zVpoI}N|Rr(T7+FmE^OqvsbjcN*)SyOt$=8o#e->o5;*TAJdOPK`iNHHaOySp&_Z|^^|AIRe@@Q5sC zV30cq!iV>?NMQuI$&Cco}tM*1T^12^5O)ba4!^IGwyET|w5skSEJm$H47z zebSWc#)~qN5^i_~bX)K8DOD`zFvH22WQ%mvv4FO#qF#KtKQh diff --git a/data/msfweb/public/stylesheets/window-themes/wooden/window/button-minimize-focused.png b/data/msfweb/public/stylesheets/window-themes/wooden/window/button-minimize-focused.png deleted file mode 100644 index 80bb2b5eb6047a27e240bcac9f234117162c0560..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 202 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)u!2%@r-<>`iNHHaOySp&_Z|^^|AIRe@@Q5sC zV30cq!iV>?NMQuI$&Cco}sh?=+T|0fnMHT^vI!PA9KPSCBO@rfa zf2ixVBVa{_u(=G>8%;4$j=d#Wzp$PzJT_%?R diff --git a/data/msfweb/public/stylesheets/window-themes/wooden/window/frame-bottom-mid-focused.png b/data/msfweb/public/stylesheets/window-themes/wooden/window/frame-bottom-mid-focused.png deleted file mode 100644 index ffa314b7aeb860e2ed2fc5c2dc25bda49559a6c2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 137 zcmeAS@N?(olHy`uVBq!ia0vp^AT}!p3y{2)yY(@UVoLIMcVYP7-hXC4kjGiz5n0T@ zz%2~Ij105pNB{-dOFVsD*{?Biix>!UubvYJ6q53EaSY+Oo*eS)d;?>|6vLwuGbB1h dQ;wvmG0aF{Dp<1Nv=>kngQu&X%Q~loCIASXBIf`A diff --git a/data/msfweb/public/stylesheets/window-themes/wooden/window/frame-bottom-right-focused.png b/data/msfweb/public/stylesheets/window-themes/wooden/window/frame-bottom-right-focused.png deleted file mode 100644 index 4c9a10bb8780edf9a6a09e06957b357175b9a5b6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 146 zcmeAS@N?(olHy`uVBq!ia0vp^tRT$60wmSb-sJ%)rX+877l!}s{b%+Ad7K3vk;M!Q zatA?}@o;8HFi?=a#M9T6{TdUuhykl$p@%Y1NZHfHF@)oKa>%dsXAS^C!SqJXLkS>| ibl_M@$S?k6CWaal=De@16D@(t89ZJ6T-G@yGywqIW+^lP diff --git a/data/msfweb/public/stylesheets/window-themes/wooden/window/frame-left-focused.png b/data/msfweb/public/stylesheets/window-themes/wooden/window/frame-left-focused.png deleted file mode 100644 index 667ec3fd647ca2e9505ba7ba9bcc07b4837e26fe..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 136 zcmeAS@N?(olHy`uVBq!ia0vp^tU%1g!2%?&8N}=cQcOwS?k)`f+xyS#2l6-zJR*x3 z7`TN%nDNrxx<5cc_7YEDSN3a6+#>phf9G%F018QZx;Tb#Tu%=9wf@WjASjsL*vZJ3 cag>GO$t)(*j8#vs0~IlNy85}Sb4q9e0F3b__W%F@ diff --git a/data/msfweb/public/stylesheets/window-themes/wooden/window/frame-right-focused.png b/data/msfweb/public/stylesheets/window-themes/wooden/window/frame-right-focused.png deleted file mode 100644 index dc047c55e3c60b6cb00fe7f682482cd884b8b55b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 136 zcmeAS@N?(olHy`uVBq!ia0vp^tU%1g!2%?&8N}=cQcOwS?k)`f+xyS#2l6-zJR*x3 z7`TN%nDNrxx<5cc_7YEDSN3a6+#>p_&t20>fkKj=E{-7_*ONnjtv_=B2nwb*b~5s1 b9A#m6GK diff --git a/data/msfweb/public/stylesheets/window-themes/wooden/window/titlebar-left-shaded-focused.png b/data/msfweb/public/stylesheets/window-themes/wooden/window/titlebar-left-shaded-focused.png deleted file mode 100644 index 597684a4dac0eca3c5c959609465ca7406bea5e3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 150 zcmeAS@N?(olHy`uVBq!ia0vp^AhtLM3y_>qELIGpn3BBRT^Rni_n+Ah`sfH70HmJ=K44;U+*Kbx#+^5Q)plA-~QyFh)p7_!zLvl-R%! p#j(l2V2`}T?e;AS%G++RF#IWIp0?|A>}#MF22WQ%mvv4FO#mF3DJ1{^ diff --git a/data/msfweb/public/stylesheets/window-themes/wooden/window/titlebar-mid-shaded-focused.png b/data/msfweb/public/stylesheets/window-themes/wooden/window/titlebar-mid-shaded-focused.png deleted file mode 100644 index 2db8ea1e50ee3a88aa5db7b75ef7b5179f1e8675..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 185 zcmeAS@N?(olHy`uVBq!ia0vp^Y(Ol|!2%?k{J;GLQcOwS?k)`f+xyS#2l6-zJR*x3 z7`TN&n2}-D90{Nxdx@v7EBiGjZV_FR{fAXpfkLt+t`Q~9`MJ5Nc_j?aMX8A;sVNHO znI#ztAsML(?w-B@?^9IsfC?2oT^vIsE+>clI?uqaqsC#zEX>?0Gwu5olUxUjo)Zh1 Z8Onv2r&S1?SqxOn;OXk;vd$@?2>`WFF%|#- diff --git a/data/msfweb/public/stylesheets/window-themes/wooden/window/titlebar-right-shaded-focused.png b/data/msfweb/public/stylesheets/window-themes/wooden/window/titlebar-right-shaded-focused.png deleted file mode 100644 index 19bdeb795c86e9a8f6faeed351653df7167da40f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 148 zcmeAS@N?(olHy`uVBq!ia0vp^AhtLM3y_>qELIGpn3BBRT^Rni_n+Ah`sfH70HmJ;Nt0&7MFZRZkbk5Q)plA-~QyFh=+ow45_AFic?F nB9Kz)uio7@UqN}>4Hky@+bl`b6U3B(8W=oX{an^LB{Ts5-uWje diff --git a/data/msfweb/public/stylesheets/windows.css b/data/msfweb/public/stylesheets/windows.css deleted file mode 100644 index 3336b4ad22..0000000000 --- a/data/msfweb/public/stylesheets/windows.css +++ /dev/null @@ -1,205 +0,0 @@ -/* - * Copyright (c) 2006 LMH - * Added to Metasploit under the terms of the Metasploit Framework License v1.2 - * Additions Copyright (C) 2006-2007 Metasploit LLC -*/ - -body { - background: #fff; - color: #000; - font-family: Sans, Arial, sans-serif; - font-size: 10pt; -} - -thead { - background: #DCDCDC; - color: #5E5E5E; - border: 1px solid #858585; -} - -table { - background: #FAFAFA; - color: #000; -} - -table .itemTitle { - background: #666666 url(/images/bullet_go.png) left no-repeat; - color: #fff; - padding-top: 6px; - padding-right: 6px; - padding-bottom: 6px; - padding-left: 16px; - text-align: center; - border: 1px solid #AAAAAA; -} - -table .itemTitle:hover { - background: #404040 url(/images/bullet_wrench.png) left no-repeat; - color: #fff; -} - - - -table .itemTitle a, -table .itemTitle a:hover { - color: #fff; - background-color: inherit; - text-decoration: none; - font-size: 9pt; -} - -table .itemDescription { - background: #EDEDED; - color: #000; - padding: 5px; - border: 1px solid #ccc; -} - -table .itemDescription:hover { - background: #CAE1FF; - color: #000; -} - - -table .moduleTitle { - padding-top: 1em; - color: black; -} - -table .moduleTitle img { - float: right; -} -table .moduleTitle a { - color: #444444; - background-color: inherit; - text-decoration: none; - font-size: 16px; - font-weight: bold; - float: left; -} - -table .moduleTitle a:hover { - color: #444444; - background-color: #faffab; - font-size: 16px; - font-weight: bold; - float: left; -} - -table .moduleDescription { - background: #EDEDED; - color: #000; - padding: 5px; - border: 1px solid #ccc; - text-align: justify; - font-size: 12px; -} - - -#module-search-box span { - font-variant: small-caps; - font-weight: bold; - font-size: 18px; - text-align: center; - color: #444444; - padding-left: 25px; -} - -#module-search-box input { -/* - background-image: url(/images/zoom.png); - background-position: 5px; - background-repeat: no-repeat; - padding-left: 2em; - height: 18px; -*/ - padding: 2px 2px 2px 6px; - border: 1px solid #444; - background: #eeeeee; -} - -#search_results { - padding-top: 1em; -} - -table.moduleInfo tr td { - -} - -p.moduleName { - color: #444444; - background-color: inherit; - text-decoration: none; - font-size: 16px; - font-weight: bold; - text-align: center; -} - -p.moduleError { - background-color: inherit; - text-decoration: none; - font-size: 14px; - font-weight: bold; - text-align: center; - color: red; -} - -p.moduleName .moduleVersion { - font-size: 9px; -} - -p.moduleDescription { - background: #EDEDED; - color: #000; - padding: 5px; - border: 1px solid #ccc; - text-align: justify; - font-size: 10pt; -} - -.moduleReferences { - list-style: circle; -} - -.moduleTargetsText { - list-style: circle; - font-weight: bold; - background: #333333; - color: white; - padding: 0.25em; -} - -.moduleTargets { - list-style: circle; - font-weight: bold; -} - -.moduleIcons { - float: left; -} - -th.moduleOptionsHeader { - background: #ddd; - color: #000; - text-transform: uppercase; - margin-top: 1em; - margin-bottom: 1em; -} - -.item_row_col_a { - background: white; - padding: 0.25em; -} - -.item_row_col_b { - background: #eeeeee; - padding: 0.25em; -} - -.opt_name { - font-weight: bold; -} - -.opt_required { - color: red; -}