Skip to content

Commit

Permalink
Revert "Fix spec like I shoulda done before landing #5736"
Browse files Browse the repository at this point in the history
This reverts commit 956c8e5.

Conflicts:
	spec/lib/rex/exploitation/cmdstager/certutil_spec.rb
  • Loading branch information
egypt committed Sep 3, 2015
1 parent 82b27c9 commit 1e6a1f6
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions modules/exploits/multi/http/jenkins_script_console.rb
Expand Up @@ -35,13 +35,7 @@ def initialize(info = {})
'Platform' => %w{ win linux unix },
'Targets' =>
[
['Windows',
{
'Arch' => [ ARCH_X86_64, ARCH_X86 ],
'Platform' => 'win',
'CmdStagerFlavor' => [ 'certutil', 'vbs' ]
}
],
['Windows', {'Arch' => ARCH_X86, 'Platform' => 'win', 'CmdStagerFlavor' => 'vbs'}],
['Linux', {'Arch' => ARCH_X86, 'Platform' => 'linux' }],
['Unix CMD', {'Arch' => ARCH_CMD, 'Platform' => 'unix', 'Payload' => {'BadChars' => "\x22"}}]
],
Expand Down

0 comments on commit 1e6a1f6

Please sign in to comment.