You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#!/bin/bash
#
# Siple script para ver el log de visitas http de apache2
#
muestra la IP y el tipo de peticion http realizada
#
#
sudo tail -10 /var/log/apache2/access.log
#
Geolocalizar IP:
#
http://ip-api.com/#9.9.9.9
#
# www.hackingyseguridad.com
#
About
Ver log de peticiones web en Apache Server ( hackingyseguridad.com )