Add ability to specify root-path favicon file via commandline parameter in interactsh-server #797
Labels
Type: Enhancement
Most issues will probably ask for additions or changes.
Type: Question
A query or seeking clarification on parts of the spec. Probably doesn't need the attention of all.
Please describe your feature request:
My idea is straight-forward:
I want to pass a cmdline flag like
-favicon
tointeractsh-server
in order to specify a local file to serve at the root path for anyinteractsh-client
instances I spin up.Describe the use case of this feature:
I think it would be interesting to serve a giant local file (1gb+) to a target that makes HTTP requests.
interactsh-server -domain mydomain.site -favicon giantfile
So when I run a local client,
asfahfefkhqfreq.mydomain.site/favicon.ico
would return the giantfile.This kind of attack could render some headless browsers vulnerable to DDOS or resource exhaustion.
The text was updated successfully, but these errors were encountered: