speel more godoer
git-svn-id: file:///home/svn/framework3/trunk@9080 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
6fec79926c
commit
5aea21fcb8
|
@ -1,6 +1,6 @@
|
|||
// Singleton class TooltipWindow
|
||||
// This class works with special className. The tooltip content could be in your HTML page as an hidden element or
|
||||
// can be retreive by an AJAX call.
|
||||
// can be retrieve by an AJAX call.
|
||||
//
|
||||
// To work, You just need to set two class name on elements that should show tooltips
|
||||
// - One to say to TooltipManager that this element must have a tooltip ('tooltip' by default)
|
||||
|
|
|
@ -56,7 +56,7 @@ module Ui
|
|||
|
||||
###
|
||||
#
|
||||
# This class help us to retreive all glade widgets and place them in your user instance
|
||||
# This class help us to retrieve all glade widgets and place them in your user instance
|
||||
# like @windows, @widget, ...
|
||||
#
|
||||
###
|
||||
|
|
|
@ -77,7 +77,7 @@ class Metasploit3 < Msf::Auxiliary
|
|||
end
|
||||
|
||||
def run
|
||||
print_status("Attempting to retreive #{datastore['RPATH']}...")
|
||||
print_status("Attempting to retrieve #{datastore['RPATH']}...")
|
||||
|
||||
lfd = File.open(datastore['LPATH'], 'w')
|
||||
|
||||
|
|
|
@ -106,7 +106,7 @@ class Metasploit3 < Msf::Auxiliary
|
|||
elsif banner
|
||||
print_status("#{target_host}:#{rport}, VNC server protocol version : \"#{banner.chomp}\", not supported!")
|
||||
else
|
||||
print_error("#{target_host}:#{rport}, failed to retreive banner")
|
||||
print_error("#{target_host}:#{rport}, failed to retrieve banner")
|
||||
end
|
||||
|
||||
ensure
|
||||
|
|
Loading…
Reference in New Issue