Skip to content

Instantly share code, notes, and snippets.

View beneshed's full-sized avatar
👨‍💻
working

Ben Eshed beneshed

👨‍💻
working
View GitHub Profile
2018/01/29 15:34:12 [INFO] Packer version: 1.1.3
2018/01/29 15:34:12 Packer Target OS/Arch: darwin amd64
2018/01/29 15:34:12 Built with Go Version: go1.9.2
2018/01/29 15:34:12 Detected home directory from env var: /Users/benwaters
2018/01/29 15:34:12 Using internal plugin for lxc
2018/01/29 15:34:12 Using internal plugin for lxd
2018/01/29 15:34:12 Using internal plugin for null
2018/01/29 15:34:12 Using internal plugin for vmware-vmx
2018/01/29 15:34:12 Using internal plugin for virtualbox-ovf
2018/01/29 15:34:12 Using internal plugin for amazon-ebs
{
"builders": [{
"type": "amazon-ebs",
"region": "us-east-1",
"source_ami": "ami-05e0b57f",
"instance_type": "t2.medium",
"ssh_username": "burrito",
"ssh_timeout": "15m",
"ami_name": "base-image16-pci-{{isotime | clean_ami_name}}",
"iam_instance_profile": "packer",
@beneshed
beneshed / keybase.md
Created February 17, 2019 13:57
keybase.md

Keybase proof

I hereby claim:

  • I am thebenwaters on github.
  • I am shoconinja (https://keybase.io/shoconinja) on keybase.
  • I have a public key ASAHht95FDm0sqNBghgMcgrIFogX7Gym2Jj2lstZWCaUqgo

To claim this, I am signing this object:

@beneshed
beneshed / re.txt
Last active May 23, 2019 10:54
Regex for auth.log
# generic
([A-Za-z]+)\s(\d+)\s((\d+):(\d+):(\d+))\s([A-Za-z0-9-]+)\s([A-Z-]+(\[[0-9]+\])?:)\s(.*)
# command specific
([A-Za-z]+)\s(\d+)\s((\d+):(\d+):(\d+))\s([A-Za-z0-9-]+)\s([A-Z-]+(\[[0-9]+\])?:)\s+(\w+)\s+:\s+TTY=([0-9A-Z\/]+\s;)\sPWD=([0-9A-Z\/]+\s;)\sUSER=([0-9A-Z\/]+\s;)\sCOMMAND=(.*)
@beneshed
beneshed / README.md
Last active April 26, 2022 10:55
Azure Firewall Calculate Rule Collection Group Size - Python (Unofficial)