Skip to content

A simple bash script to automate the Linux portion of the Cyberpatriot competition.

License

Notifications You must be signed in to change notification settings

Crassus-Dev/Cyberpatriot-Linux-Script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple bash script to automate the Linux portion of the Cyberpatriot competition.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages