KodoSec
@kodosec
Posting about Web2, Web3 and AI security
Effective Web3 security goes beyond just smart contracts. Let's remember the importance of securing frontends, APIs, and dependencies. A holistic approach protects users from threats like phishing & drainers at every layer. #DeFiSecurity #FullStackSecurity
Honestly, seed phrases have got to go. Expecting average users to manage 12/24 words securely is Web3's biggest delusion. We need Passkeys & embedded wallets yesterday. Security shouldn't require perfect opsec from everyone. #Web3Security #DeFiSecurity
Nvidia has increased compute 125x faster than Moore's Law for the past 8 years.. @PeterDiamandis at @Abundance360 Conference today.
What's the most valuable lesson you've learned about smart contract security?
Simplicity is king in smart contract security. Complex code is harder to audit and more prone to errors. #KeepItSimple #Web3Security #SmartContracts
Auditing a Web3 project isn't just about finding bugs in the code. It's about understanding the entire system, the business logic and the potential economic attack vectors. #Web3Security #SmartContractAudit #Auditing
⚠️Have you seen this common Solidity vulnerability? delegatecall executes code in the context of the caller, potentially overwriting your storage! address lib; fallback() external payable { (bool success,) = lib.delegatecall(msg.data); require(success);…
⚠️ Do you know this common Solidity vulnerability? Reentrancy attacks can drain funds from contracts if not handled carefully. Here's a vulnerable example: function withdraw(uint256 _amount) public { require(balances[msg.sender] >= _amount); (bool sent,) =…
🚩 Always verify function visibility in your smart contracts. Public versus external isn't trivial. Choosing incorrectly could: - Waste gas - Expose unexpected behaviors #SmartContractAudit #SolidityTips
JUST IN: 🇰🇵 North Korea's Lazarus Group behind Bybit's $1.4 billion hack, ZachXBT reports.
United States Trends
- 1. Broncos 50K posts
- 2. Bo Nix 14.2K posts
- 3. Geno 15.1K posts
- 4. Sean Payton 3,640 posts
- 5. Kenny Pickett 1,331 posts
- 6. #TNFonPrime 3,496 posts
- 7. Chip Kelly 1,393 posts
- 8. Bradley Beal 2,247 posts
- 9. Pete Carroll 1,088 posts
- 10. Jalen Green 4,261 posts
- 11. Jeanty 5,817 posts
- 12. Troy Franklin 2,207 posts
- 13. Daniel Carlson N/A
- 14. #911onABC 25.1K posts
- 15. #LVvsDEN 3,898 posts
- 16. Thursday Night Football 5,515 posts
- 17. Al Michaels N/A
- 18. #WickedOneWonderfulNight 4,304 posts
- 19. Cynthia 45.3K posts
- 20. byers 22.9K posts
Something went wrong.
Something went wrong.