Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Command type msf-module in includes.yml example throws Type Error #86

Open
thorinaboenke opened this issue Jun 17, 2024 · 0 comments
Open

Comments

@thorinaboenke
Copy link
Contributor

thorinaboenke commented Jun 17, 2024

Executing the Example playbook include.yml the command type msf-module in gather_commands.yml:
The prepare_exploit() functions throws an Type Error "Module or Module Type is Unknown: Value must be an integer not 'str'"

image

How to reproduce:
attackm8 --debug includes.yml

content of gather_commands.yml:

commands:
  - type: msf-module
    cmd: post/linux/gather/enum_users_history
    options:
      SESSION: $GATHER_SESSION

manually using the exploit in msf console works fine
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant