xprobe2
Remote OS identification
Install
- All systems
-
curl cmd.cat/xprobe2.sh
- Debian
-
apt-get install xprobe
- Ubuntu
-
apt-get install xprobe
- Kali Linux
-
apt-get install xprobe
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install xprobe
- Raspbian
-
apt-get install xprobe
- Dockerfile
- dockerfile.run/xprobe2
xprobe
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. Project homepage: <http://www.sys-security.com/html/projects/X.html>