Skip to content

Instantly share code, notes, and snippets.

View bbriggs's full-sized avatar

Bren Briggs bbriggs

View GitHub Profile
@bbriggs
bbriggs / certificate.yaml
Created September 1, 2021 22:05
Privatebin as a subdirectory with istio
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: fraq-tls
namespace: istio-system
spec:
issuerRef:
name: letsencrypt-prod
kind: ClusterIssuer
secretName: fraq-tls
on: [pull_request]
name: Test
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.14.x
@bbriggs
bbriggs / CVE-2020-1350.yaml
Created July 14, 2020 21:28
Ansible task for CVE-2020-1350 mitigation
- name: Mitigate CVE-2020-1350
hosts: all
tasks:
- name: Fix registry key to mitigate CVE-2020-1350
win_regedit:
path: HKLM:\SYSTEM\CurrentControlSet\Services\DNS\Parameters
name: TcpReceivePacketSize
data: 0xFF00
type: dword
@bbriggs
bbriggs / transfer.fish
Created December 6, 2019 21:20 — forked from nl5887/transfer.fish
Bash and zsh alias for transfer.sh. Transfers files and directories to transfer.sh.
function transfer
if test (count $argv) -eq 0
echo "No arguments specified. Usage:\necho transfer /tmp/test.md\ncat /tmp/test.md | transfer test.md"
return 1
end
## get temporarily filename, output is written to this file show progress can be showed
set tmpfile ( mktemp -t transferXXX )
## upload stdin or file

Feature: Remind Users to Register if they have not already

Description

The primary channel in secops is now +R. New users may not be immediately aware that they need to register in order to join the channel. Bitbot should have a module that checks a user's registration status and prompts them to register in order to join #main (or any official channels)

Logic

This trigger should send under the following circumstances:

ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCz+735fOtNh1wlKSbBgcIHl4zzqYFkMAIulUsLsLpd/PRgdZ0Cg96U2nc5gqdCY9+fHeFl3y0j7F47K96okpuHCamo3Tww5K21dnwwN5h3B/oFit5vGLv1psHKBIKLy3pImMC4uIjqyKd0rrrUZaQ3/CnyeqRzTK75LqTLALh8K+WdkMX2kKioN8KytScOVowbf3JrQbgE2nXabU1EX2E38MpGvddBG9kBWZLGLPBfd+OfMG0Dc31gAu5lmPdoFtQ9bFcI0jE5BcuEQAAk78Ho3rBqBkyGReI1ODrTub4BH4doOlZs/jGwg8o+SaCcKUgpIyubzpJVHHWoUXiDV4ujiI/hagjVZoXdVZ34h/NBXiChvrHb+ufcpteqF84Xi+zUZRDf0mp3RUh5CTdbllrlTX3fYvVMZxgOVFBLE9OcJ3v7I6MO5oq4Fb1Nj9TmFL67tBbFQYxA4kc4vwnccfKNpLYTQBgbnxAO2uNe8M8omj+d/R7ZiN5jKg1l9W+Y8auybI4Z2qPXCHivFBuYUiWYFBtveSJnV+Pi/70Qs3+FOPgoPNbMUDNnczp2ngKSiJLuXvm9olLRPeI3E5QUNEgG4pwvvyjiPCmTfNsnKrWFsJSX7QaIOheNorJiLGonAf1+6nKDP9yZvkWaqGNaffjTHvmcH9pDGQgVsbZ3ag+Mgw== thesnarkmachine
package main
import (
"encoding/csv"
"encoding/json"
"io/ioutil"
"os"
)
type Instance struct {
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQC79EzPVlj55/upEbfLuQ9QFCdFA6APJS7gayhxQW7CuCB+YaKt0lfW5CDvkGNXa26X4mnMwmCk0TP1ax9SlYvbDGGeG9yi2v2aQVnoCWBl11+9gnLGB7WXUPG5SnG2buW7tD1+fw6FwJ8aNkKrunLyTxAcpsc8HN9/gITi71znGVmzrOFXxtkrfLuuItXHx8hv6H8x4ipfocLi+O9+8m44AhMrk7JGTTfZKb6aoKax6YCO4t7KGlVWk9iO/ReYu9kaOldFGQOpfrn8XddHF/91KDTklbH3l7ghsTYGyC+wRgcxfO7A8Joxcv0jA29KHyUEO8c7VVOg5b3GeyqxgVLaOGT8gitcqbVYqJsWUfrxPHdmFgcdiKTPqoIILprI/8Kq5fAM7FKacW0FUm9+5eFrZC9ePfR3Bn/Zhs1sQ6jXOYsvet46X0NimmPHPg+50wBwcmtyqBF0ygPZ+zlbzrfFxHnxQknELwyCNz9zGBvB3bSvhGYkCG2lPiy/rPghh1pc3b16c6qQtl598vEaAspfyXw99BPCKbAZM7KqbRteNjcaBD/ngyWYWoxrB/x/1kMIpzL6lKWXEke2d/89e9NcHlsD95xG0YP5tCRtbGk5E+slC3QXszfuo+zO9loMZmayL7eZ4j5a3lkLQYQS1+hqaeMBXwpl3m0AQMFU9QQocQ== fraq

!gh verb [args...]

  • list
    • repos
      • user
      • org
    • issues
      • user
        • open
        • closed
  • repo

Your field guide to getting involved in #hack weekend

How do I...

Register

Sign up for hack here! Registration takes just a minute (you can even use Facebook or Github to make it superfast!)

Join or submit a project