Skip to content

Instantly share code, notes, and snippets.

View tofuseng's full-sized avatar

t͡ɕ∱ບຮɐດອ² tofuseng

  • 0x91EA74C6B1991B5B
View GitHub Profile
@tofuseng
tofuseng / Article.md
Created April 3, 2018 05:48
Step-by-step guide how to accept bitcoin in Rails website ☺️

Accept bitcoin in website

Bitcoin is a decentralised digital currency which has been growing rapidly in popularity and use. You can send bitcoins to people and businesses around the world quickly, easily, and with much less fees than international wire transfers, PayPal, or Visa, e.t.c.

This is a step-by-step guide, how to accept bitcoin in your website without using the full node or third-party service like blockchain.info or blocktrail.com or any other bitcoin-wallet site.

@tofuseng
tofuseng / JSRat.ps1
Created December 31, 2015 06:11
Fileless JavaScript Reverse HTTP Shell
<#
Author: Casey Smith @subTee
License: BSD3-Clause
.SYNOPSIS
Simple Reverse Shell over HTTP. Execute Commands on Client.
@tofuseng
tofuseng / gist:67b07d84def662989b51
Created November 14, 2015 19:29 — forked from david415/gist:120f157f62d20b11e39f
secret onion git http repo! fuck github. no masters. no sys admins. only the secret police know how cool i am.
virtualenv virtenv-txtorcon
. ./virtenv-txtorcon/bin/activate
pip install txtorcon
export project=myproject
export secret=`pwgen 64`
mkdir -p public_html/$secret
cp -a $project public_html/$secret
touch public_html/index.html

OS X Preferences


most of these require logout/restart to take effect

# Enable character repeat on keydown
defaults write -g ApplePressAndHoldEnabled -bool false

# Set a shorter Delay until key repeat