I hereby claim:
- I am umrysh on github.
- I am umrysh (https://keybase.io/umrysh) on keybase.
- I have a public key whose fingerprint is CB52 F88F C12C 8C20 2C5F 2D16 91FF 74B4 E946 E9D2
To claim this, I am signing this object:
| import urllib.request | |
| import sys | |
| import os | |
| import re | |
| import sqlite3 as lite | |
| from bs4 import BeautifulSoup, Comment | |
| # Using https://fediverse.network to get the list of Mastodon Instances | |
| url = 'https://fediverse.network/mastodon' |
| ####################################################################### | |
| # You will need gmusicapi (https://github.com/simon-weber/gmusicapi) | |
| # You can install it with: | |
| # pip install gmusicapi | |
| ####################################################################### | |
| import sys,warnings,subprocess,os,time | |
| from gmusicapi import Mobileclient | |
| from random import shuffle | |
| import curses |
| import requests | |
| import json | |
| import subprocess as sp | |
| import time | |
| from bittrex import Bittrex | |
| import hmac | |
| import urllib | |
| import hashlib | |
| import base64 | |
| import sys |
| import libtorrent as lt | |
| import time | |
| import pickle | |
| import MySQLdb as mdb | |
| #import sqlite3 as lite | |
| #import BeautifulSoup as bs | |
| import bs4 as bs | |
| import pickle | |
| import urllib2 | |
| import sys |
| <?php | |
| $key = "<API Key>"; | |
| $from = "[email protected]"; | |
| $to = "[email protected]"; | |
| if ($_SERVER['REQUEST_METHOD'] == 'POST') { | |
| if(isset($_POST['timestamp']) && isset($_POST['token']) && isset($_POST['signature']) && hash_hmac('sha256', $_POST['timestamp'] . $_POST['token'], $key) === $_POST['signature']) | |
| { | |
| if($_POST['event'] == 'complained') { |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| # Example Dovecot checkpassword script that may be used as both passdb or userdb. | |
| # | |
| # Originally written by Nikolay Vizovitin, 2013. | |
| # Assumes authentication DB is in /etc/dovecot/users, each line has '<user>:<password>' format. | |
| # Place this script into /etc/dovecot/checkpassword.sh file and make executable. | |
| # Implementation guidelines at http://wiki2.dovecot.org/AuthDatabase/CheckPassword |
| Verifying that +umrysh is my openname (Bitcoin username). https://onename.io/umrysh |
| #!/bin/bash | |
| # | |
| # Put this in /usr/local/src/, make it executable and run it. | |
| # Script From [https://dmsimard.com/2014/09/25/the-bash-cve-2014-6271-shellshock-vulnerability/] | |
| # | |
| # dependencies | |
| apt-get update; apt-get install build-essential gettext bison | |
| # get bash 3.2 source | |
| wget http://ftp.gnu.org/gnu/bash/bash-3.2.tar.gz |
| <job> | |
| <runtime> | |
| <description> | |
| Name: | |
| check_windows_updates (nrpe_nt-plugin) 1.5 based on check_msupdates (nrpe_nt-plugin) 1.0 | |
| License: | |
| The nagios plugins come with ABSOLUTELY NO WARRANTY. You may redistribute | |
| copies of the plugins under the terms of the GNU General Public License. | |
| For more information about these matters, see the file named COPYING. |