Fix a bone-headed error when adding http evasion, this fixes #31
git-svn-id: file:///home/svn/framework3/trunk@4459 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
819e24edd6
commit
2db1945637
|
@ -238,6 +238,7 @@ class Client
|
||||||
# Read a response from the server
|
# Read a response from the server
|
||||||
#
|
#
|
||||||
def read_response(t = -1)
|
def read_response(t = -1)
|
||||||
|
|
||||||
resp = Response.new
|
resp = Response.new
|
||||||
resp.max_data = config['read_max_data']
|
resp.max_data = config['read_max_data']
|
||||||
|
|
||||||
|
@ -435,7 +436,7 @@ class Client
|
||||||
ret = Rex::Text.to_rand_base(ret)
|
ret = Rex::Text.to_rand_base(ret)
|
||||||
end
|
end
|
||||||
|
|
||||||
ret += "\r\n"
|
ret
|
||||||
end
|
end
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue