Founded by Prashanth Yadav Pittakala
Professional cybersecurity portfolio showcasing internship findings, security research, and technical projects.
🔗 Live: prashanthyadavv.github.io/Portfolio 🌐 Domain: cybrito.tech
Cybrito is a personal cybersecurity research and development initiative founded by Prashanth Yadav Pittakala — a cybersecurity intern with hands-on experience in manual web application testing and vulnerability assessments.
Currently a Cyber Security Intern at UptoSkills. Previously completed a Cybersecurity & Ethical Hacking internship at ApexPlanet Software Pvt. Ltd.
- Brute-Force Vulnerability — Missing Rate Limiting | High Severity
- Authentication endpoint with no rate limiting, allowing unlimited login attempts
- Improper Server-Side Input Validation | Medium Severity
- Missing server-side validation on
user_typefield, affecting data integrity
- Missing server-side validation on
- CipherVerse — Security utility tool inspired by CyberChef for data transformation and security testing
- Behavior-Based Malware Analyzer — Sandbox-based behavioral analysis of suspicious files
├── index.html — Homepage
├── about.html — Professional background & skills
├── projects.html — Security projects & research
├── activity.html — Professional timeline
├── writeups.html — Vulnerability reports
├── disclosure.html — Responsible disclosure policy
├── contact.html — Contact information
├── css/
│ └── style.css — Stylesheet
├── js/
│ └── main.js — Navigation & interactivity
└── projects/
├── brute-force-rate-limit.html — Detailed vulnerability report
└── input-validation-issue.html — Detailed vulnerability report
- HTML5 — Semantic markup
- CSS3 — Custom properties, responsive design, dark theme
- Vanilla JavaScript — Mobile nav toggle, active page highlighting
- Inter — Typography via Google Fonts
git clone https://github.com/prashanthyadavv/Portfolio.git
start Portfolio/index.html© 2026 Cybrito — All content is the intellectual property of Prashanth Yadav Pittakala.