# KUTTOSEC Portfolio
This repository is a personal cybersecurity portfolio for Koech Kutto, a student at Mount Kenya University, Eldoret, with previous studies at RVTTI Eldoret. The site documents the user’s focus on cybersecurity, ethical hacking, reconnaissance, web application security, exploitation testing, and hands-on lab work.
## Included pages
- `index.html` — homepage overview and profile summary
- `about.html` — education and personal background
- `projects.html` — labs, security work, and practical projects
- `skills.html` — tools and technical capabilities
- `events.html` — hackathons and participation history
- `contact.html` — profile and contact information
- `styles.css` — shared portfolio styling
## Personal profile highlights
- Student at Mount Kenya University, Eldoret
- Completed earlier studies at RVTTI Eldoret
- Major in cybersecurity
- Strong in Nmap, Metasploit, Wireshark, Shodan, Burp Suite
- Focus on recon, exploitation, web security, SQLi testing, and pentesting labs
- Participated in hackathons at MKU, Chepkoilel University, and Nakuru MKU
## Local preview
Open the site in a browser from the project folder, for example:
```bash
cd /path/to/sme-security-audit
python3 -m http.server 8000
```
Then visit `
localhost`.
## Notes
This project is intentionally a lightweight static portfolio site rather than a client portal or services prototype. It was repurposed to reflect the individual’s cybersecurity journey and work.