Author: Chris Garey
Date: 2024
Repository: Bash-Scripts
Category: Security / Automation / Utilities
Welcome to the Bash Scripts Collection! This repository contains a variety of Bash scripts I have written or found, aimed at automating tasks and enhancing system security. Whether you're a beginner or an experienced user, these scripts can help simplify your workflow, improve security, or serve as inspiration for your own automation projects.
The collection includes scripts for tasks such as network security, penetration testing, system administration, and other utilities.
- Diverse Range of Scripts: Scripts for automation, security, and system maintenance.
- Security Focused: Many scripts are designed to help with network security, penetration testing, and monitoring.
- Utility & Productivity: Scripts that automate common system administration tasks and increase productivity.
- Operating System: Linux (Ubuntu, Debian, Fedora, etc.) or macOS.
- Dependencies:
curlwgetgitnmap- Other common utilities depending on individual scripts.
To get started, clone the repository to your local machine:
$ git clone https://github.com/cgarey2014/Bash-Scripts.git
$ cd Bash-Scripts-CollectionRunning a Script: Navigate to the directory containing the script you want to use.
Ensure the script is executable:
$ chmod +x script_name.shRun the script:
$ ./script_name.shNote: Be sure to read the script's comments or the specific README.md for usage instructions.
Example:
$ ./network_enumeration.sh -u http://example.com -w /path/to/wordlist.txtThis will start a directory enumeration against the URL http://example.com using the specified wordlist.
This repository is intended for educational and authorized use only. Ensure you have explicit permission before running any scripts on systems you do not own or have authorization to test. Unauthorized use may be illegal.
The author assumes no responsibility for misuse of these scripts.
๐ License This project is distributed for educational purposes under the MIT License.