How to Install and Uninstall arpalert Package on Kali Linux

Last updated: May 14,2024

1. Install "arpalert" package

Here is a brief guide to show you how to install arpalert on Kali Linux

$ sudo apt update $ sudo apt install arpalert

2. Uninstall "arpalert" package

Learn how to uninstall arpalert on Kali Linux:

$ sudo apt remove arpalert $ sudo apt autoclean && sudo apt autoremove

3. Information about the arpalert package on Kali Linux

Package: arpalert
Source: arpalert (2.0.12-6)
Version: 2.0.12-6+b1
Installed-Size: 137
Maintainer: Thorsten Alteholz
Architecture: amd64
Depends: libc6 (>= 2.34), libpcap0.8 (>= 0.9.8), adduser, ieee-data, lsb-base
Pre-Depends: init-system-helpers (>= 1.54~)
Size: 44324
SHA256: 01fdba837e902fee4e98c2fc3963bc8c57d782997906c52fd01f420880c330af
SHA1: a4f88daf6e69c55c8a11fde181f1b4b8617666f1
MD5sum: e23ddf77d7314852859679c853505aff
Description: monitor ARP changes in ethernet networks
The arpalert daemon is a security tool that listens on a network interface
(without using 'promiscuous' mode) and catches all conversations
of MAC address to IP request to alert of possibility of ARP spoofing attack.
.
It compares the mac addresses it detected with a pre-configured list of
authorized MAC addresses. If the MAC is not in list, arpalert launches a
pre-defined user script with the MAC address and IP address as parameters.
.
If you need to use a list of authorized MAC addresses, this package should
suit your needs, otherwise arpwatch may be also fine.
Description-md5:
Homepage: https://www.arpalert.org/arpalert.html
Tag: admin::monitoring, interface::daemon, protocol::ethernet, role::program,
scope::utility
Section: net
Priority: optional
Filename: pool/main/a/arpalert/arpalert_2.0.12-6+b1_amd64.deb