GitHunt
GR

grv231/automation-bash-scripts

A collection of BASH-Python scripts for different scenarios using loops, field processors and clever commands.

Automation Scripting using BASH and Python modules

Description:

This project consists of small collection of BASH and python scripts made to solve a particular scenario or automate commands for faster execution. Both BASH and Python have been used here to complete the tasks at hand.

Script 1 (show-atackers.sh): Parsing the logs to determine IP address, location and count of failed attempts

Script 2: Using a servers file with server hostnames present, check connectivity using PING module

Script 3: Create users in linux/unix environment with validations of successful command exit status

grv231/automation-bash-scripts | GitHunt