Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions src/data/externalTutorials.json
Original file line number Diff line number Diff line change
Expand Up @@ -647,5 +647,29 @@
"timeToRead": "90",
"lang": "en",
"publishDate": "04/24/2024"
},
{
"url": "https://www.cyfrin.io/blog/secure-dapps-against-ui-spoofing-part-1-decoding-transactions",
"title": "Detect UI Spoofing Attacks: Decoding Ethereum Calldata with Python",
"description": "Learn to decode Ethereum calldata to detect malicious transactions before signing.",
"author": "Valentina Rivas",
"authorGithub": "https://github.com/333cipher",
"tags": ["security", "smart contracts", "python", "transactions", "ERC-20"],
"skillLevel": "intermediate",
"timeToRead": "15",
"lang": "en",
"publishDate": "05/07/2025"
},
{
"url": "https://www.cyfrin.io/blog/secure-dapps-against-ui-spoofing-part-2-simulating-transactions",
"title": "Prevent UI Spoofing: Simulating Ethereum Transactions with Foundry & Python",
"description": "Simulate transactions on a local fork to verify on-chain behavior and catch UI spoofing.",
"author": "Valentina Rivas",
"authorGithub": "https://github.com/333cipher",
"tags": ["security", "smart contracts", "foundry", "testing", "python", "ERC-20"],
"skillLevel": "advanced",
"timeToRead": "50",
"lang": "en",
"publishDate": "05/09/2025"
}
]