Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 910 Bytes

README.md

File metadata and controls

37 lines (31 loc) · 910 Bytes

whichDOS

Script to detect the possible operating system of the target through its TTL.

Python

README language

  • 🇪🇸 Spanish
  • 🇺🇸 English

example

Installation

  1. Clone the repository on your system.
    git clone https://github.com/Qv1ko/whichDOS.git
  2. Go inside the whichDOS directory.
    cd whichDOS
  3. Give run permissions to the script.
    chmod +x whichDOS.py
  4. Copy the whichDOS.py file to an absolute path on your system.
    cp whichDOS.py /usr/bin/

Usage

To use the script, run the following command in the console.

whichDOS.py {target ip}

Author