Skip to content

Instantly share code, notes, and snippets.

View finleyexp's full-sized avatar

Finley finleyexp

View GitHub Profile
@finleyexp
finleyexp / CaptureTheEther.md
Created January 20, 2020 16:25 — forked from nadir-akhtar/CaptureTheEther.md
My runthrough of the wonderful capturetheether.com. Check me out on the leaderboard, "partywizard", in 24th place as of May 7, 2018. If you notice errors, feel free to bring it up in the discussion section.

Capture the Ether Writeup

This writeup is a runthrough of challenges at https://capturetheether.com/challenges/ built on the Ropsten testnet. I will go through each problem in four steps:

  1. The intention of the contract
  2. The flawed assumption
  3. The process of exploiting the vulnerability
  4. The potential patches

I'll provide examples of the code I wrote as needed. To save time, we'll skip into the Lotteries section, starting with Guess the secret number, as that's the first problem which truly required some thought.

@finleyexp
finleyexp / Contract Killer 3.md
Created October 15, 2018 20:38
The latest version of my ‘killer contract’ for web designers and developers

Contract Killer

The popular open-source contract for web professionals by Stuff & Nonsense

  • Originally published: 23rd December 2008
  • Revised date: March 15th 2016
  • Original post

@finleyexp
finleyexp / node-cms.md
Created June 17, 2018 00:42 — forked from eyecatchup/node-cms.md
[WIP] List of Node-based content management systems (CMS)
@finleyexp
finleyexp / agreement.md
Created January 7, 2018 22:37
Moderation Agreement

OpenBazaar Moderation Agreement

Author Version Last Updated
Tyler Smith 0.1.0 2016-04-18

Based on the moderation policy of @serp.

Goal

@finleyexp
finleyexp / giffer.sh
Created December 6, 2017 20:53 — forked from plugnburn/giffer.sh
Giffer - seamlessly embed JS into a GIF image to be usable both in <script> and <img> tags
#!/bin/bash
#Usage: giffer.sh input.gif input.js output.gif
(echo -n "GIF89a=/*";tail -c +10 $1;echo -n "*/0;$(<$2);")>$3
This is the Gator delegation script for STEEM. Please have a look at the README.md file.
Lucky Luke ('luckyluke.rb') for STEEM. Please have a look at the README.md file.
@finleyexp
finleyexp / .description.drphil.txt
Created August 2, 2017 15:52 — forked from inertia186/.description.drphil.txt
Dr. Phil (`drphil.rb`) is reimplementation of the "Winfrey" voting bot specification. The goal is to give everyone an upvote. See: https://steemit.com/radiator/@inertia/drphil-rb-voting-bot-update-fixes
This is the Dr. Phil bot for STEEM and GOLOS. Please have a look at the README.md file.
This is the Dr. Doogie bot for STEEM and GOLOS. Please have a look at the README.md file.