interactsh icon indicating copy to clipboard operation
interactsh copied to clipboard

Wildcard Items Cause Client Error For Root TLD Interaction

Open tweidinger opened this issue 6 months ago • 0 comments

I am getting the following error for any interaction that is fetched from the server via the client binary:

[ERR] Could not unmarshal interaction data interaction: readObjectStart: expect { or n, but found , error found in #0 byte of ...||..., bigger context ...||...

I tracked the error down to this conditional block:

https://github.com/projectdiscovery/interactsh/blob/bcbfdb9a49461b0f0f29c244e7cd6cbbadcd4f3a/pkg/client/client.go#L471-L477

I am using the dev branch due to the fix for #1210 but this causes client side issues (both for latest release client and dev branch client). The interaction data is written/shown and can be used but it seems to affect root tld interactions.

tweidinger avatar Oct 01 '25 08:10 tweidinger