Skip to content
View Lokeswar72's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Manipal Institute of Technology
  • bengluru

Highlights

  • Pro

Block or report Lokeswar72

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
Lokeswar72/README.md

Hi 👋, I'm Loki

Cybersecurity Student | Aspiring Pentester | Security Tool Developer


👨‍🎓 About Me

  • 🎓 Pre-final Year B.Tech Student
  • 🏫 Manipal University Bengaluru
  • 💻 Computer Science Engineering (Cybersecurity Specialization)
  • 🔐 Strong interest in Offensive Security & Penetration Testing
  • 🛠️ Building practical security tools and strengthening system-level understanding

I am passionate about identifying vulnerabilities, understanding attack vectors, and developing secure systems. My goal is to work in roles focused on penetration testing, vulnerability research, and security engineering.


⚔️ Technical Skills

🔐 Cybersecurity

  • Web Application Penetration Testing (Basics)
  • Vulnerability Assessment
  • Network Scanning & Enumeration
  • Cryptography (RSA, Hashing Concepts)
  • Basic Reverse Engineering Concepts

🛠️ Security Tools

  • Nmap
  • Wireshark
  • Burp Suite (Community Edition)
  • Metasploit (Basic usage)
  • SQLMap

💻 Programming

  • Python (Security scripting & automation)
  • C++
  • Bash scripting
  • Basic JavaScript

🌐 Concepts

  • OSI & TCP/IP Model
  • HTTP/HTTPS Internals
  • Linux System Fundamentals
  • Authentication & Authorization mechanisms

🚀 Projects

🔹 Python Port Scanner

  • Multi-threaded scanning
  • Banner grabbing
  • Service detection

🔹 RSA Encryption & Decryption Implementation

  • Implemented public-key cryptography from scratch
  • Demonstrated working of key generation and encryption

🔹 Basic Web Vulnerability Scanner

  • Input validation testing
  • SQL Injection detection (basic payload testing)
  • XSS detection concepts

🔹 Password Strength Checker

  • Entropy-based strength analysis
  • Weak password pattern detection

🧠 Currently Learning

  • Advanced Web Exploitation
  • Active Directory Basics
  • Privilege Escalation Techniques
  • Secure Coding Practices
  • Cloud Security Fundamentals

📊 Goals for 2026

  • Contribute to open-source security tools
  • Complete advanced penetration testing labs
  • Build 3–5 real-world security-focused projects
  • Prepare for cybersecurity internships

📫 Contact

📧 Email: travelgumyt@gmail.com
🔗 LinkedIn: https://www.linkedin.com/in/lokeswar-reddy-basireddy/


⚠️ All projects are developed for educational and ethical purposes only.

Popular repositories Loading

  1. PasswordAnalyzer PasswordAnalyzerPublic

    This is a really interesting password analyzer project! It's an interactive web application that evaluates password strength in real-time with a Matrix-inspired aesthetic.

    JavaScript 1

  2. To-Do-List-app To-Do-List-appPublic

    Python

  3. face-detection- face-detection-Public

    Python

  4. classical_cipher classical_cipherPublic

    This repository contains implementations of classical cryptography algorithms written in C.

    C

  5. file-encryptor file-encryptorPublic

    A simple yet secure File Encryption & Decryption Tool built in Python. It uses AES-256-GCM for encryption and a password-protected master key for secure key management.

    Python

  6. portsacnner portsacnnerPublic

    This tool actively scans hosts for open TCP and UDP ports and generates reports in both CSV and HTML formats.

    Python