Learn about running Interactsh with examples and detailed output
interact-client
generates a unique payload that can be used for Out-Of-Band (OOB) testing with minimal interaction in the output.
interactsh-client
with -sf, -session-file
flag can be used to store/read the current session information from user defined file. This functionality is useful to resume the same session to poll the interactions even after the client gets stopped or closed.
interactsh-client
in verbose mode (v) allows you to to see the whole request and response, along with an output file to analyze afterwards.
interactsh-client
, it is required that it can connect to a running interactsh-server
. The Interactsh server captures and logs out-of-band interactions, while the client generates testing URLs and analyzes these interactions for vulnerabilities.
You can either use one of ProjectDiscovery’s default interactsh servers or choose you run a self-hosted sever.
interactsh-client
:
server
flag, interactsh-client
can be configured to connect with a self-hosted Interactsh server, this flag accepts single or multiple server separated by comma.
token
flag, interactsh-client
can connect to a self-hosted Interactsh server that is protected with authentication.