4k up to 5k to spend.
We want 3 isolated computing environments to provide 3 different services.
- A build server for android and binary releases
- A web-host for soapbox and ombuds static sites
- An ombfullnode behind a TOR hidden service
| @load base/protocols/http | |
| module EvilUserAgents; | |
| export { | |
| const evil_user_agents = /curl\/[0-9.]+/ &redef; | |
| } | |
| event HTTP::log_http(rec: HTTP::Info) | |
| { |
| 08/03/2017 00:37:55,8erver,Jnknown,A self—generated certificate was successfully loaded for encryption. | |
| 08/03/2017 00:41:52, spid57,.nknown, Setting database option ANSI_ PADDING to OFF for database IEBC_ PRESIDENTIAL2017. | |
| 08/03/2017 04:00:52,5pid54,anknown,Setting database option MULTI_USER to UN for database IEBC_KITUI_COUNTY. | |
| 08/03/2017 04:02:19,5pid54,anknown,Setting database option COMPATIBILITY_LEVEL to 100 for database IEBC_NYERI_COUNTY. | |
| 08/03/2017 04:02:40,5pid54,snknown,Setting database option ANSI_NULLS to OFF for database IEBC_KIRINYAGA_COUNTY. | |
| 08/03/2017 04:02:58, spid54,snknown, Setting database option ANSI_ PADDING to OFF for database IEBC_ MURANGA_ COUNTY. | |
| 08/03/2017 04:07:16,5pid53,anknown,Setting database option DISABLE_BROKER to ON for database IEBC_NAROK_COUNTY. | |
| 08/03/2017 04:10:25,5pid53,snknown,Setting database option ARITHABORT to OFF for database IEBC_MIGORI_COUNTY. | |
| 08/03/2017 09:05:23,Logon,Unknown,Login failed for user 'msando'. Reason: The password of the account must be changed. [CL |
| #!/bin/bash | |
| set -x | |
| set -e | |
| TT=`tty` | |
| BASE='http://localhost:8082' | |
| printf 'Logging into service %s\n\n' $BASE | |
| #!/usr/bin/env python | |
| import sys | |
| import io | |
| from twisted.internet import reactor, defer | |
| from txtorcon import TorInfo, build_local_tor_connection, Router | |
| def error(x): | |
| print "ERROR", x |
| #!/usr/bin/env python | |
| import string | |
| import random | |
| import timeit | |
| #from globaleaks.handlers import authentication | |
| from globaleaks.security import check_password, hash_password | |
| guesses = 1000000 |
| var bcnBrandInjection = bcnBrandInjection || {}; | |
| (function (bcnBrandInjection, context) { | |
| /*! | |
| * @preserve Qwery - A selector engine | |
| * https://github.com/ded/qwery | |
| * (c) Dustin Diaz 2014 | License MIT | |
| */ | |
| (function(e,t,n){typeof module!="undefined"&&module.exports?module.exports=n():typeof define=="function"&&define.amd?define(n):t[e]=n()})("qwery",this,function(){function o(e){return[].slice.call(e,0)}function u(e){var t;return e&&typeof e=="object"&&(t=e.nodeType)&&(t==1||t==9)}function a(e){return typeof e=="object"&&isFinite(e.length)}function f(e){for(var t=[],n=0,r=e.length;n<r;++n)a(e[n])?t=t.concat(e[n]):t[t.length]=e[n];return t}function l(e){var t=[],n,r;e:for(n=0;n<e.length;n++){for(r=0;r<t.length;r++)if(t[r]==e[n])continue e;t[t.length]=e[n]}return t}function c(e){return e?typeof e=="string"?h(e)[0]:!e[i]&&a(e)?e[0]:e:t}function h(r,i){var l,h=c(i);return!h||!r?[]:r===n||u(r)?!i||r!==n&&u(h)&&s(r,h)?[r]:[]:r&&a(r)?f(r):t.getElementsByClassName&&r=="string"&&(l=r.match(e))?o(h.getEl |
| package main | |
| import ( | |
| "flag" | |
| "fmt" | |
| "io/ioutil" | |
| "log" | |
| "github.com/PointCoin/btcnet" | |
| "github.com/PointCoin/btcrpcclient" |
| ; saba | |
| addpeer=52.11.86.96 | |
| ; peter | |
| addpeer=52.10.98.211 | |
| ; Laurence | |
| addpeer=54.164.199.124 | |
| ; Anat |
| // These functions have been shamelessly taken from https://github.com/btcsuite/btcd/blob/master/mining.go | |
| package support | |
| import ( | |
| "math/rand" | |
| "github.com/PointCoin/btcnet" | |
| "github.com/PointCoin/btcutil" | |
| "github.com/PointCoin/btcwire" |