Skip to content
View krisk248's full-sized avatar
👉
👉

Block or report krisk248

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
krisk248/README.md
Typing SVG

profile views followers stars


🚀 About Me

class VersatileTechEnthusiast:
    def __init__(self):
        self.name = "Kannan"
        self.role = "Multi-Disciplinary Tech Enthusiast"
        self.location = "Earth 🌍"

        # My diverse skillset
        self.interests = {
            "security": ["Bug Bounty Hunting", "Penetration Testing", "Security Research"],
            "devops": ["DevSecOps", "CI/CD", "Cloud Infrastructure", "Container Orchestration"],
            "hardware": ["3D Printing", "PCB Design", "Drone Building", "Hardware Hacking"],
            "software": ["Full Stack Deployment", "Automation", "System Architecture"]
        }

        self.current_projects = [
            "🔐 Hunting bugs and securing applications",
            "🏗️ Building DevSecOps pipelines",
            "🖨️ Designing and printing custom 3D models",
            "⚡ Creating custom PCB designs",
            "🚁 Building and programming drones",
            "💻 Automating everything I can"
        ]

        self.philosophy = "Jack of all trades, master of some. Always learning, always building."
        self.motto = "If it runs on electricity, I can hack it. If it doesn't, I can build it."

    def get_expertise_level(self, domain):
        levels = {
            "Security": "●●●●●○",
            "DevSecOps": "●●●●●○",
            "Hardware": "●●●●○○",
            "3D_Printing": "●●●●○○",
            "Development": "●●●●●○",
            "PCB_Design": "●●●○○○",
            "Drones": "●●●●○○"
        }
        return levels.get(domain, "Learning...")

    def say_hi(self):
        return """
        🎯 Building the future, one commit at a time
        🔧 Breaking things to understand how they work
        💡 Creating solutions that didn't exist yesterday
        🌟 Living at the intersection of hardware and software
        """

me = VersatileTechEnthusiast()
print(me.say_hi())
print(f"\n💪 Computers are my world. Let's build something amazing together!")

🛡️ Security & DevSecOps Arsenal

🔧 Hardware & Making Arsenal

💻 Development Tech Stack


📊 GitHub Statistics


📈 Contribution Graph


💼 What I'm Currently Building

security_research:
  - 🔐 Bug bounty hunting on major platforms
  - 🌐 Web application penetration testing
  - 🛡️ Security automation tools

devsecops_projects:
  - ☁️ Building secure CI/CD pipelines with Jenkins & GitLab
  - 🐳 Container security with Kubernetes & Docker
  - 🔧 Infrastructure as Code with Terraform & Ansible
  - 📊 Security monitoring & compliance automation

hardware_adventures:
  - 🖨️ Custom 3D printed mechanical parts and enclosures
  - ⚡ PCB design for IoT security testing devices
  - 🚁 Building autonomous drones with custom flight controllers
  - 🔩 Hardware hacking and reverse engineering projects

software_development:
  - 💻 Full-stack applications with React & FastAPI
  - 🤖 Automation scripts for everything
  - 🔗 API integrations and microservices architecture

learning_journey:
  - 📚 Advanced exploit development techniques
  - 🎓 Cloud-native security architectures
  - 🔬 Embedded systems programming
  - 🌟 AI/ML for security automation

🎯 My Expertise Domains

🔒 Security

  • Penetration Testing
  • Bug Bounty Hunting
  • Security Research
  • Vulnerability Assessment
  • OWASP Top 10
  • Network Security
  • Application Security

⚙️ DevSecOps

  • CI/CD Pipelines
  • Kubernetes & Docker
  • Jenkins & GitLab CI
  • Infrastructure as Code
  • Security Automation
  • Cloud Security (AWS)
  • Monitoring & Logging

🔧 Hardware

  • 3D Printing & CAD
  • PCB Design (KiCad)
  • Drone Building
  • Arduino & ESP32
  • Raspberry Pi Projects
  • Hardware Hacking
  • Soldering & Assembly

📫 Connect With Me


💡 "The best way to predict the future is to build it" 💡

Show some ❤️ by starring repositories if you find them useful!

Pinned Loading

  1. krisk248 krisk248 Public

  2. chklst-go chklst-go Public

    My checklist app in GO

    Vue

  3. jenkins-automation jenkins-automation Public

    Python

  4. jenkins-shared-library jenkins-shared-library Public

    Jenkins Shared Pipeline Library

    Groovy

  5. llamacoder llamacoder Public

    Forked from Nutlope/llamacoder

    Open source Claude Artifacts – built with Llama 3.1 405B

    TypeScript

  6. ultraviolet ultraviolet Public

    My portfolio Website called ultraviolet

    Astro