Skip to content

Instantly share code, notes, and snippets.

View gjyoung1974's full-sized avatar
🎯
Focusing

Gordon Young gjyoung1974

🎯
Focusing
View GitHub Profile
# base layer
FROM debian:stable AS builder
# Get current & install Java, curl
RUN apt-get -y update && apt-get upgrade
RUN apt-get -y install git openjdk-11-jre-headless curl
# Run spigot as spigot user
RUN useradd spigot && mkdir -p /home/spigot
RUN usermod -a -G spigot spigot
# [!] Windows Syslog Agent/Client
# [$] Forward Windows Events via UDP in JSON format, designed for compatibility with Syslog/Rsyslog
# [$] Written: Gordon Young
function getStatus () {
$ip = '192.168.1.100'
$offlineLogs = 'C:\Windows\Temp\queued.log'
@gjyoung1974
gjyoung1974 / Checkout_Password.py
Last active July 24, 2020 21:29
Checkout_Password.py
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Gordon Young 2016 Checkout_Password.py
#
# This script demonstrates:
# 1. Authenticating to the Lieberman ERPM PAM / EPV API
# 3. Requesting & returning a password key by account & target ID
#
import ssl
@gjyoung1974
gjyoung1974 / get_gcr_vulns.py
Last active June 22, 2020 21:56
Get Google Container Registry image vulnerabilities
#!/bin/env python3
from datetime import date, datetime
import json
import logging
import subprocess
# Get all the Docker images in the repository
import uuid
from datetime import date
@gjyoung1974
gjyoung1974 / pyphone.py
Last active June 7, 2020 23:12
pyphone.py
#!/bin/env python
import pickle
import fnmatch
import os # For Raspi hardware + Find OS Path for images
import pygame
# why do we need *?
from pygame import *
from time import sleep
@gjyoung1974
gjyoung1974 / alerting_rules.yaml
Created May 20, 2020 02:11
Prometheus alert rules for sysdig falco events
## Prometheus server ConfigMap entries
##
serverFiles:
## Alerts configuration
## Ref: https://prometheus.io/docs/prometheus/latest/configuration/alerting_rules/
alerting_rules.yml:
groups:
- name: security
rules:
@gjyoung1974
gjyoung1974 / hello.c
Created May 19, 2020 19:42
hello world prints emojis
/*
============================================================================
Name : hello_world.c
Author : Gordon Young
Version :
Copyright : Your copyright notice
Description : Hello World in C, Ansi-style
============================================================================
*/
@gjyoung1974
gjyoung1974 / hello.c
Created May 19, 2020 19:42
hello world prints emojis
/*
============================================================================
Name : hello_world.c
Author : Gordon Young
Version :
Copyright : Your copyright notice
Description : Hello World in C, Ansi-style
============================================================================
*/
@gjyoung1974
gjyoung1974 / hello.c
Created May 19, 2020 19:42
hello world prints emojis
/*
============================================================================
Name : hello_world.c
Author : Gordon Young
Version :
Copyright : Your copyright notice
Description : Hello World in C, Ansi-style
============================================================================
*/
@gjyoung1974
gjyoung1974 / hello.c
Created May 19, 2020 19:42
hello world prints emojis
/*
============================================================================
Name : hello_world.c
Author : Gordon Young
Version :
Copyright : Your copyright notice
Description : Hello World in C, Ansi-style
============================================================================
*/