Server IP : 184.154.167.98 / Your IP : 18.188.78.86 Web Server : Apache System : Linux pink.dnsnetservice.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 User : puertode ( 1767) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/local/ddos/ |
Upload File : |
#!/bin/bash # APSC InfoTech & Software Solutions Pvt Ltd # # Copyright (c) 2019 # # -=-By=-Nilima Deshmukh-=-=- # # # # # ################################################################ SERVER=$(/bin/hostname) PGREP="/usr/bin/pgrep" EXIM_D="exim" $PGREP ${EXIM_D} if [ $? -ne 0 ] # if exim not running then # echo -e " Hello, SERVICE ALERT !!!!!! Exim service down on $SERVER Thanks, Admin APSC Infotech & Software Solutions Pvt Ltd. " |curl -X POST --data-urlencode 'payload={ "username": "webhookbot", "text": "`DOWN !!!!!! EXIM service down` On Kara Server.", "icon_emoji": ":ghost:"}' https://hooks.slack.com/services/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 else exit fi