Welcome to my repository of blue team scripts designed for ISTS Qualifiers! This repo is set up with github pages so running is as simple as curling a single script. Bash and wget/curl are the only dependencies needed to get up and running.
The main script is stored here, which is a bash script not actually html. It is designed for use in Debian and Red Hat based linux distrobutions and has auditing tools to compare current state with known good fresh installations.
eval "$(curl -sSL https://pix-code.github.io/ists-qual-scripts)"
bash <(wget -q0 - https://pix-code.github.io/ists-qual-scripts)
Some useful helper scripts I like to have during competions
Repeats a command with different arguments.
./bin/rpt CMD ARG_1,ARG_2,...,ARG_N [TRAILING_ARG]
Copies scripts to and runs commands on multiple hosts via ssh. Install copies the current directory to the clients, and clean removes it.
./bin/ssher IP_1,IP_2,...,IP_N {r|c|clean} {i|install} COMMAND
Scripts written by teammates to help with managing cron jobs, firewalls (firewalld), and passwords.
Logs dumped from clean installations of Debian, Ubuntu, Rocky, and Fedora. These are packaged into the main script, so they do not need to be downloaded.