Skip to content

The home for Psi Beta Rho, UCLA's competitive Capture the Flag (CTF) cybersecurity team!

Notifications You must be signed in to change notification settings

pbrucla/pbrucla.github.io

Repository files navigation

PBR website

Welcome to the home for Psi Beta Rho, UCLA's competitive Capture the Flag (CTF) cybersecurity team! We are a group of hackers, programmers, and security enthusiasts who love to learn and compete. Whether we are pwning a binary or attacking a site using cross-site scripting, we like to have fun!

This site is built using Jekyll and hosted on GitHub Pages. For more information on how to run this site locally, check out the Getting Started section.

Table of Contents

Getting Started

  1. To get a local copy of this project, first clone the repository and change into the directory:
git clone https://github.com/pbrucla/pbrucla.github.io.git
cd pbrucla.github.io
  1. Install all Prerequisites and follow the Instructions at https://jekyllrb.com/docs/
  2. To build the site and make it available on a local server, run bundle exec jekyll serve and check out http://localhost:4000

Contributing

  1. Before making any changes, run git pull to ensure your local repository is up to date.
  2. Make a new branch for your changes. main is a protected branch, so you cannot push to it.
git checkout -b firstName/feature
  1. Coding time!
  2. Once you're ready, stage and commit your changes:
git add .
git commit -m "Description of your changes"
git push
  1. Make a pull request with your changes, and let a project lead know.
  2. If your code passes code review, then we can merge it into main. Congratulations! If you'd like, it's now safe to delete your branch.

Contact

If you see any issues or have any questions, feel free to contact us or open a pull request!

Email: uclacyber@gmail.com

Discord: https://discord.gg/j9dgf2q

Acknowledgments

This website would not have been possible without the many contributions from our members. Thank you to Benson Liu, Andrew Kuai, Joshua Zhu, Juliet Zhang, Jason An, Ronak Badhe, Konstantin Tzantchev, & Joshua Yin for their contributions to this website! Special thanks to Juliet Zhang for helping to put together the original design! For a full list of contributors, check out the contributors page.