Actualizar README
This commit is contained in:
parent
72e53e30a3
commit
9abef2e607
22
README
22
README
@ -22,15 +22,28 @@ Requisitos para el entorno PHP 8.4:
|
|||||||
📁 File Explorer: http://localhost:8081
|
📁 File Explorer: http://localhost:8081
|
||||||
|
|
||||||
|
|
||||||
📍 DIRECTORIO DE TEST
|
📍 TEST
|
||||||
=====================
|
=====================
|
||||||
|
|
||||||
🔒 MONITOREO DE PHISHING EN BUSCADORES
|
1 - 🔒 LOGIN FALLIDO
|
||||||
---------------------------------------
|
---------------------------------------
|
||||||
|
|
||||||
1. Instalar dependencias PHP (en la raíz del proyecto):
|
1. Instalar dependencias PHP (en la raíz del proyecto):
|
||||||
|
|
||||||
composer require php-webdriver/webdriver
|
composer require php-webdriver/webdriver
|
||||||
|
|
||||||
|
2. Ejecutar test de monitoreo:
|
||||||
|
|
||||||
|
php inicia_sesion_error.php
|
||||||
|
|
||||||
|
💡 Se puede ver la ejecución en tiempo real en Selenium Grid:
|
||||||
|
http://localhost:4444
|
||||||
|
|
||||||
|
2 -🔒 MONITOREO DE PHISHING EN BUSCADORES
|
||||||
|
---------------------------------------
|
||||||
|
|
||||||
|
1. Instalar dependencias PHP (en la raíz del proyecto):
|
||||||
|
|
||||||
composer require phpmailer/phpmailer
|
composer require phpmailer/phpmailer
|
||||||
composer require vlucas/phpdotenv
|
composer require vlucas/phpdotenv
|
||||||
|
|
||||||
@ -49,7 +62,7 @@ Requisitos para el entorno PHP 8.4:
|
|||||||
http://localhost:4444
|
http://localhost:4444
|
||||||
|
|
||||||
|
|
||||||
📊 MONITOREO DE MÉTRICAS DE SITIO
|
3 - 📊 MONITOREO DE MÉTRICAS DE SITIO
|
||||||
----------------------------------
|
----------------------------------
|
||||||
|
|
||||||
1. Instalar librerías necesarias de Python:
|
1. Instalar librerías necesarias de Python:
|
||||||
@ -60,3 +73,6 @@ Requisitos para el entorno PHP 8.4:
|
|||||||
2. Ejecutar el test:
|
2. Ejecutar el test:
|
||||||
|
|
||||||
python3 metricas_gugler.py
|
python3 metricas_gugler.py
|
||||||
|
|
||||||
|
💡 Se puede ver la ejecución en tiempo real en Selenium Grid:
|
||||||
|
http://localhost:4444
|
||||||
Loading…
Reference in New Issue
Block a user