Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Smart Contract Security 101, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:03:25
    1.1. Introduction
  • Урок 2. 00:04:29
    1.2. Understanding Security Importance
  • Урок 3. 00:01:35
    2.1. AgreedPrice
  • Урок 4. 00:04:45
    2.2. AgreedPrice Tests
  • Урок 5. 00:04:07
    2.3. Require Statement Solution
  • Урок 6. 00:05:29
    2.4. Custom Modifier Solution
  • Урок 7. 00:02:36
    2.5. Community Vetted Code
  • Урок 8. 00:03:10
    2.6. Ownable Solution
  • Урок 9. 00:00:52
    3.1. Unencrypted Data Introduction
  • Урок 10. 00:02:36
    3.2. Vault Contract
  • Урок 11. 00:02:08
    3.3. Storage Layout
  • Урок 12. 00:04:13
    3.4. Peeking in the storage
  • Урок 13. 00:00:53
    3.5. Conclusions
  • Урок 14. 00:03:51
    4.1. Overflow Introduction
  • Урок 15. 00:02:08
    4.2. SimpleToken (Victim)
  • Урок 16. 00:05:36
    4.3. Exploit
  • Урок 17. 00:05:08
    4.4. Overflow Soltuions
  • Урок 18. 00:01:34
    4.5. Conclusions
  • Урок 19. 00:01:47
    5.1. Contracts Interactions Introduction
  • Урок 20. 00:02:34
    5.2. Call(), send(), transfer()
  • Урок 21. 00:02:12
    5.3. SavingsAccount & Investor contracts
  • Урок 22. 00:06:41
    5.4. Interactions Tests
  • Урок 23. 00:02:07
    6.1. Introdiction
  • Урок 24. 00:02:19
    6.2. SavingAccounts V2 & InvestorV2
  • Урок 25. 00:05:40
    6.3. Reentrancy Attack
  • Урок 26. 00:04:41
    6.4. Reentrancy Solutions
  • Урок 27. 00:02:21
    7.1. Introduction
  • Урок 28. 00:02:20
    7.2. SmallWallet & Attacker
  • Урок 29. 00:03:32
    7.3. Exploit
  • Урок 30. 00:01:29
    7.4. Solution
  • Урок 31. 00:01:39
    8.1. Introduction
  • Урок 32. 00:02:39
    8.2. Auction Contract
  • Урок 33. 00:05:35
    8.3. Attack
  • Урок 34. 00:06:07
    8.4. Solution - Auction V2
  • Урок 35. 00:01:59
    9.1. Introduction
  • Урок 36. 00:03:50
    9.2. How Delegatecall Works
  • Урок 37. 00:07:59
    9.3. Storage Collisions
  • Урок 38. 00:04:54
    9.4. Custom Solution And Related Vulnerabilities
  • Урок 39. 00:01:45
    10.1. Introduction
  • Урок 40. 00:02:54
    10.2. Lottery Contract
  • Урок 41. 00:02:18
    10.3. The Path Of A Transaction
  • Урок 42. 00:05:17
    10.4. Miner Attack
  • Урок 43. 00:03:12
    10.5. Replicated Logic Attack
  • Урок 44. 00:05:51
    10.6. Chainlink VRF
  • Урок 45. 00:01:49
    11.1. Introduction
  • Урок 46. 00:01:34
    11.2. Signing a message off-chain with a wallet
  • Урок 47. 00:02:13
    11.3. MultiSigWallet Contract
  • Урок 48. 00:03:07
    11.4. Replay Attack on MultiSig
  • Урок 49. 00:02:53
    11.5. Replay Attack Fix
  • Урок 50. 00:00:51
    12.1. Introduction
  • Урок 51. 00:05:23
    12.2. The DAO
  • Урок 52. 00:02:42
    12.3. The King Of Ether
  • Урок 53. 00:05:50
    12.4. Parity Multi Sig Wallet
  • Урок 54. 00:01:28
    13.1. Conclusion