Skip to content
This repository has been archived by the owner on Jan 27, 2024. It is now read-only.

seakrueger/CyberPatriots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CyberPatriots

Scripts for the CyberPatriots competition

Windows

Install: Set-ExecutionPolicy unrestricted -Scope Process; wget https://raw.githubusercontent.com/skrueger-ftc/CyberPatriots/main/download-windows.ps1 -o download.ps1; .\download.ps1

Set-Up

  1. Paste the list of approved usernames and admins into the users.txt file
  2. Paste the list of approved admins into the admins.txt file
    Notes:
    - Each name should be on a new line
    - There should not be a space after any name

Notes:

  • If the script is unable to find the path to any of the files run using ./CyberSecurity.ps1 -userfile {pathToFile} -adminfile {pathToFile} -secfile {pathToFile}
  1. From there select what you want the script to do, use option 1 to run everything

Debian

Install: curl -L https://raw.githubusercontent.com/skrueger-ftc/CyberPatriots/main/download-debian.sh > install.sh; chmod +x install.sh; ./install.sh

Set-Up

  1. Paste users and admins into users.txt (one per line)
  2. Paste admins into admins.txt (one per line)
    *note: running the install script and follow it's prompts will automatically add them"

Run script with sudo ./CyberSecurity.sh

About

Scripts for the CyberPatriot competition

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published