m4lal0 / statusWeb

Script para saber si una URL Web esta en línea o caída.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

statusWeb

Debian Supported Python3 Dev Bash Dev By

━━━━━┏┓━━━━━━━┏┓━━━━━━━━━━━━━┏┓┏┓┏┓━━━━┏┓━━ ━━━━┏┛┗┓━━━━━┏┛┗┓━━━━━━━━━━━━┃┃┃┃┃┃━━━━┃┃━━ ┏━━┓┗┓┏┛┏━━┓━┗┓┏┛┏┓┏┓┏━━┓━━━━┃┃┃┃┃┃┏━━┓┃┗━┓ ┃━━┫━┃┃━┗━┓┃━━┃┃━┃┃┃┃┃━━┫━━━━┃┗┛┗┛┃┃┏┓┃┃┏┓┃ ┣━━┃━┃┗┓┃┗┛┗┓━┃┗┓┃┗┛┃┣━━┃━━━━┗┓┏┓┏┛┃┃━┫┃┗┛┃ ┗━━┛━┗━┛┗━━━┛━┗━┛┗━━┛┗━━┛━━━━━┗┛┗┛━┗━━┛┗━━┛ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━


2 scripts hechos en Bash & Python, que tienen la misma función, la cual es saber si una dirección URL Web está en línea.

Instalación

git clone https://github.com/m4lal0/statusWeb
cd statusWeb ; chmod +x statusWeb.sh statusWeb.py

Uso Script Bash

El script en bash cuenta con un menú de ayuda.

Help

Para poder usar el script es necesario usar el parametro -u ó --url y despues pasar como argumento la URL del sitio web a revisar:

./statusWeb.sh --url www.example.com

Uso Script Python

Para poder usar el script solo es necesario colocar como argumento la URL del sitio web a revisar:

python3 statusWeb.py www.example.com

About

Script para saber si una URL Web esta en línea o caída.


Languages

Language:Shell 71.5%Language:Python 28.5%