wscat icon indicating copy to clipboard operation
wscat copied to clipboard

Send Initial message into interactive shell.

Open davjhan opened this issue 3 years ago • 1 comments

I'd like to formulate a shell command that opens the wscat interact shell and also runs a given command right after it connects.

Currently, if I send a payload with -x, it doesn't bring up the interactive shell.

For example:

> wscat -c <endpoint> -x "{Auth command}"

Connected (press CTRL+C to quit)
{AuthCommand}
> 

davjhan avatar Feb 20 '22 03:02 davjhan

I am working on a CLI tool similar to wscat which supports this.

You can check it out if you like. https://github.com/akshaykhairmode/wscli/releases/tag/v0.0.1

akshaykhairmode avatar Feb 18 '25 18:02 akshaykhairmode