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