/whichOS

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

Primary LanguagePython

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>