Add in myworkspace.id patch for the other missing modules

This commit is contained in:
Grant Willcox
2020-10-07 17:08:00 -05:00
parent a69ce8ae04
commit 339c1941ef
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -181,7 +181,7 @@ class MetasploitModule < Msf::Post
address: proxyhost,
port: proxyport,
protocol: 'tcp',
workspace_id: myworkspace.id,
workspace_id: myworkspace_id,
origin_type: :service,
private_type: :password,
private_data: proxypass,