Open
Description
Interactsh version:
1.2.4 (latest)
Current Behavior:
The following HTTP requests result with different responses (behavior):
- mycustomdomain.com or foo.mycustomdomain.com -> The http index file is returned
- mycustomdomain.com/script.js or foo.mycustomdomain.com/script.js -> Returns
<html><head></head><body></body></html>
- foo.mycustomdomain.com/bar/script.js -> Returns
<html><head></head><body></body></html>
Expected Behavior:
All requests should return the content of the http index file.
Steps To Reproduce:
- Run a server with
interactsh-server -domain mycustomdomain.com -wildcard -skip-acme -hi script.js
- Run a client with
interactsh-client -s mycustomdomain.com -token MYSECRETTOKEN -v