Skip to content

cesarderio/Scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scripts Repository 🚀

A collection of powerful scripts and codes tailored for web development and cybersecurity operations.

Banner Image Banner Image

Table of Contents


Introduction

This repository houses a curated collection of scripts I've developed and refined over time. Whether you're diving deep into web development or navigating the intricate world of cybersecurity, these tools are designed to streamline and enhance your workflow.


Directories

  • Development Directory: Contains programs, applications, and tools currently in development.
  • Linux Bash Directory: Houses scripts tailored for Linux environments using the Bash shell.
  • Mac Directory: Collection of scripts specifically designed for macOS.
  • Python Directory: For all things Python – be it scripts, tools, or other Python-based utilities.
  • Windows Directory: A compilation of scripts, particularly those written in PowerShell, designed for Windows systems.

Features

  • Web Development:

    • Updated regularly
    • More descriptions coming soon
  • Cybersecurity:

    • Updated regularly
    • More descriptions coming soon

... and many more!


Installation & Usage

  1. Clone the Repository:

    git clone https://github.com/cesarderio/Scripts.git
  2. Navigate to the Desired Script:

    cd Scripts/path_to_script
  3. Run the Script:

    ./script_name.sh

> Note: PowerShell, Python, etc. scripts will be executed according to their respective conventions or guidelines.

> Note: Some scripts may require elevated permissions. Ensure you understand what the script does before using sudo.


Contribution

Your contributions can make these scripts even better:

  • Fork the repository.

  • Create a new branch:

    git checkout -b my-awesome-feature
  • Make your invaluable changes.

  • Commit your changes:

    git commit -am 'Added some amazing features'
  • Push to the branch:

    git push origin my-awesome-feature
  • Create a new Pull Request targeting the Name directory.

Contributions are welcome! Feel free to open issues, suggest enhancements, or submit pull requests to improve the script.


Author

  • Raphael Chookagian

Date of Latest Revision

  • 12/07/2024

License

  • This script is provided as-is without any warranties. Users are advised to review and understand the script before executing it.

  • This project is licensed under the MIT License. See the LICENSE file for details.

About

A collection of powerful scripts and codes tailored for web development and cybersecurity operations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors