Skip to content
View Maharkk's full-sized avatar
  • Red Team Hacker Academy
  • Kerala, India
  • LinkedIn in/maharkk

Block or report Maharkk

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
Maharkk/README.md

Most "WAF lab" walkthroughs work on the first try. Mine didn't — duplicate Include directives silently loading the same rules twice, and a shell that kept re-encoding my own test payloads before they reached the server. Chasing both down taught me more than the lab itself did.

Mahar — cybersecurity student based in India, focused on offensive security across web, API, and AI systems.


Practice areas

  • Web & API security — WAF hardening, REST/JWT auth flaws, OWASP API Top 10
  • AI / LLM security — prompt injection, adversarial testing, OWASP Top 10 for LLMs
  • Network & recon — scanning, sniffing, OSINT, wireless
  • Mobile & malware — attack surface mapping, static/dynamic triage

Working with Kali Linux, Burp Suite, Nmap, Wireshark, Metasploit, Postman, ffuf.

A recent lab

Deployed and hardened a ModSecurity WAF on Kali Linux — from a bare install to a ruleset tested against real payloads, not just enabled and left alone. The two issues above were the ones that actually taught me something; most of the rest was just following documentation correctly.

Currently

Working through the CEH v13 curriculum, module by module. This is a notebook, not a highlight reel — expect it to keep changing.


Reach me: LinkedIn · Email

Pinned Loading

  1. PRODIGY_CS_02 PRODIGY_CS_02 Public

    A simple image encryption tool using XOR-based pixel manipulation. Encrypt and decrypt PNG images with a user-specified key to secure image content. The tool avoids JPEG compression issues and ensu…

    Python 1

  2. PRODIGY_CS_01 PRODIGY_CS_01 Public

    Python implementation of Caesar Cipher for encryption and decryption tasks.

    Python 1

  3. PRODIGY_CS_05 PRODIGY_CS_05 Public

    A simple Python-based packet sniffer tool using Scapy for educational purposes. It captures and analyzes network packets, displaying key information like IP addresses, protocols, and payloads. Desi…

    Python

  4. PRODIGY_CS_03 PRODIGY_CS_03 Public

    A simple Password Complexity Checker tool that assesses the strength of passwords based on length, uppercase and lowercase letters, numbers, and special characters. Provides feedback on whether a p…

    Python

  5. PRODIGY_CS_04 PRODIGY_CS_04 Public

    A simple ethical keylogger built in Python, designed for educational purposes. It logs keystrokes with timestamps and saves them to a file. The keylogger includes user consent prompts and is time-l…

    Python 2