We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 403eae3 commit abdd72eCopy full SHA for abdd72e
spec/lib/msf/http/jboss/bean_shell_scripts_spec.rb renamed to spec/lib/msf/http/jboss/scripts_spec.rb
@@ -4,7 +4,7 @@
4
require 'msf/core'
5
require 'msf/http/jboss'
6
7
-describe Msf::HTTP::JBoss::BeanShellScripts do
+describe Msf::HTTP::JBoss::Scripts do
8
subject do
9
mod = ::Msf::Exploit.new
10
mod.extend Msf::HTTP::JBoss
@@ -17,7 +17,7 @@
17
it { expect(subject.generate_bsh(:create, {})).to include('String jboss_home = System.getProperty("jboss.server.home.dir");') }
18
end
19
20
- context "when :create type is used" do
+ context "when :delete type is used" do
21
it { expect(subject.generate_bsh(:delete, {})).to include('String jboss_home = System.getProperty("jboss.server.home.dir");') }
22
23
0 commit comments