Cant handle space characters either
parent
a42e97395b
commit
92f779ed1b
|
@ -30,7 +30,7 @@ class Metasploit3 < Msf::Encoder
|
|||
return buf
|
||||
end
|
||||
|
||||
if state.badchars.include? '-'
|
||||
if (state.badchars.include? '-') || (state.badchars.include? ' ')
|
||||
return buf
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue