Skip to content

cgarey2014/Bash-Scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

9 Commits
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ–ฅ๏ธ Bash Scripts Collection

Author: Chris Garey
Date: 2024
Repository: Bash-Scripts
Category: Security / Automation / Utilities


๐Ÿ“œ Description

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.


โš™๏ธ Features

  • 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.

๐Ÿ› ๏ธ Requirements

  • Operating System: Linux (Ubuntu, Debian, Fedora, etc.) or macOS.
  • Dependencies:
    • curl
    • wget
    • git
    • nmap
    • Other common utilities depending on individual scripts.

๐Ÿง  Usage

Cloning the Repository:

To get started, clone the repository to your local machine:

$ git clone https://github.com/cgarey2014/Bash-Scripts.git
$ cd Bash-Scripts-Collection

Running a Script: Navigate to the directory containing the script you want to use.

Ensure the script is executable:

$ chmod +x script_name.sh

Run the script:

$ ./script_name.sh

Note: 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.txt

This will start a directory enumeration against the URL http://example.com using the specified wordlist.

๐Ÿšจ Disclaimer

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.

About

A repository of scripts and tools I have both written and collected

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages