Skip to content

Commit df24090

Browse files
committed
fix typo in message
1 parent ab913b0 commit df24090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/admin/misc/brother_default_admin_auth_bypass_cve_2024_51978.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ def validate_password(password)
352352
end
353353

354354
unless res.body =~ /input type="password" id="LogBox" name="([^"]+)"/
355-
vprint_error('Failed to extract login form LogBox name. Some models do not have an initial password set. Visit the web interface to exhamine further.')
355+
vprint_error('Failed to extract login form LogBox name. Some models do not have an initial password set. Visit the web interface to examine further.')
356356
return Metasploit::Model::Login::Status::UNABLE_TO_CONNECT
357357
end
358358

0 commit comments

Comments
 (0)