Skip to content

Instantly share code, notes, and snippets.

@idanw
idanw / sip.rb
Created November 6, 2013 19:03
sip 4.15.3 linking with libstdc++
require 'formula'
class Sip < Formula
homepage 'http://www.riverbankcomputing.co.uk/software/sip'
url 'http://download.sf.net/project/pyqt/sip/sip-4.15.3/sip-4.15.3.tar.gz'
sha1 'ef9916d36fedfd3cfa7161b5fd402f274ea0c99e'
head 'http://www.riverbankcomputing.co.uk/hg/sip', :using => :hg
depends_on :python => :recommended
@idanw
idanw / description
Created March 17, 2012 02:36
Stripe CTF Solutions
Stripe CTF Solutions
Author: Idan Warsawski
Here's a small description of how I did each level:
Level 01:
system("date");
Realias date to another pogram that will run "cat /home/level02/.password"
I used a simple shell script: