We in metasploit land now

This commit is contained in:
Spencer McIntyre 2022-05-25 09:16:19 -04:00
parent c41387dcbb
commit 8f8dc4baaf
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ require 'ruby_smb'
# we just need *a* default encoding to handle the strings from the NTLM messages
Encoding.default_internal = 'UTF-8' if Encoding.default_internal.nil?
options = RubySMB::Server::Cli.parse(defaults: { share_path: '.' }) do |options, parser|
options = RubySMB::Server::Cli.parse(defaults: { share_path: '.', username: 'metasploit' }) do |options, parser|
parser.banner = <<~EOS
Usage: #{File.basename(__FILE__)} [options]