|
647 | 647 | "timeToRead": "90",
|
648 | 648 | "lang": "en",
|
649 | 649 | "publishDate": "04/24/2024"
|
| 650 | + }, |
| 651 | + { |
| 652 | + "url": "https://www.cyfrin.io/blog/secure-dapps-against-ui-spoofing-part-1-decoding-transactions", |
| 653 | + "title": "Detect UI Spoofing Attacks: Decoding Ethereum Calldata with Python", |
| 654 | + "description": "Learn to decode Ethereum calldata to detect malicious transactions before signing.", |
| 655 | + "author": "Valentina Rivas", |
| 656 | + "authorGithub": "https://github.com/333cipher", |
| 657 | + "tags": ["security", "smart contracts", "python", "transactions", "ERC-20"], |
| 658 | + "skillLevel": "intermediate", |
| 659 | + "timeToRead": "15", |
| 660 | + "lang": "en", |
| 661 | + "publishDate": "05/07/2025" |
| 662 | + }, |
| 663 | + { |
| 664 | + "url": "https://www.cyfrin.io/blog/secure-dapps-against-ui-spoofing-part-2-simulating-transactions", |
| 665 | + "title": "Prevent UI Spoofing: Simulating Ethereum Transactions with Foundry & Python", |
| 666 | + "description": "Simulate transactions on a local fork to verify on-chain behavior and catch UI spoofing.", |
| 667 | + "author": "Valentina Rivas", |
| 668 | + "authorGithub": "https://github.com/333cipher", |
| 669 | + "tags": ["security", "smart contracts", "foundry", "testing", "python", "ERC-20"], |
| 670 | + "skillLevel": "advanced", |
| 671 | + "timeToRead": "50", |
| 672 | + "lang": "en", |
| 673 | + "publishDate": "05/09/2025" |
650 | 674 | }
|
651 | 675 | ]
|
0 commit comments