You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@dogancanbakir, thanks for replying! -http-directory isn't what I'm looking for as it exposes a specific directory, while I want every HTTP interaction (regardless of the path) always to return the content of -http-index.
Interactsh version:
1.2.4 (latest)
Current Behavior:
The following HTTP requests result with different responses (behavior):
<html><head></head><body></body></html>
<html><head></head><body></body></html>
Expected Behavior:
All requests should return the content of the http index file.
Steps To Reproduce:
interactsh-server -domain mycustomdomain.com -wildcard -skip-acme -hi script.js
interactsh-client -s mycustomdomain.com -token MYSECRETTOKEN -v
The text was updated successfully, but these errors were encountered: