Passionate about breaking the brain of the machine.
I am an AI Security Researcher & Bug Bounty Hunter operating at the bleeding edge of Offensive AI. My work bridges the gap between traditional penetration testing and the new frontier of Large Language Model (LLM) Security. I specialize in constructing adversarial prompts, identifying logic flaws in GenAI pipelines, and securing infrastructure against next-gen threats.
| 🤖 AI & LLM Security | ⚔️ Offensive Security |
|---|---|
| • Adversarial ML & Model Theft | • Bug Bounty Hunting (HackerOne / Intigriti) |
| • Prompt Injection & Jailbreaking | • Web App Pentesting (OWASP Top 10) |
| • OWASP LLM Top 10 Auditing | • Network Infrastructure Assessment |
| • Securing RAG & GenAI Pipelines | • Active Directory Exploitation |
class SecurityProfile:
def __init__(self):
self.name = "Afaq Amjad"
self.role = "AI Red Teamer"
@property
def toolkit(self):
return {
"AI_Red_Teaming": [
"Garak", # LLM Vulnerability Scanner
"PyRIT", # Python Risk Identification Tool
"TextAttack", # Adversarial Attacks
"LangChain", # Framework Analysis
"HuggingFace" # Model Hub
],
"Offensive_Ops": [
"Burp Suite", # Web Proxy
"Caido", # Lightweight Proxy
"SQLmap", # Injection
"Nuclei" # Template Scanning
],
"Infrastructure": [
"Docker", "AWS", "Azure", "Linux (Kali/Debian)"
]
}
if __name__ == "__main__":
print("System Secure? ... Checking ... False.")
