Fix "username" key to add login in creds database

This commit is contained in:
Crypt0-M3lon 2016-06-08 10:38:38 +02:00
parent db85f25998
commit eaaa9177d5
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ class MetasploitModule < Msf::Post
origin_type: :session,
private_data: opts[:password],
private_type: :password,
username: opts[:user]
username: opts[:username]
}.merge(service_data)
login_data = {