Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pablokbg/wichsystem

wichSystem es una herramienta escrita en Python3 que permite identificar el sistema operativo de un host a través de su TTL.
https://github.com/pablokbg/wichsystem

linux pentest-tool pentesting ping python3 tool wichsystem

Last synced: about 1 month ago
JSON representation

wichSystem es una herramienta escrita en Python3 que permite identificar el sistema operativo de un host a través de su TTL.

Awesome Lists containing this project

README

        

# wichSystem
wichSystem es una herramienta escrita en Python3 que permite identificar el sistema operativo de un host a través de su TTL.

# Capturas
> ![captura1](https://raw.githubusercontent.com/pablokbg/wichSystem/main/images/captura_1.png)

> ![captura2](https://raw.githubusercontent.com/pablokbg/wichSystem/main/images/captura_2.png)

# Uso
* Paso 1: Clonar el repositorio.
```
git clone https://github.com/pablokbg/wichSystem.git && cd wichSystem
```
* Paso 2: Instalar el módulo de ipaddress para Python3.
```
pip install -r requirements.txt
```
* Paso 3: Ejecutar wichSystem.
```
python wichSystem.py
```
# Nota
Esta herramienta solo se puede ejecutar bajo sistemas Linux y no en sistemas Windows.