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