Customize http repsonse for each id #778
stefanovettorazzi
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
This is not expected and can be fixed.
Could you please share more details, preferably with example to better understand the problem? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi PD team.
I just had a case where an SSRF makes a request to the host part of a URL rather than the entire URL I pass to it. So, I can't use dynamic responses.
Maybe it could be useful to have a simple SQL lite database that interactsh queries for the id when it's a http(s) request. Probably not by default because maybe not everyone would like to have that delay of the SQL query.
I looked at the code, and I think I could implement it. But I'm unsure if you agree that it makes sense to add it.
Also, I noticed that extensions take precedence over dynamic responses. So, in a case where a client makes a request to /file.json, the dynamic response is ignored. I don't think that's the expected behavior when using dynamic responses.
I could probably make this change, too.
Thanks for the tool.
Beta Was this translation helpful? Give feedback.
All reactions