Skip to content

Commit

Permalink
fix(msfconsole): bug fixes (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocervell authored Nov 26, 2024
1 parent b3e7327 commit a54077d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion secator/tasks/msfconsole.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def on_init(self):

# Nothing passed, error out
else:
raise ValueError('At least one of "inline_script" or "resource_script" must be passed.')
raise ValueError('At least one of "execute_command" or "resource" must be passed.')


# TODO: This is better as it goes through an RPC API to communicate with
Expand Down

0 comments on commit a54077d

Please sign in to comment.