Cybersecurity
Explore my cybersecurity projects which are mostly still under construction. I also enjoy doing malware/scam software code analysis which are not shown in this portfolio.
WebVulnScanner - Website Vulnerability Scanner
A tool that automates scanning a webpage for vulnerabilities to detect SQL Injections, XSS and CSRF vulnerabilities in a mock e-commerce site
- Simple e-commerce site built with Flask and MySQL
- OWASP ZAP and Selenium is used to automate scanning and browser based testing
- Website hosted on AWS EC2
- Final product underway!
Repository is private
Phishing Email Analysis
PLANNED FUTURE PROJECT! - A detailed breakdown of sophisticated phishing campaigns, including header analysis, payload examination, and attribution.
AES ECB Encryption - AES (Advanced Encryption Standard) encryption in ECB mode
Encrypting an image using the AES algorithm
- Encrypting an image using the AES algorithm in ECB (Electronic Codebook) mode
- ECB encrypts the image in 16-byte blocks independently
Repository is private
AES CBC Encryption - AES (Advanced Encryption Standard) encryption in CBC mode
Encrypting an image using the AES algorithm
- Encrypting an image using the AES algorithm in CBC (Cipher Block Chaining) mode
- CBC encrypts the image in 16-byte blocks, but the next block is XOR'd with the previous block
Repository is private