Skip to content

Commit 78e4677

Browse files
committed
Oops it blew up
1 parent a0aa613 commit 78e4677

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/exploits/windows/http/ca_arcserve_rpc_authbypass.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,8 @@ def report_cred(opts)
7070
credential_data = {
7171
module_fullname: fullname,
7272
post_reference_name: self.refname,
73-
session_id: session_db_id,
74-
origin_type: :session,
7573
private_data: opts[:password],
74+
origin_type: :service,
7675
private_type: :password,
7776
username: opts[:user]
7877
}.merge(service_data)

0 commit comments

Comments
 (0)