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 b178ce1 commit aceba9fCopy full SHA for aceba9f
lib/msf/core/exploit/mixins.rb
@@ -1,5 +1,5 @@
1
# -*- coding: binary -*-
2
-# $Id$
+# $Id: mixins.rb 16142 2012-11-30 19:45:04Z rapid7 $
3
#
4
# All exploit mixins should be added to the list below
5
lib/rex/exploitation/cmdstager/bourne.rb
@@ -21,8 +21,6 @@ def initialize(exe)
21
22
def generate(opts = {})
23
opts[:temp] = opts[:temp] || '/tmp/'
24
- opts[:temp] = opts[:temp].gsub(/'/, "\\\\'")
25
- opts[:temp] = opts[:temp].gsub(/ /, "\\ ")
26
super
27
end
28
0 commit comments