Adding a taint as prefix to payload URL does not work with DNS interactions #898
Labels
Status: Completed
Nothing further to be done with this issue. Awaiting to be closed.
Type: Bug
Inconsistencies or issues which will cause an issue or problem for users or implementors.
Interactsh version:
v1.2.0
Current Behavior:
when I add an arbitrary taint as prefix to an interactsh payload it will only work for
http
but notdns
.So if my payload is
cpjdvj4bajfald2br18gurjuymnd6gtyg.oast.site
and I rundig TAINT_PREFFIX_cpjdvj4bajfald2br18gurjuymnd6gtyg.oast.site
I get no hits on interactsh.Expected Behavior:
Just like for
http
I expect to see a DNS interaction when using a prefix just like I would if I was browsing tohttp://TAINT_PREFFIX_cpjdvj4bajfald2br18gurjuymnd6gtyg.oast.site
.Steps To Reproduce:
<payload>
dig TAINT_PREFFIX_<payload>
(or trigger a DNS request against it in your preferred way)Anything else:
The same behaviour is seen on the web app ( https://app.interactsh.com ).
The text was updated successfully, but these errors were encountered: