Entradas

Metasploit tutorial

Imagen
 Thank to: https://es.linux-console.net/ Como hemos discutido las MEJORES 25 MEJORES HERRAMIENTA KALI LINUX, y pusimos METASPLOIT al principio en la lista, ahora discutamos y aprendamos sobre METASPLOIT. Le recomendamos que esté familiarizado con Metasploit. Metasploit fue creado inicialmente por H. D Moore en 2003, hasta que Rapid7 lo adquirió y lo desarrolló aún más el 21 de octubre de 2009. Metasploit-framework está completamente escrito usando Ruby, y es un paquete estándar instalado en el sistema Kali Linux (y también en casi todos Penetration Testing OS, supongo). Es un kit favorito de piratas informáticos o probadores de penetración para investigar vulnerabilidades de seguridad, desarrollar y ejecutar exploits en objetivos y otros desarrollos de seguridad. Metasploit viene con varias ediciones, generalmente divididas en dos categorías, versión gratuita y versión paga. Las versiones gratuitas: Metasploit Framework Community Edition (interfaz basada en CLI) y Armitage (in...

Execute a CLI script based on CPU and memory thresholds in Fortigate

Imagen
 Thank to: https://docs.fortinet.com Automation stitches can be created to run a CLI script and send an email message when CPU or memory usage exceeds specified thresholds. In this example, two automation stitches are created that run a CLI script to collect debug information, and then email the results of the script to a specified email address when CPU usage threshold is exceeded or memory usage causes the FortiGate to enter conserve mode. Automation stitches that use  High CPU  and  Conserve Mode  triggers can only be created in the CLI. Once create, they can be edited in the GUI. To define CPU and memory usage thresholds: config system global set cpu-use-threshold <percent> set memory-use-threshold-extreme <percent> set memory-use-threshold-green <percent> set memory-use-threshold-red <percent> end Where: cpu-use-threshold Threshold at which CPU usage is reported, in percent of total possible CPU utilization (defa...

Email alerts in Fortigate

Imagen
 Thank to: https://docs.fortinet.com Alert emails are used to notify administrators about events on the FortiGate device, allowing a quick response to any issues. There are two methods that can be used to configure email alerts: Automation stitches Alert emails The FortiGate has a default SMTP server, notification.fortinet.net, that provides secure mail service with SMTPS. It is used for all emails that are sent by the FortiGate, including alert emails, automation stitch emails, and FortiToken Mobile activations. You can also configure a custom email service. To configure a custom email service in the GUI: Go to  System > Settings . In the  Email Service  section, enable  Use custom settings . Configure the following settings: SMTP Server Enter the address or name of the SMTP server, such as  smtp.example.com . Port If required, select  Specify  and enter a specific port number. The default is port 465. Authentication If required by the em...

E-mail alert when WAN interface went down in Fortigate

Imagen
 Thank to: https://docs.fortinet.com Description This article describes how to configure the automation stitch settings to get an e-mail alert when the WAN link goes down. Scope FortiGate v6.4.x, v7.0.x, v7.2.x.,7.4.x Solution Configuration . Automation Trigger : Specify log event ID and it is possible to filter for specific interfaces here for example: WAN1. Automation Action : Specify the Action taken by the FortiGate in the event of a specific event trigger. Automation stitch : Bind automation trigger and stitch.   CLI configuration.   Note: Event ID 22922 is for the link monitor configured here we can change it as per the requirement.     Note: The email server config is not mentioned here, refer to docs.fortinet.com for the email server config.   GUI configuration -    Navigate to  Security Fabric -> Automation -> Action  and select 'Create New'.     Select 'Email':     Enter the Email address where to...