git-svn-id: file:///home/svn/framework3/trunk@7535 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2009-11-16 18:28:45 +00:00
parent b4d04ab22d
commit 58711ec7ad
1 changed files with 3 additions and 2 deletions

View File

@ -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