Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

To claim this, I am signing this object:

@TcM1911
TcM1911 / zig2yar.py
Created March 11, 2018 20:33
Generate hex string yara condition for a function using Radare2
# zig2yar
# Copyright (C) 2018 Joakim Kennedy
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
@TcM1911
TcM1911 / Dockerfile
Created December 29, 2014 12:48
Run OpenVPN in a docker container on i686
# Docker instructions for setting up OpenVPN
FROM tcm1911/wheezy:i386
MAINTAINER TcM1911
# Updating image
RUN apt-get update && apt-get upgrade -y
# Installing OpenVPN
RUN apt-get install openvpn iptables
@TcM1911
TcM1911 / Metasploit-Chromebook.md
Last active June 25, 2018 20:53
Instruction on how to setup Metasploit-framework on a Chromebook.

Run Metasploit-framework on a Chromebook

Enable Developer mode for the Chromebook

  1. Enter recovery mode by pressing Escape and Refresh, then press the power button.
  2. Press Control-D
  3. Press enter to confirm, and wait for the Chromebook to reboot.
  4. At the waring during the boot press Control-D or wait 30 seconds.

Install Crouton