Skip to content

Commit 0b6d305

Browse files
committed
fix typos in comments
1 parent 9d5ea1f commit 0b6d305

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/auxiliary/gather/progress_moveit_sftp_fileread_cve_2024_5806.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ def initialize(info = {})
5555
)
5656
end
5757

58-
# This method will be used by net/ssh when creating a new TCP socket. We neet this so the net/ssh library will
59-
# honor Metasploits network pivots, and route a connection through the expected session if applicable.
58+
# This method will be used by net/ssh when creating a new TCP socket. We need this so the net/ssh library will
59+
# honor Metasploit's network pivots, and route a connection through the expected session if applicable.
6060
def open(host, port, _connection_options = nil)
6161
vprint_status("Creating Rex::Socket::Tcp to #{host}:#{port}...")
6262
Rex::Socket::Tcp.create(

0 commit comments

Comments
 (0)