This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# tested on Max OS X 10.13.2 "High Sierra" | |
# install qemu using: `brew install qemu` | |
# get kernel from: https://github.com/dhruvvyas90/qemu-rpi-kernel/blob/master/kernel-qemu-4.4.34-jessie?raw=true | |
# get raspbian image from: http://downloads.raspberrypi.org/raspbian_latest | |
qemu-system-arm \ | |
-kernel kernel-qemu-4.4.34-jessie \ | |
-cpu arm1176 \ |
When running laforge, if you get the following error:
panic: gob: registering duplicate types for "github.com/zclconf/go-cty/cty.primitiveType": cty.primitiveType != cty.primitiveType
The following steps can be taken to fix it:
- Edit
$GOPATH/src/github.com/hashicorp/terraform/vendor/github.com/zclconf/go-cty/cty/types_to_register.go
- Comment out the following import statements:
"math/big"
I hereby claim:
- I am rossja on github.
- I am algorythm (https://keybase.io/algorythm) on keybase.
- I have a public key ASDFgB-KRHOkKCnCMP7SAoAOOmOGk4pcMM2hoYF-n5h78wo
To claim this, I am signing this object:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/perl | |
use strict; | |
my @chars=( | |
"\x0a","\x0a","\x3d","\x78", | |
"\x3d","\x20","\x0a","\x6f", | |
"\x20","\x2e","\x20","\x0a", | |
"\x5e","\x5f","\x5f","\x5f", | |
"\x5e","\x0a","\x0a","\x79", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
// JSON export of TOTP keys from Authy | |
// based on the scripts and comments at <https://gist.github.com/gboudreau/94bb0c11a6209c82418d01a59d958c93> | |
// Last tested: 2019-03-19 | |
// ----------------------------------------------------------- | |
// Tested on: | |
// - Chrome version 72.0.3626.121 (Official Build) (64-bit) | |
// - Authy version 2.6.0 | |
// ----------------------------------------------------------- | |
// Directions: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
worlds["default"] = "/tmp/server/world/" | |
worlds["nether"] = "/tmp/server/world_nether/" | |
renders["default_day"] = { | |
"world": "default", | |
"title": "Default Day", | |
"rendermode": smooth_lighting, | |
"dimension": "overworld", | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
# ================================================= | |
# stupid script to dump kik profile data without a login or bot API key | |
# example command: `kiksnarf.py Kikteam` | |
# example output: | |
# fetching profile from: https://ws2.kik.com/user/Kikteam | |
# Name: Kik Team | |
# Display Pic URL: http://profilepics.cf.kik.com/9wG3zRZW8sLxLnpmyOfwNE7ChYk/orig.jpg | |
# Display Pic Last Updated: 2018-07-12T18:00:02Z | |
# ================================================= |
Now official at https://info.defcon.org/#streams :)
OlderNewer