🌐 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.
# 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
python3 whichOS.py -n <ip>
or
./whichOS.py -n <ip>