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.
- 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
- Install Docker
- Run
make serve
and check out http://localhost:4000
- Before making any changes, run
git pull
to ensure your local repository is up to date. - Make a new branch for your changes.
main
is a protected branch, so you cannot push to it.
git checkout -b firstName/feature
- Coding time!
- Once you're ready, stage and commit your changes:
git add .
git commit -m "Description of your changes"
git push
- Make a pull request with your changes, and let a project lead know.
- 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.
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
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.