This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:: Author: Kaleb Lewis (Alleck) | |
:: Purpose: Find High Traffic Connections | |
:: OS: Windows/DOS | |
:: Language: Batch (.bat) | |
@ECHO off | |
:: Set the threshold at which you want events to trigger. | |
SET threshold=100 | |
SET attacked=300 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#Author: Kaleb Lewis (Alleck) | |
#Purpose: Change Hostname | |
#OS: CentOS/REHL | |
#Language: BASH | |
clear | |
echo "Please Enter New Hostname" |