Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/pablokbg/wichsystem
- Owner: pablokbg
- Created: 2022-12-16T00:30:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-09T14:04:26.000Z (almost 2 years ago)
- Last Synced: 2023-04-25T11:00:01.985Z (over 1 year ago)
- Topics: linux, pentest-tool, pentesting, ping, python3, tool, wichsystem
- Language: Python
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.