10 src = fetchFromGitHub {
11 owner = "projectdiscovery";
14 sha256 = "sha256-0zXWW6U+x9W+fMsvYTfWRdoftsQCp2JXXkfbqS63Svk=";
17 vendorSha256 = "sha256-OldZyaPROtnPZPczFjn+kl61TI5zco/gM2MuPn2gYjo=";
20 description = "Proxy tool for HTTP/HTTPS traffic capture";
22 This tool supports multiple operations such as request/response dump, filtering
23 and manipulation via DSL language, upstream HTTP/Socks5 proxy. Additionally a
24 replay utility allows to import the dumped traffic (request/responses with correct
25 domain name) into other tools by simply setting the upstream proxy to proxify.
27 homepage = "https://github.com/projectdiscovery/proxify";
28 license = licenses.mit;
29 maintainers = with maintainers; [ fab ];