Describe the bug
The "modify shell startup files" PBA fails on Windows. This is likely the same issue as #1405.
To Reproduce
Steps to reproduce the behavior:
- Run Monkey Island
- Configure to run just modify shell startup files PBA
1 Check Security report for PBA explanation
Expected behavior
This PBA sohuld execute modify_powershell_startup_file.ps1.
Machine version (please complete the following information):
Root cause
This is very likely caused by the requisite script being left out of the agent binary. The script probably needs to be added to:
|
datas=[("../common/BUILD", "/common")], |
Describe the bug
The "modify shell startup files" PBA fails on Windows. This is likely the same issue as #1405.
To Reproduce
Steps to reproduce the behavior:
1 Check Security report for PBA explanation
Expected behavior
This PBA sohuld execute
modify_powershell_startup_file.ps1.Machine version (please complete the following information):
Root cause
This is very likely caused by the requisite script being left out of the agent binary. The script probably needs to be added to:
monkey/monkey/infection_monkey/monkey.spec
Line 21 in dd390ff