mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
uncover: add nix-update-script
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
lib,
|
||||
buildGoModule,
|
||||
fetchFromGitHub,
|
||||
nix-update-script,
|
||||
versionCheckHook,
|
||||
}:
|
||||
|
||||
@@ -24,20 +25,19 @@ buildGoModule (finalAttrs: {
|
||||
|
||||
nativeInstallCheckInputs = [ versionCheckHook ];
|
||||
|
||||
ldflags = [
|
||||
"-s"
|
||||
"-w"
|
||||
];
|
||||
ldflags = [ "-s" ];
|
||||
|
||||
doInstallCheck = true;
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
description = "API wrapper to search for exposed hosts";
|
||||
longDescription = ''
|
||||
uncover is a go wrapper using APIs of well known search engines to quickly
|
||||
discover exposed hosts on the internet. It is built with automation in mind,
|
||||
so you can query it and utilize the results with your current pipeline tools.
|
||||
Currently, it supports shodan,shodan-internetdb, censys, and fofa search API.
|
||||
Currently, it supports shodan, shodan-internetdb, censys, and fofa search API.
|
||||
'';
|
||||
homepage = "https://github.com/projectdiscovery/uncover";
|
||||
changelog = "https://github.com/projectdiscovery/uncover/releases/tag/${finalAttrs.src.tag}";
|
||||
|
||||
Reference in New Issue
Block a user