Skip to content

Instantly share code, notes, and snippets.

View smk762's full-sized avatar
⛓️
forging chains to break cages

smk762

⛓️
forging chains to break cages
View GitHub Profile
@smk762
smk762 / withheld-accounts.csv
Created May 16, 2023 18:52 — forked from travisbrown/withheld-accounts.csv
Twitter accounts withheld in specific countries, sorted by date of last observed change (most recent first)
Twitter ID Screen name Follower count Countries Observed Reversed
779611043819511809 kebs2theWorld 25 ID 2023-05-14
489399217 cevheriguven 584378 TR 2023-05-13
859035306 pascocle 767 ID 2023-05-13
2889606220 Tipobet_GirisTR 20991 TR 2023-05-13
3389937886 who98408150 715510 TR 2023-05-13
1250630172329402368 qazwsx168888 425623 ID 2023-05-13
1304490800844345355 MyVintageFox 28841 ID 2023-05-13
1357673140797796352 _YFKOfficial 404 IN 2023-05-13
1366132337919016960 JabamiOnly 10690 ID 2023-05-13
@smk762
smk762 / top-promoter-names-01.csv
Created May 16, 2023 18:51 — forked from travisbrown/top-promoter-names-01.csv
Screen names for all of the top 10k "promoter" accounts from sTechLab/VoterFraud2020
Twitter ID Status Followers Screen names
25073877 ❌ suspended realDonaldTrump
187680645 ❌ suspended LLinWood
770781940341288960 ☑️ active 1,137,346 RudyGiuliani, xxxxxxx37583982
26487169 ☑️ active 2,144,540 LouDobbs, loudobbsnews
4041824789 ☑️ active 618,434 RSBNetwork
240454812 ❌ suspended GenFlynn
586707638 ❌ suspended SidneyPowell1
2853461537 ☑️ active 656,713 ScottAdamsSays
16989178 ❌ suspended JamesOKeefeIII
@smk762
smk762 / testnet-2023.txt
Last active April 15, 2023 10:03
Komodo Notary Node Testnet 2023 setup cheat sheet
This guide assumes you have already completed the steps in the following two links:
- https://docs.komodoplatform.com/notary/setup-Komodo-Notary-Node.html#initial-server-setup
- https://docs.komodoplatform.com/notary/setup-Komodo-Notary-Node.html#install-komodo-by-compiling-it-from-source
### Clone dPoW and checkout the testnet branch
```
git clone https://github.com/KomodoPlatform/dPoW/
git checkout 2023-testnet
```
@smk762
smk762 / coins_rick_n_morty
Created March 21, 2023 16:15
coins_rick_n_morty
[
{
"coin": "RICK",
"asset": "RICK",
"fname": "RICK (TESTCOIN)",
"rpcport": 25435,
"txversion": 4,
"overwintered": 1,
"mm2": 1,
"protocol": {
@smk762
smk762 / scan_electrums.py
Last active October 1, 2022 06:42
scan_electrums.py
#!/usr/bin/env python3
import os
import ssl
import json
import time
import socket
import requests
import threading
from pprint import pprint
@smk762
smk762 / 3p_checklist.md
Last active June 6, 2022 15:07
dPoW New Season Third Party Update checklist

The following notes demonstrate the files and fields that need to be updated in third party project repositories at the start of a new Notary Node season. Though it is indicative of some of the things needed when adding new 3rd Party projects, additional changes may be required - contact partners@komodoplatform.com for more information.

src/komodo_notaries.h

configure.ac

@smk762
smk762 / README.md
Created March 29, 2022 08:19 — forked from roachhd/README.md
EMOJI cheatsheet 😛😳😗😓🙉😸🙈🙊😽💀💢💥✨💏👫👄👃👀👛👛🗼🔮🔮🎄🎅👻

EMOJI CHEAT SHEET

Emoji emoticons listed on this page are supported on Campfire, GitHub, Basecamp, Redbooth, Trac, Flowdock, Sprint.ly, Kandan, Textbox.io, Kippt, Redmine, JabbR, Trello, Hall, plug.dj, Qiita, Zendesk, Ruby China, Grove, Idobata, NodeBB Forums, Slack, Streamup, OrganisedMinds, Hackpad, Cryptbin, Kato, Reportedly, Cheerful Ghost, IRCCloud, Dashcube, MyVideoGameList, Subrosa, Sococo, Quip, And Bang, Bonusly, Discourse, Ello, and Twemoji Awesome. However some of the emoji codes are not super easy to remember, so here is a little cheat sheet. ✈ Got flash enabled? Click the emoji code and it will be copied to your clipboard.

People

:bowtie: 😄

@smk762
smk762 / maderas.txt
Created February 8, 2022 02:51 — forked from ha3ks/maderas.txt
Clone of the arsenal, armory & library by Maderas (@hackermaderas) -- https://pastebin.com/v8Mr2k95
The arsenal, armory & library by Maderas (@hackermaderas, #CyberpunkisNow) 6/8/2019
Original / 1st version here: https://pastebin.com/rMw4WbhX
___________________________________________________________________________________
# Basic knowledge requirements for Red Teaming, PenTesting, Hacking & Cybersecurity
# These are the basic competencies expected (and tested for during the in-person technical interview) by one of the largest, most visible InfoSec companies # on Earth.
@smk762
smk762 / get_coins_report.py
Last active October 18, 2021 12:00
AtomicDEX-Desktop Supported Coins Report
#!/usr/bin/env python3
import sys
import csv
import requests
VERSION = "0.5.2"
BRANCH = "master"
protocols = []
wallet_only = 0
sudo apt install build-essential
sudo apt install software-properties-common
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt update
sudo apt install gcc-9 g++-9