10 src = fetchFromGitHub {
14 sha256 = "01cip5rf35dnh3l325p03y6axyqdpf48ry4zcwiyd7hlfsglbk3j";
17 vendorSha256 = "1y01k8pvv7y9zb15wbk068cvkx0g83484jak2dvcvghqcf5j1fr1";
19 ldflags = [ "-s" "-w" "-X main.AppVersion=${version}" ];
22 description = "Fetcher for Javascript files";
24 subjs fetches Javascript files from a list of URLs or subdomains.
25 Analyzing Javascript files can help you find undocumented endpoints,
28 homepage = "https://github.com/lc/subjs";
29 license = with licenses; [ mit ];
30 maintainers = with maintainers; [ fab ];