Skip to content
Discussion options

You must be logged in to vote

When self-hosting interactsh-server, there are a few ways to see all interactions:

1. Server-side logging:

Start the server with verbose/debug output:

interactsh-server -d hello.sim4n6.com -debug -v

This logs all incoming DNS, HTTP, SMTP interactions to stdout. Pipe to a file for persistent logging:

interactsh-server -d hello.sim4n6.com -debug -v 2>&1 | tee /var/log/interactsh.log

2. Client with your auth token:

If you started the server with -token, use the client with the same token:

interactsh-client -s hello.sim4n6.com -token YOUR_TOKEN -v

This shows all interactions for your correlation ID.

3. To see ALL interactions (all clients):

This is intentionally not exposed via the client for…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Sim4n6
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants