11 src = fetchFromGitHub {
12 owner = "projectdiscovery";
14 rev = "refs/tags/v${version}";
15 hash = "sha256-aPjeP9Js2lpJBiWYTpJjKo445wSkNcatszBZMutIIR0=";
18 vendorHash = "sha256-SYs04LgWy6Fd9SUAxs4tB+VK2CK3gqb7fDYkp16i67Q=";
22 "cmd/interactsh-client"
23 "cmd/interactsh-server"
26 # Test files are not part of the release tarball
30 description = "Out of bounds interaction gathering server and client library";
32 Interactsh is an Open-Source Solution for Out of band Data Extraction,
33 A tool designed to detect bugs that cause external interactions,
34 For example - Blind SQLi, Blind CMDi, SSRF, etc.
36 homepage = "https://github.com/projectdiscovery/interactsh";
37 changelog = "https://github.com/projectdiscovery/interactsh/releases/tag/v${version}";
38 license = licenses.mit;
39 maintainers = with maintainers; [ hanemile ];