Category: Linux

How to scan your network to detect ms2017-010 0

How to scan your network to detect ms2017-010

Install NMAP rpm -Uvh https://nmap.org/dist/nmap-7.40-1.x86_64.rpm Download the NMAP script to check vulnerability. https://github.com/cldrn/nmap-nse-scripts/blob/master/scripts/smb-vuln-ms17-010.nse Run NMAP nmap -sC -p445 –open –script smb-vuln-ms17-010.nse XXX.XXX.XXX.XXX/24 >> ms17-010-result.txt

3

Rundeck – How to add Windows node

Rundeck is open source software that helps you automate routine operational procedures in data center or cloud environments. Rundeck provides a number of features that will alleviate time-consuming grunt work and make it easy...

0

Rundeck notification from email

This document describes how to configure Rundeck for email support. Email settings are located in the rundeck-config.properties file. Depending on the installer used, the configuration files will be under a base directory: vim /opt/rundeck/server/config/rundeck-config.properties...

2

Rundeck – Shell Script Backup Sonicwall

How to create a Rundeck Job to Backup Sonicwall over FTP. #!/bin/bash set variables for easy changes user=admin password="SW_PASSWORD" name=$1 host=$2 load from bash /usr/bin/expect <" send "export preferences ftp ftp.diegoluisi.eti.br dluisi "FTP_PASSWORD" $name-$(date...

3

Rundeck add Node Linux

A Node is a resource that is either a physical or virtual instance of a network accessible host. Nodes have a few basic attributes but a Node’s attributes can be extended to include arbitrary...

1

How to Install RunDeck on RHEL

Rundeck is open source software that helps you automate routine operational procedures in data center or cloud environments. Rundeck provides a number of features that will alleviate time-consuming grunt work and make it easy...

0

Zimbra MailBox usage Report

Hello, in today’s article I will demonstrate how to create a script that sends reports of mailbox use by domain, this is very useful for SysAdmin. mkdir -p /etc/zimbra/scripts/ cd /etc/zimbra/scripts/ vi accountusage.sh #!/bin/bash...