From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 20 17:41:43 2022 Received: (at 53007) by debbugs.gnu.org; 20 Jun 2022 21:41:43 +0000 Received: from localhost ([127.0.0.1]:58571 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o3P9T-0007Xf-EE for submit@debbugs.gnu.org; Mon, 20 Jun 2022 17:41:43 -0400 Received: from mail-wm1-f54.google.com ([209.85.128.54]:32861) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o3P9Q-0007XP-8j for 53007@debbugs.gnu.org; Mon, 20 Jun 2022 17:41:41 -0400 Received: by mail-wm1-f54.google.com with SMTP id i17-20020a7bc951000000b0039c4760ec3fso7135519wml.0 for <53007@debbugs.gnu.org>; Mon, 20 Jun 2022 14:41:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=AznwqA4kEdpfnVLZy0yNakBF4VIwY1dRSrL95Z1vqPI=; b=iXFmjWBiWk8qtjOpF6akzbRIG7am9ylbR49Pr1Ub8/bW+sALGXe7fv+WrM34bRgr4R tWSxU8GT0Ax08sEi6i95M7F7duo9QTG9p8W6k+wIEkXLfT4JaIFHZ2p+vATCP7ESwRgu Ro+33iEOXg7v1NkUrijUfyuCQ6tWZRuT4gI0PmNZwjiFaSDfSi7mTu5whV75HkBdAtrs tMI3V2OJ0rP//vIALcT1z6x8xg/cbR2T9Sx7YPeAzB6KPlxEx+p41xS1FdMjnpSnwmr6 I8uijFuN37ihX/gy0yPM2G0LDTCsMlflDYZobAsajCRrH2hcpwNV+CG1ejUtDVztkHd0 bmlw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=AznwqA4kEdpfnVLZy0yNakBF4VIwY1dRSrL95Z1vqPI=; b=4EXWsPF7MyORurM2trc4O80sFcDptFFdgu/t3XGXrW8i2Aw1RRymVCm8XM7esM0Hxa Gl5OWzbXrRm/T5LfjdzQu1HNdFbFFxtli266cx6F92FzLfne7YrAqxXF2rEXEhcZ33UX UfKh/q4y+2qGBgL07rqP3QXiCon0tCH9kK3ff+jvdyMLjTTPfcg4F3nDL0hiYGis4ClA ybGhY3zo3ku/kRP9dsOfxUV4qQUDVb5m5nCBUNZz+i3+Dq74pczWFkVgvIMV8a5BUDvx SIjSRcVrDaiF1b4XhjMHrpM23BZHxvTQDvUqwXaEbrfk88IbQxO4CTFSyHyon86G0pkc e6lw== X-Gm-Message-State: AJIora/53TmExcv+s5JtnPZCx289KPUE6T0EtexZVdnPFJU8IQNFxEy4 ErgD9JU29s3RKn6v4VQfhwQ7jRUpIA== X-Google-Smtp-Source: AGRyM1ujVZFE6yyNbKu8fpXs3CUVsLL7plLAzJGAGxdMaxvnhhdzkIMeQeNYpWcqGlyWfNmGWY6O6A== X-Received: by 2002:a05:600c:1906:b0:39c:8573:f330 with SMTP id j6-20020a05600c190600b0039c8573f330mr26622038wmq.5.1655761293717; Mon, 20 Jun 2022 14:41:33 -0700 (PDT) Received: from localhost.localdomain (ppp-94-64-211-60.home.otenet.gr. [94.64.211.60]) by smtp.gmail.com with ESMTPSA id u2-20020a5d4342000000b0020fe61acd09sm14536470wrr.12.2022.06.20.14.41.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 20 Jun 2022 14:41:33 -0700 (PDT) From: manolis837@gmail.com To: 53007@debbugs.gnu.org Subject: [PATCH] gnu: networking: Add arp-scan Date: Tue, 21 Jun 2022 00:41:29 +0300 Message-Id: <20220620214129.11815-1-manolis837@gmail.com> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.2 (/) X-Debbugs-Envelope-To: 53007 Cc: Manolis Ragkousis X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.8 (/) From: Manolis Ragkousis * gnu/packages/networking.scm (arp-scan): New variable. --- gnu/packages/networking.scm | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 065a190321..cb384f23bb 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -50,6 +50,7 @@ ;;; Copyright © 2022 Simon South ;;; Copyright © 2022 Pierre Langlois ;;; Copyright © 2022 Petr Hodina +;;; Copyright © 2022 Manolis Fragkiskos Ragkousis ;;; ;;; This file is part of GNU Guix. ;;; @@ -4259,3 +4260,31 @@ (define-public putty implementations.") (home-page "https://www.chiark.greenend.org.uk/~sgtatham/putty/") (license license:expat))) + +(define-public arp-scan + (package + (name "arp-scan") + (version "1.9.7") + (source + (origin + (method git-fetch) + (uri + (git-reference + (url "https://github.com/royhills/arp-scan/") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1mf7a4f9vzvnkiavc87aqyciswggsb4fpy7j05jxnvjyyxv3l7gp")))) + (build-system gnu-build-system) + (inputs + (list libpcap)) + (native-inputs + (list autoconf automake libtool pkg-config)) + (propagated-inputs + (list perl-libwww)) + (home-page "https://github.com/royhills/arp-scan") + (synopsis "Discover and fingerprint IP hosts on the local network + using ARP") + (description "Arp-scan is a tool that uses ARP to discover and fingerprint IP hosts +on the local network.") + (license license:gpl3+))) -- 2.33.1