How to Install and Uninstall xprobe Package on Kali Linux

Last updated: May 20,2024

1. Install "xprobe" package

This guide let you learn how to install xprobe on Kali Linux

$ sudo apt update $ sudo apt install xprobe

2. Uninstall "xprobe" package

This guide covers the steps necessary to uninstall xprobe on Kali Linux:

$ sudo apt remove xprobe $ sudo apt autoclean && sudo apt autoremove

3. Information about the xprobe package on Kali Linux

Package: xprobe
Version: 0.3-5
Installed-Size: 982
Maintainer: Debian Security Tools
Architecture: amd64
Provides: xprobe2
Depends: libc6 (>= 2.15), libgcc-s1 (>= 3.0), libpcap0.8 (>= 0.9.8), libstdc++6 (>= 5.2)
Size: 355820
SHA256: 689462672ad4066545d32f4701af6dbaf26d4aac14a32b3161c9bd8d8507cf78
SHA1: c650472c759b5c2b10087a8e449df2496358f5bb
MD5sum: 27889082c2bd3ecee345b0224ec487e4
Description: Remote OS identification
Xprobe2 allows you to determine what operating system is running on a
remote host. It sends several packets to a host and analyses the
returned answers.
.
Xprobe2's functionality is comparable to the OS fingerprinting feature
in nmap (written by a different Fyodor):
- Outputs its level of confidence about the OS on the remote host.
- Remains usable even if intermediate systems (routers, firewalls) make
slight modifications to the packets.
- Can list the type of intermediate device (e.g. "Linux IP masquerading").
- Modular architecture allows new fingerprinting tests and new OS
signatures to be added.
Description-md5: a123ddd3af1ec97c84979e39417658a6
Tag: admin::monitoring, implemented-in::c++, interface::commandline,
network::scanner, role::program, scope::utility, use::scanning
Section: net
Priority: optional
Filename: pool/main/x/xprobe/xprobe_0.3-5_amd64.deb