I hereby claim:
- I am enilsen16 on github.
- I am enilsen16 (https://keybase.io/enilsen16) on keybase.
- I have a public key ASDFzznzJTYqQp-dltSaEEf_deoGo0I8kZAGWSiW7_xD2Ao
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| defmodule MyApp do | |
| use Application | |
| def start(_type, _args) do | |
| import Supervisor.Spec, warn: false | |
| children = [ | |
| Plug.Adapters.Cowboy.child_spec(:http, MyApp.Router, [], [ | |
| dispatch: dispatch | |
| ]) |
| defmodule TwilioToken do | |
| import Joken | |
| @app Application.get_env(:speaker, :twilio_app) | |
| @sid Application.get_env(:ex_twilio, :account_sid) | |
| @token Application.get_env(:ex_twilio, :auth_token) | |
| def generate do | |
| %{scope: "scope:client:outgoing?appSid=#{@app}"} | |
| |> token |
| javascript:void( (function(){ var current_location=location.href.replace(/^http\:\/\/(.*)$/,"$1"); var current_location=current_location.split("?")[0]; location.href="http://www.google.com/search?q=c..."+escape(current_location); })()) |
| <# | |
| Author: Casey Smith @subTee | |
| License: BSD3-Clause | |
| .SYNOPSIS | |
| Simple Reverse Shell over HTTP. Execute Commands on Client. | |
| 2016-01-25 12:53:38 -0800 | |
| ./build.py | |
| --confirm | |
| --jobs | |
| 8 | |
| This is the Qt Open Source Edition. |
| #!/bin/bash | |
| INTERFACE=Wi-Fi | |
| networksetup -setsocksfirewallproxy $INTERFACE 127.0.0.1 9050 off | |
| networksetup -setsocksfirewallproxystate $INTERFACE on | |
| tor | |
| networksetup -setsocksfirewallproxystate $INTERFACE off |
| #!/bin/bash | |
| # | |
| # DROPKICK.SH | |
| # | |
| # Detect and Disconnect the DropCam and Withings devices some people are using to | |
| # spy on guests in their home, especially in AirBnB rentals. Based on Glasshole.sh: | |
| # | |
| # http://julianoliver.com/output/log_2014-05-30_20-52 | |
| # | |
| # This script was named by Adam Harvey (http://ahprojects.com), who also |
| #!/bin/sh | |
| # Alot of these configs have been taken from the various places | |
| # on the web, most from here | |
| # https://github.com/mathiasbynens/dotfiles/blob/master/.osx | |
| # Set the colours you can use | |
| black='\033[0;30m' | |
| white='\033[0;37m' | |
| red='\033[0;31m' |