← All creators

sunilgentyala

User

OmniRed: Multi-AI offensive security skills library for Claude, ChatGPT, Gemini & Microsoft Copilot — with unique MCP, LLM-pipeline, and AI-native attack categories. By Sunil Gentyala, Independent Researcher.

34 indexed · 0 Featured · 0 stars · avg score 63
Prolific

Categories

Indexed Skills (34)

AI & Automation Listed

kerberoasting

Kerberoasting expert methodology — request TGS tickets for SPN-registered service accounts, extract, and crack offline. Covers enumeration, targeted attacks, AS-REP roasting, and detection evasion.

0 Updated 1 weeks ago
sunilgentyala
AI & Automation Listed

pass-the-hash

Pass-the-Hash (PtH) and Pass-the-Ticket (PtT) attack methodology for Windows environments. Covers hash extraction, lateral movement, credential reuse, and over-pass-the-hash (PTK).

0 Updated 1 weeks ago
sunilgentyala
AI & Automation Listed

jailbreaking

Expert methodology for testing constitutional AI safeguards through roleplay personas, fictional framing, and behavioral boundary probing. For authorized red team assessments of LLM deployments.

0 Updated 1 weeks ago
sunilgentyala
AI & Automation Listed

model-extraction

Query-based model extraction and intellectual property theft methodology for authorized assessments. Covers functional extraction, architecture inference, and training data reconstruction.

0 Updated 1 weeks ago
sunilgentyala
AI & Automation Listed

prompt-injection

Expert methodology for testing direct and indirect prompt injection vulnerabilities in LLM-powered applications, agents, and pipelines. Covers payload construction, context manipulation, cross-agent propagation, and exfiltration triggers.

0 Updated 1 weeks ago
sunilgentyala
AI & Automation Listed

system-prompt-extraction

Methodology for recovering hidden system prompts from LLM-based products. Covers direct extraction, differential probing, and reconstruction from partial leaks. Relevant for competitive intelligence assessments and prompt confidentiality evaluations.

0 Updated 1 weeks ago
sunilgentyala
AI & Automation Listed

oauth

OAuth 2.0 attack methodology. Covers redirect_uri manipulation, state CSRF bypass, authorization code interception, implicit flow token theft, open redirect chaining, and PKCE bypass.

0 Updated 1 weeks ago
sunilgentyala
AI & Automation Listed

session-attacks

Session management attack methodology. Covers session fixation, CSRF, cookie theft, session prediction, concurrent session abuse, and logout bypass.

0 Updated 1 weeks ago
sunilgentyala
AI & Automation Listed

container-escape

Container escape methodology for Docker and Kubernetes. Covers privileged container breakout, mounted socket exploitation, capabilities abuse, cgroup v1 escape, and K8s node compromise.

0 Updated 1 weeks ago
sunilgentyala
AI & Automation Listed

iam-privesc

Cloud IAM privilege escalation methodology for AWS, Azure, and GCP. Covers misconfigured roles, policy enumeration, assume-role chaining, and escalation to admin/root equivalent access.

0 Updated 1 weeks ago
sunilgentyala
AI & Automation Listed

edr-evasion

EDR/AV evasion methodology for authorized red team operations. Covers process injection, AMSI bypass, ETW patching, LOLBins, reflective loading, and obfuscation techniques for testing endpoint detection coverage.

0 Updated 1 weeks ago
sunilgentyala
AI & Automation Listed

initial-access

Initial access methodology for authorized red team engagements. Covers phishing, payload delivery, drive-by compromise, supply chain entry points, and living-off-the-land initial access techniques.

0 Updated 1 weeks ago
sunilgentyala
AI & Automation Listed

embedding-attacks

Adversarial embedding manipulation techniques for attacking vector search, semantic similarity systems, and embedding-based security controls. Covers nearest-neighbour poisoning, semantic collision, and bypass of embedding-based filters.

0 Updated 1 weeks ago
sunilgentyala
AI & Automation Listed

rag-poisoning

Expert methodology for attacking Retrieval-Augmented Generation (RAG) pipelines through document poisoning, index corruption, adversarial queries, and retrieval manipulation. For authorized red team assessments of AI search and Q&A systems.

0 Updated 1 weeks ago
sunilgentyala
AI & Automation Listed

mcp-context-injection

Methodology for injecting malicious content into MCP tool return values and resource outputs to manipulate connected LLM agent behaviour. Covers cross-server propagation and multi-agent pipeline compromise.

0 Updated 1 weeks ago
sunilgentyala
AI & Automation Listed

mcp-rug-pull

Methodology for testing rug pull attacks against MCP servers — capability changes after initial attestation that the connected LLM cannot detect. Covers detection, reproduction, and impact assessment.

0 Updated 1 weeks ago
sunilgentyala
AI & Automation Listed

mcp-tool-poisoning

