Skip to content

Latest commit

 

History

35 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RITSEC Revolt ISTS Qualifier Scripts

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.

Structure overview

index.html

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.

Running with curl on an existing BASH prompt:

eval "$(curl -sSL https://pix-code.github.io/ists-qual-scripts)"

Running with wget:

bash <(wget -q0 - https://pix-code.github.io/ists-qual-scripts)

bin

Some useful helper scripts I like to have during competions

rpt

Repeats a command with different arguments.

./bin/rpt CMD ARG_1,ARG_2,...,ARG_N [TRAILING_ARG]

ssher

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

extra-scripts

Scripts written by teammates to help with managing cron jobs, firewalls (firewalld), and passwords.

known-good-logs

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.

About

Some scripts for RITSEC ISTS Qualifiers

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages