Interactsh version: Current Version: 1.3.1
Current Behavior:
When you run the client on your own server with:
interactsh-client -server myserver.com -token mytoken
It will show http interactions but not https interactions.
Expected Behavior:
I am expected to see both, in the caido plugin or if you use the -json flag you do see them. Also if you use one of the public servers, but I guess that's because everything is logged as http there?
Extra info
At first I thought I had a misconfiguration so I was debugging my setup with copilot. I am not familiar with the code base but copilot said the bug is probably on this line:
https://github.com/projectdiscovery/interactsh/blob/main/cmd/interactsh-client/main.go#L226
It should be both "http" and "https".
I saw that there was a release recently (1.3.1) and the change log pointed out that the server now differentiates between "http" and "https":
https://github.com/projectdiscovery/interactsh/blob/main/pkg/server/http_server.go#L201
I guess that's where the bug happened? Again I stumbled my way through this with copilot without having a firm grasp on the code base so forgive me if my assumptions are incorrect.
Interactsh version: Current Version: 1.3.1
Current Behavior:
When you run the client on your own server with:
It will show http interactions but not https interactions.
Expected Behavior:
I am expected to see both, in the caido plugin or if you use the -json flag you do see them. Also if you use one of the public servers, but I guess that's because everything is logged as http there?
Extra info
At first I thought I had a misconfiguration so I was debugging my setup with copilot. I am not familiar with the code base but copilot said the bug is probably on this line:
https://github.com/projectdiscovery/interactsh/blob/main/cmd/interactsh-client/main.go#L226
It should be both "http" and "https".
I saw that there was a release recently (1.3.1) and the change log pointed out that the server now differentiates between "http" and "https":
https://github.com/projectdiscovery/interactsh/blob/main/pkg/server/http_server.go#L201
I guess that's where the bug happened? Again I stumbled my way through this with copilot without having a firm grasp on the code base so forgive me if my assumptions are incorrect.