Profile picture Adil Burak Şen

Adil Burak Şen

AppSec Researcher & Engineer

Istanbul, Türkiye

I explore the space where security meets code — researching, breaking, and building safer systems along the way.

$ npx connect
Initializing...
Ready to connect.
Waiting for contact request...
interface AppSecEngineer {
    name: string;
    skills: string[];
    tools: string[];
    interests: string[];
};

type ContactType = 'github' | 'twitter' | 'linkedIn' | 'email';

const me: AppSecEngineer = {
    name: 'Adil Burak Şen',
    skills: [
        'Web Application Security',
        'API Security',
        'Secure Code Review',
        'Static & Dynamic Analysis',
        'CI/CD Security Integration',
        'Security Automation',
        'False Positive Reduction',
        'Pentest Reporting'
    ],
    tools: [
        'Burp Suite',
        'Fortify SSC',
        'Invicti DAST',
        'Jenkins',
        'GitHub Actions',
        'Docker',
        'Jira',
        'Confluence',
        'Nmap',
        'Metasploit',
        'Postman',
        'Bash',
        'PowerShell',
    ],
    interests: [
        'Hack The Box',
        'TryHackMe',
        'Bug Bounty',
        'OWASP Top 10 & API Top 10',
        'Security Tooling',
        'Exploit Reproduction',
        'Offensive Lab Work'
    ]
};

const contact = (type: ContactType): string => {
    switch (type) {
        case 'github':
            return 'https://github.com/adilburaksen';
        case 'twitter':
            return 'https://x.com/adilburaksen';
        case 'linkedIn':
            return 'https://www.linkedin.com/in/adilburaksen';
        case 'email':
            return 'adilburaksen@proton.me';
        default:
            return 'Just ping me on Hack The Box.';
    }
};

Coming Soon

I will be publishing security research, tools, and scripts here in the near future.

Visit GitHub

Kafası Karışık Bir Çağın Hikâyesi

Yapay zeka, kültür ve güvenlik üzerine; modern çağın bocalayan insan profili.

Read on Medium

The Age of Insecurity

Human nature in a tech-driven world. People are confused in an era of productivity.

Read on Medium

How Long Has It Been?

A young boy’s journey into reading and writing that turned into curiosity for everything.

Read on Medium