Skip to content
/ whichOS Public

A tool written in python3 that allows you to scan an IP and find out what type of operating system and TTL it has.

Notifications You must be signed in to change notification settings

rcv11x/whichOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

whichOS


🌐 A tool written in python 3 that allows you to scan an IP and find out what type of operating system and TTL it has.


### ❗Scanning only works on LAN and Unix systems.

whichOS

Installation

# clone the repo
$ git clone https://github.com/rec0veryyy/whichOS.git

# change the working directory to whichOS
$ cd whichOS

# install the tabulate module from requirements
$ python3 -m pip install -r requirements.txt

# give execution permissions to the script. 
$ chmod +x whichOS.py 

Usage

python3 whichOS.py -n <ip>

or

./whichOS.py -n <ip>

About

A tool written in python3 that allows you to scan an IP and find out what type of operating system and TTL it has.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages