FireflyHacker
  • Home
  • About
Sign in Subscribe

CCDC

A collection of 2 posts
CCDC

Explaining The WRCCDC VyOS Script

Writeup of Wasabi's VyOS script for WRCCDC. Writeup by Payton Erickson (UCI's CCDC team) The setup of the Script #!/bin/vbash function get_next_if() { excluded_interfaces=("$@") lowest_ifindex=-1 lowest_ifname for interface_path in /sys/class/net/*; do found=false interface=$(basename
04 Feb 2024 5 min read
CCDC Powershell Script For Password Changes
CCDC

CCDC Powershell Script For Password Changes

Problem: In the CCDC competition often the default passwords are insecure and it is good practice to immediately change all passwords on the AD server. We are then required to send a csv file with all the updated passwords for each user. Solution: A powershell script that can run on
04 Nov 2021 3 min read
Page 1 of 1
FireflyHacker © 2025
  • Sign up
Powered by Ghost