Static Analysis of a Suspicious Executable
Conducted a static analysis of a sample malware executable without running it. Extracted strings and analyzed headers to determine its potential functionality and identify indicators of compromise (IOCs).
0
1
Python Script for Subdomain Enumeration
Developed a custom Python script to automate the discovery of subdomains for a given target. This tool is essential for mapping the attack surface during the initial phase of a penetration test.
0
4
Basic Smart Contract Vulnerability Analysis
Analyzed a sample Solidity smart contract for common vulnerabilities like reentrancy and integer overflow.
0
2
Secure Api Development with Flask
Built a REST API backend using Python and Flask, with a strong focus on secure authentication and data validation.