Skip to content

Adding Calldata + UI spoofing security tutorials #16040

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from
Open
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"
}
]