These scripts are meant only for the BASIS San Antonio Shavano Campus teams
Use all of the options for the script
Use the same script but do everything except the 'Disable Remote Desktop' option
The 'linuxHardening.sh' script will run automatically. Please don't leave the script running unattended, because you need to make sure that the script isn't doing what you don't want it to.
First, you will need to install Git, which will allow you to clone (download) the scripts to your device.
sudo apt-get install git -yAfter it installs, we will need to actually clone the scripts to the system.
git clone https://github.com/Ne-el/CPScripts-20-21.gitNow, we need to go into the install directory, which will be where you started the 'git clone' command.
After this, we will find the script (linuxHardening.sh) which will allow us to execute scripts and get the win.
After finding the script, we need to make it executable.
sudo chmod +x ./linuxHardening.shFinally, execute the script
sudo ./linuxHardening.shThis might be the easiest way to get your points in the fastest way possible.
Just go to github.com/Ne-el/CPScripts-20-21 and click the green download code button.
After it finishes installing, right-click on it and click "Extract All" to extract the files to be used
DO NOT USE SCRIPTS WITHOUT EXTRACTING BECAUSE IT WILL NOT BE ABLE TO ACCESS RESOURCES
Right click on windowsHardening.bat and click "Run as Administrator"
Let it do its work.