/getos.c

getos.c is an Open Source script that tries to fingerprint the operating system of a remote host using the default TTL reply of ping.

Primary LanguageCMIT LicenseMIT

Open Source OS fingerprinting tool. Tries to guess OS by using the default TTL reply of ping.

getos.c screenshot

FeaturesInstallationUsage

Features

getos.c is an Open Source script that tries to fingerprint the operating system of a remote host using the default TTL reply of ping. The results are valid only if default TTL value has not been changed. Use at your own risk.

Installation

You can compile getos.c using GCC by running the following command:

gcc getos.c -o getos

Usage

You can run getos.c by running the following command:

./getos www.example.com
Athanasios Emmanouilidis - MIT License