Robbna / whatSystem

'whatSystem' is a python script that allows us to know what operating system is running on the IP address we provide.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is whatSystem❔

whatSystem is a python script that allows us to know what operating system is running on the IP address we provide. Based on the TTL you will receive the OS being used.

πŸ“„ Default TTL values:

Device / OS TTL
Linux/Unix 64
Windows 128

πŸ” REQUERIMENTS

  • Python 3.10.4 or higher
sudo apt install python3-pip

πŸ’» EXECUTION

You must to especify what ip address you want to analice.

python3 whatSystem.py [IP]

πŸ”Ž EXAMPLE

s1k0@s1k0:~$ python3 whatSystem.py localhost

[*] System: LINUX (64 TTL)
s1k0@s1k0:~$ python3 whatSystem.py 127.0.0.1

[*] System: LINUX (64 TTL)
s1k0@s1k0:~$ python3 whatSystem.py 192.168.1.135

[*] System: WINDOWS (128 TTL)

About

'whatSystem' is a python script that allows us to know what operating system is running on the IP address we provide.


Languages

Language:Python 100.0%