Skip to content

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

Notifications You must be signed in to change notification settings

Robbna/whatSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages