You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Choose any module that has computername as one of its parameters
Execute module
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.
The text was updated successfully, but these errors were encountered:
Empire Version
OS Information (Linux flavor, Python version)
Describe the bug
Empire/empire/server/common/modules.py
Line 246 in ce332b5
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:
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.
The text was updated successfully, but these errors were encountered: