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
No keystrokes or mouse events are returned to BeEF when websockets are used for command and control.
Tested on Iceweasel, Kali 1.0.6
Edit: This is probably also true for any part of the API that makes callbacks to any endpoints which aren't purely for the hook C&C, such as /xssrays.
Edit 2 Nope, xssrays and requester have hard coded custom callbacks in the WebSocket code. This needs to be removed and the WebSocket code updated to automatically fire the appropriate post_hook API handler.
The text was updated successfully, but these errors were encountered:
bcoles
changed the title
Event logger is broken when WebSockers are used for comms
Event logger is broken when WebSockets are used for comms
Jun 4, 2018
No keystrokes or mouse events are returned to BeEF when websockets are used for command and control.
Tested on Iceweasel, Kali 1.0.6
Edit: This is probably also true for any part of the API that makes callbacks to any endpoints which aren't purely for the hook C&C, such as
/xssrays
.Edit 2 Nope,
xssrays
andrequester
have hard coded custom callbacks in the WebSocket code. This needs to be removed and the WebSocket code updated to automatically fire the appropriatepost_hook
API handler.The text was updated successfully, but these errors were encountered: