Skip to content

Instantly share code, notes, and snippets.

@dbiesecke
dbiesecke / open-in-cloud-shell.md
Last active April 3, 2023 12:57 — forked from manekinekko/open-in-cloud-shell.md
google gcloud.tips / Booklet : use the Google Cloud Shell to clone and edit a github repository

Booklets

To easy open Github/Bitbucket/Gist direct in Google Cloud Shell, you can save a Booklet like this & click on it

--

    javascript:location.href='https://console.cloud.google.com/cloudshell/open?git_repo='+encodeURIComponent(document.location.href)+'&page=editor&open_in_editor=README.md';
@dbiesecke
dbiesecke / osx_infector.py
Created February 2, 2016 04:52 — forked from secretsquirrel/osx_infector.py
From Shmoocon infection demo
import os
import struct
import shutil
import subprocess
class macho_intel32_shellcode():
"""
Mach-O Intel x32 shellcode class
"""
@dbiesecke
dbiesecke / burning-seri.es-api.markdown
Last active August 29, 2015 14:16 — forked from Bouni/burning-seri.es-api.markdown
burning-seri.es API CheatSheet

Short description of the burning-seri.es JSON API

Fetch a list all available series

GET https://burning-seri.es/api/series

Result (just a fragment):

[
@dbiesecke
dbiesecke / mkbundle_cygwin.sh
Created August 27, 2014 23:43 — forked from tebjan/mkbundle_cygwin.sh
Create a fullly bundled mono binary on *nix
#!/bin/bash
#
#Usage:
#1.) Install cygwin and make sure you select the following packages:
#- gcc-mingw
#- pkg-config
#- mingw-zlib1
#- mingw-zlib-devel
#
#2.) Install the following Mono release package: "Mono for Windows, Gtk#, and XSP"