ramirosandoval / pingOS

Small Python utility that pings a specific IP address and parses its TTL to determine what operating system it has.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pingOS

Small Python utility that pings a specific IP address and parses its TTL to determine what operating system it has.

Every OS has a different TTL for their ICMP packets, so we can use that value to determine the host's operating system.
But that value can be changed so this method of judgment is not necessarily accurate.

About

Small Python utility that pings a specific IP address and parses its TTL to determine what operating system it has.


Languages

Language:Python 100.0%