redcanaryco / invoke-atomicredteam

Invoke-AtomicRedTeam is a PowerShell module to execute tests as defined in the [atomics folder](https://github.com/redcanaryco/atomic-red-team/tree/master/atomics) of Red Canary's Atomic Red Team project.
MIT License
818 stars 194 forks source link

Atomic-GUI Error #44

Closed DefSecSentinel closed 3 years ago

DefSecSentinel commented 4 years ago

Everything else works perfectly. When I run Start-Atomic GUI I receive the following error. I have tried specifying a different port but I continue to receive this error and am unable to access the GUI. I've also tried re-installing the UniversalDashboard module with no luck.

Start-Process: /home/vagrant/AtomicRedTeam/invoke-atomicredteam/Public/Start-AtomicGUI.ps1:263 Line | 263 | start-process http://localhost:$port | ~~~~~~~~ | This command cannot be run due to the error: No such file or directory.

DefSecSentinel commented 4 years ago

I'm running on a CentOS 7 box with the latest version of Powershell Core installed

clr2of8 commented 4 years ago

After running start-atomicgui (and ignoring that error), can you visit http://localhost:8487 in your browser and see if the GUI is working in your browser? Also, are you on the Slack Atomic Red Team workspace where we can chat interactively perhaps? I'm @OrOneEqualsOne over there.

clr2of8 commented 3 years ago

I think I heard that you got this figured out, so closing for now.