remove the full stop to make it easier to copy andpast the password (and not accidentaly copy the full stop charachter)

This commit is contained in:
sfewer-r7 2024-02-22 14:52:18 +00:00
parent eded0e7788
commit 8b4fee010c
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ class MetasploitModule < Msf::Exploit::Remote
fail_with(Failure::UnexpectedReply, 'Unexpected reply from create account step in setup wizard.')
end
print_status("Created account: #{admin_username}:#{admin_password}. Note: This account will not be deleted by the module.")
print_status("Created account: #{admin_username}:#{admin_password} (Note: This account will not be deleted by the module)")
#
# 4. Log in with this account to get an authenticated HTTP session.