Skip to content

Conversation

@BenTheCyberOne
Copy link

Summary

This PR adds support for sending custom HTTP headers during the WebSocket (wss://) handshake in the Ligolo-ng agent.

A new CLI flag -header has been introduced, which can be repeated multiple times to specify one or more headers in Key: Value format.

Example usage:

./agent -connect https://proxy.example.com:443 \
        -header "X-Test: 123" \
        -header "X-Trace: abc"

Added ability to add custom headers to the WSS connection
@DrorDvash
Copy link

handy! thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants