Network Hosts/Services is broken
Closed this issue · 6 comments
Summary
The network hosts and network services lists in the admin UI are broken and will not show newly added items.
Steps to Reproduce
- Run beef on same host as hooked browser
- Do a cors scan for port 3000
- Beef service is detected on port 3000 using cors scan
- Beef service does not appear in the network services tab
This issue as been marked as stale due to inactivity and will be closed in 7 days
Hi @Phasip , could you please help me reproduce the issue? What OS and browser and browser version are you using?
My understanding is that you have executed Cross-Origin Scanner(CORS) from Network folder. Could you please advise how you filled the fields (it can be screenshot)?
Thanks
Attached are two screenshots, first on how to perform the scan and second on the exception thrown.
(Note, I'm running on localhost and port 3000 is the beef server which will be discovered with the CORS scan)
Note that a pull request to fix this is here: #3175
Hi @Phasip, unfortunately, the above screenshots do not show all the steps you're doing and what issue you're getting. Also, I don't know what OS and Browser and Browser version you're using. I need this information to reproduce the issue. Thanks for your collaboration.
Hi @Phasip, unfortunately, the above screenshots do not show all the steps you're doing and what issue you're getting. Also, I don't know what OS and Browser and Browser version you're using. I need this information to reproduce the issue. Thanks for your collaboration.
- Hook a Firefox browser on localhost
- Login to the web UI
- Select the Current Browser tab
- Select the Network tab
- Select the Hosts Tab
- Right-click the
127.0.0.1
host created by default - Select CORS scan and enter
3000
as the port
This issue as been marked as stale due to inactivity and will be closed in 7 days