Skip to content

Instantly share code, notes, and snippets.

View codemedici's full-sized avatar
:shipit:
Hack the planet

Cosimo de' Medici codemedici

:shipit:
Hack the planet
View GitHub Profile
@gavinandresen
gavinandresen / BlockPropagation.md
Last active June 28, 2024 08:17
O(1) block propagation

O(1) Block Propagation

The problem

Bitcoin miners want their newly-found blocks to propagate across the network as quickly as possible, because every millisecond of delay increases the chances that another block, found at about the same time, wins the "block race."

@wcc526
wcc526 / blsql.py
Last active April 7, 2023 15:30
Blind SQL injection Python shell
#!/usr/bin/env python
'''
Blind SQL injection Python shell
BSIShell is a simple python script that permits blind SQL injection.
by Rodrigo Marcos
'''