This repo is still a work in progress! If you have suggestions, please see Contact to send us an email, or submit an issue on Github!
Umbrella repository for the Roger Williams University Cybersecurity and Intel Club.
Every club project starts here. Demos, tools, and experiments start as a folder in this repo; once a project outgrows the umbrella, it gets forked into its own standalone repository under the cic-rwu org.
The Cybersecurity and Intel Club (CIC) at RWU is a student organization for anyone interested in security, offensive/defensive tooling, CTFs, and intelligence analysis. This repo is our shared workspace: a place for members to prototype, collaborate, and graduate ideas into full projects.
- Club page: HawkLink
- Org: github.com/cic-rwu
cic-rwu/
├── bin/ # Shared shell scripts used across club projects
└── README.md
bin/— Shared shell scripts (setup, tooling, utilities) reused across multiple club projects. If you're writing a script more than one project will need, it belongs here rather than duplicated per-project.
As individual projects mature, they're extracted into their own repo in the cic-rwu org and linked back here.
- Clone the repo:
git clone https://github.com/cic-rwu/cic-rwu.git cd cic-rwu - Source or run scripts from
bin/as needed for your project setup. - Starting something new? Add it as a new top-level folder. Open an issue or bring it to a meeting first if you want feedback on scope/direction.
New members are always welcome, no experience required.
- Join via HawkLink
- Browse open issues for project ideas to jump into
- Ask in a meeting or email us (below) about access to the org
- Email: cic@g.rwu.edu
- HawkLink: hawklink.rwu.edu/organization/cybersecurity-intel
Distributed under the GPLv3.
