Skip to content

Instantly share code, notes, and snippets.

[ec2-user@ip-172-31-20-148 ~]$ ./autograph -D 2>&1 > autograph.log
fatal error: runtime: out of memory
runtime stack:
runtime.throw(0xce7717, 0x16)
/home/ec2-user/go-1.10/go/src/runtime/panic.go:616 +0x81
runtime.sysMap(0xc44b7f0000, 0x57e0000, 0xb0e800, 0x13dd978)
/home/ec2-user/go-1.10/go/src/runtime/mem_linux.go:216 +0x20a
runtime.(*mheap).sysAlloc(0x13c3fc0, 0x57e0000, 0x7fe519142b68)
/home/ec2-user/go-1.10/go/src/runtime/malloc.go:470 +0xd4
** does EIS only want error logs, blocks, or also success (much larger log volume)? Going to say prob. errors only / no new l$
** which endpoints?
POST /blockEmail
POST /blockIp
POST /check
POST /checkAuthenticated
POST /checkIpOnly
POST /failedLoginAttempt
POST /passwordReset
#!/usr/bin/env node
`
example usage:
node ./screenshots_img_validation.js 'data:image/png;base64,R0k'
testing: data:image/png;base64,R0k
invalid-data-image { msg: 'Invalid PNG image submitted',
prefix: 'data:image/png;base64,R0k' }
/home/gguthe/screenshots_img_validation.js:24
@g-k
g-k / notes.md
Created July 19, 2018 20:49
notes on finding content signature hash for normandy dev for mythmon

"This is controlled via the security.content.signature.root_hash preference, where the value is the hexadecimal of the sha2$ https://github.com/mozilla-services/autograph/blob/3dc9cfc9585bb8bc7b2b22f618ef8abadf18ddc9/signer/contentsignature/README.$

  1. get chain from x5u for normandy_key: in autograph dev config
  2. wget https://content-signature.stage.mozaws.net/chains/normandy.content-signature.mozilla.org-20180811.stage.chain
  3. split last pem cert in file from chain (should be root CN; check with openssl x509 -text)
  4. openssl x509 -outform der < normandy.content-signature.mozilla.org-20180811.stage.chain.2 | openssl dgst -sha256
@g-k
g-k / normandy.content-signature.mozilla.org-20200419.stage.chain
Created April 25, 2019 20:06
bad normandy content signature cert and chain
-----BEGIN CERTIFICATE-----
MIIC1DCCAlmgAwIBAgIIFZb+zh4c4R0wCgYIKoZIzj0EAwMwgaIxCzAJBgNVBAYT
AlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1Nb3VudGFpbiBWaWV3
MRwwGgYDVQQKExNNb3ppbGxhIENvcnBvcmF0aW9uMRcwFQYDVQQLEw5DbG91ZCBT
ZXJ2aWNlczEvMC0GA1UEAxMmbm9ybWFuZHkuY29udGVudC1zaWduYXR1cmUubW96
aWxsYS5vcmcwHhcNMTkwMzIwMjE1NDQyWhcNMjAwNDE4MjE1NDQyWjCBojELMAkG
A1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDU1vdW50YWlu
IFZpZXcxHDAaBgNVBAoTE01vemlsbGEgQ29ycG9yYXRpb24xFzAVBgNVBAsTDkNs
b3VkIFNlcnZpY2VzMS8wLQYDVQQDEyZub3JtYW5keS5jb250ZW50LXNpZ25hdHVy
ZS5tb3ppbGxhLm9yZzB2MBAGByqGSM49AgEGBSuBBAAiA2IABM0feofDqq4KyKZb
$ diff <(openssl asn1parse -in tls13-compat/META-INF/mozilla.rsa -inform DER -i) <(openssl asn1parse -in short-cn-org-sao/META-INF/mozilla.rsa -inform DER -i)
1c1
< 0:d=0 hl=4 l=4191 cons: SEQUENCE
---
> 0:d=0 hl=4 l=4362 cons: SEQUENCE
3,4c3,4
< 15:d=1 hl=4 l=4176 cons: cont [ 0 ]
< 19:d=2 hl=4 l=4172 cons: SEQUENCE
---
> 15:d=1 hl=4 l=4347 cons: cont [ 0 ]
@g-k
g-k / keybase.md
Last active September 9, 2019 20:26

Keybase proof

I hereby claim:

  • I am g-k on github.
  • I am gguthe (https://keybase.io/gguthe) on keybase.
  • I have a public key ASAZtUtHBj2ihl6F-N_YWT8PbhwV-5XP_ofTYsXbb_kbzAo

To claim this, I am signing this object:

This file has been truncated, but you can view the full file.
{
"attributes": {
"JOB_NAME": "scan-3-depfiles-3f9e6fab",
"SCAN_ID": "3"
},
"data": [
{
"command": "curl -s \"https://raw.githubusercontent.com/mozilla/ssl-config-generator/master/package.json\" | tee \"package.json\";curl -s \"https://raw.githubusercontent.com/mozilla/ssl-config-generator/master/package-lock.json\" | tee \"package-lock.json\";",
"envvar_args": {
"BUILD_TARGET": "",

The following only works with the default user ('postgres'): gcloud sql connect --user If you try to connect using this command with any other user, the error message says FATAL: database 'user' does not exist. The workaround is to connect using the default user ('postgres'), then use the "\c" psql command to reconnect as the different user.

https://cloud.google.com/sql/docs/postgres/known-issues

Per :bobm:

cloud_sql_proxy -instances moz-fx-whatever-db-instance-name=tcp:PORT
psql postgres://USER@INTERNALIP:PORT/DBNAME
@g-k
g-k / symbols.py
Created June 14, 2021 18:08 — forked from luser/symbols.py
GDB Mozilla symbol server
# Any copyright is dedicated to the Public Domain.
# http://creativecommons.org/publicdomain/zero/1.0/
#
# A GDB Python script to fetch debug symbols from the Mozilla symbol server.
#
# To use, run `source /path/to/symbols.py` in GDB 7.9 or newer, or
# put that in your ~/.gdbinit.
from __future__ import print_function