A practical, hands-on module focused on Web3/Crypto wallet security, using only the Linux command-line utilities that students have learned in class(CSE365).
cat, grep, diff, touch, tr, chmod, Pipelining, Shell Scripting with Conditionals (if/then/else), and Environment Variable usage.1. Securing the Seed Phrase
touch, cat, tr (Translating chars), chmod (Changing Permissions)2. The Hot Wallet Exposure
grep (on Exported Variables)3. Phishing Content Analysis
diff (comparing files), grep4. API Key Log Forensics
grep (Pipelining/Grepping live output), Text Extraction5. Basic Signature Validation
Scripting with Conditionals (if/then/else), catIt is recommended to have a solid understanding of the commands listed above to successfully complete this module.
This module was created by Jacob Blemaster.