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

[BUG] Excluding parameter computername for all modules #475

Open
ilanisme opened this issue Aug 23, 2021 · 0 comments
Open

[BUG] Excluding parameter computername for all modules #475

ilanisme opened this issue Aug 23, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@ilanisme
Copy link

ilanisme commented Aug 23, 2021

Empire Version

  • Empire 4.0.1

OS Information (Linux flavor, Python version)

  • OS: kali
  • Python:

Describe the bug

if key.lower() != "agent" and key.lower() != "computername" and key.lower() != "outputfunction":

Hey, I have a specific module that uses ComputerName as a parameter and eventually i found out that this parameter is excluded and not forwarded to the module itself, what is the reason for that? thanks.

To Reproduce

Steps to reproduce the behavior:

  1. Choose any module that has computername as one of its parameters
  2. Execute module
  3. The module will run without the parameter computername

Expected behavior

Pass the computername parameter to the powershell script

Screenshots

If applicable, add screenshots to help explain your problem.

Additional context

Add any other context about the problem here.

@ilanisme ilanisme added the bug Something isn't working label Aug 23, 2021
vinnybod pushed a commit that referenced this issue Nov 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant