Script to detect the possible operating system of the target through its TTL.
- 🇪🇸 Spanish
- 🇺🇸 English
- Clone the repository on your system.
git clone https://github.com/Qv1ko/whichDOS.git
- Go inside the whichDOS directory.
cd whichDOS
- Give run permissions to the script.
chmod +x whichDOS.py
- Copy the whichDOS.py file to an absolute path on your system.
cp whichDOS.py /usr/bin/
To use the script, run the following command in the console.
whichDOS.py {target ip}
- Marcelo Vázquez (s4vitar)