Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.74 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.74 KB

# Cyberpatriot-Linux-Script

This bash script is designed to automate common tasks for the Linux portion of the CyberPatriot competition. It aims to streamline your workflow and assist with various system administration tasks. The script includes functions for user management, file and directory operations, system information, security measures, logging and monitoring, system maintenance, network configuration, service management, system updates, and more.

Warning: This script should only be run inside a sandboxed enviroment. The script has features such as setting all users passwords, such features are meant to simplify the actual competition, but should not be actually used on a real life machine(for obvious reasons).

Prerequisites:

  • This script assumes you are running it on a Linux system that is based on Debian. (Script uses apt as its package manager)
  • Ensure that you have sufficient permissions to execute the tasks defined in the script.
  • Familiarity with the Linux command line is recommended.

Usage

  • Open a terminal.
  • Clone the repository: git clone https://github.com/Crassus-Dev/Cyberpatriot-Linux-Script
  • Navigate to the directory where the script is located: cd Cyberpatriot-Linux-Script
  • Make the script executable: chmod +x main.sh
  • Run the script: sudo ./main.sh
  • The script will prompt you with options and information related to each task. Enter your choice as requested.

Contributing

Feel free to contribute to this script by suggesting improvements, reporting issues, or submitting pull requests. Your contributions are greatly appreciated!

License

This project is licensed under the GNU Public License 3.0. Please abide by the rules laid out in the License.