See #509
git-svn-id: file:///home/svn/framework3/trunk@7535 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
b4d04ab22d
commit
58711ec7ad
|
@ -187,8 +187,6 @@ module Exploit::Remote::SMB
|
||||||
return nil if bcnt > blen
|
return nil if bcnt > blen
|
||||||
return nil if pcnt < 3
|
return nil if pcnt < 3
|
||||||
|
|
||||||
return resp
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# The correct way, which leads to invalid offsets :-(
|
# The correct way, which leads to invalid offsets :-(
|
||||||
#
|
#
|
||||||
|
@ -204,6 +202,9 @@ module Exploit::Remote::SMB
|
||||||
#end
|
#end
|
||||||
#
|
#
|
||||||
#providers
|
#providers
|
||||||
|
|
||||||
|
return resp
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
# This method performs an extensive set of fingerprinting operations
|
# This method performs an extensive set of fingerprinting operations
|
||||||
|
|
Loading…
Reference in New Issue