Expert methodology for testing Model Context Protocol tool poisoning vulnerabilities. Covers malicious tool description injection, cross-server propagation, and detection evasion. Developed alongside ContextGuard (ICCBI 2026) MCP security research.

0 Updated 1 weeks ago
sunilgentyala
AI & Automation Listed

osint

Open Source Intelligence expert methodology for pre-engagement reconnaissance. Covers target profiling, email harvesting, subdomain enumeration, technology fingerprinting, employee reconnaissance, and dark web monitoring.

0 Updated 1 weeks ago
sunilgentyala
AI & Automation Listed

subdomain-enum

Subdomain enumeration expert methodology combining passive, active, and permutation techniques. Includes subdomain takeover detection and live host filtering.

0 Updated 1 weeks ago
sunilgentyala
AI & Automation Listed

model-tampering

AI model supply chain attack methodology covering weight tampering, malicious fine-tuning backdoor insertion, plugin/extension hijacking, and model provenance verification bypass. For authorized assessments of AI deployment pipelines.

0 Updated 1 weeks ago
sunilgentyala
AI & Automation Listed

cvss4-scoring

CVSS v4.0 scoring guide for red team findings. Covers all metric groups (Base, Threat, Environmental, Supplemental), AI/LLM-specific scoring considerations, and OWASP LLM Top 10 to CVSS mapping.

0 Updated 1 weeks ago
sunilgentyala
AI & Automation Listed

report-writing

Red team and penetration test report writing methodology. Covers executive summary, technical findings format, CVSS4 scoring, remediation guidance, and evidence documentation standards.

0 Updated 1 weeks ago
sunilgentyala
AI & Automation Listed

graphql

GraphQL security testing methodology covering introspection abuse, IDOR via query manipulation, batching attacks, injection via arguments, and subscription abuse.

0 Updated 1 weeks ago
sunilgentyala
AI & Automation Listed

rce

Remote Code Execution methodology covering command injection, deserialization, file upload RCE, and code injection in web applications. Includes reverse shell payloads and post-exploitation pivoting.

0 Updated 1 weeks ago
sunilgentyala
AI & Automation Listed

sqli

SQL injection expert methodology covering UNION-based, blind (boolean/time), error-based, and second-order injection. Includes WAF bypass, out-of-band exfiltration, and post-exploitation DB pivoting.

0 Updated 1 weeks ago
sunilgentyala
AI & Automation Listed

ssrf

Server-Side Request Forgery expert methodology covering basic SSRF, blind SSRF, cloud metadata endpoint attacks, DNS rebinding, and protocol smuggling. Includes filter bypass and post-exploitation pivoting.

0 Updated 1 weeks ago
sunilgentyala
AI & Automation Listed

waf-bypass

Web Application Firewall bypass methodology applicable to all injection types. Covers encoding, obfuscation, chunked encoding, HTTP header manipulation, and protocol-level WAF bypass.

0 Updated 1 weeks ago
sunilgentyala
AI & Automation Listed

xss

Cross-Site Scripting expert methodology covering reflected, stored, DOM-based, and mutation XSS. Includes CSP bypass, filter evasion, and post-exploitation (session hijacking, keyloggers, BeEF integration).

0 Updated 1 weeks ago
sunilgentyala
AI & Automation Listed

dcsync

DCSync attack methodology — replicate AD credentials from Domain Controllers without touching LSASS. Covers privilege requirements, execution, and credential extraction for all domain accounts including krbtgt.

0 Updated 1 weeks ago
sunilgentyala
AI & Automation Listed

jwt

JWT (JSON Web Token) attack methodology. Covers algorithm confusion (RS256→HS256), none algorithm, weak secret cracking, kid injection, JKU header forgery, and claims manipulation.

0 Updated 1 weeks ago
sunilgentyala
AI & Automation Listed

s3-enum

AWS S3 and cloud storage enumeration methodology. Covers bucket discovery, access control testing, public data exposure, and cross-cloud (GCS, Azure Blob) equivalents.

0 Updated 1 weeks ago
sunilgentyala
AI & Automation Listed

idor

Insecure Direct Object Reference (IDOR) methodology. Covers horizontal and vertical privilege escalation, GUID bypass, mass assignment, and multi-step IDOR chains.

0 Updated 1 weeks ago
sunilgentyala
AI & Automation Listed

ssti

Server-Side Template Injection expert methodology. Detection across Jinja2, Twig, Freemarker, Velocity, Mako, Smarty. Exploitation path from SSTI to RCE and data exfiltration.

0 Updated 1 weeks ago
sunilgentyala
AI & Automation Listed

xxe

XML External Entity injection expert methodology. Covers classic XXE, blind OOB XXE, XXE via file upload, XXE to SSRF, and XXE in PDF/DOCX parsers.

0 Updated 1 weeks ago
sunilgentyala

Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.