π Red Teamer in the Making | eJPT v2 Certified | Cybersecurity Enthusiast | Programmer & Digital Designer
I'm Mahmoud Salman, a cybersecurity enthusiast with a passion for offensive security, currently focused on Red Teaming and real-world adversarial simulation. I hold the eJPT v2 certification and have hands-on experience in both penetration testing and security tool development.
With a foundation in programming and digital design, I bring a unique blend of technical and creative skills β helping me think like both a builder and a breaker.
- π οΈ Penetration Testing: Web, Network, and Linux/Windows systems
- π¦ Tools: Burp Suite, Nmap, Metasploit, Wireshark, BloodHound
- π Recon & OSINT: Shodan, Spiderfoot, Google Dorks
- π Scripting: Python, Bash
- π Web Tech: HTML, JS, SQL Injection, XSS, CSRF
- π¨ Design: Adobe Suite, Figma
- π§ Mindset: Red Team, Threat Emulation, Adversary Simulation
π§ Coming Soon β Stay tuned for public writeups, custom scripts, and CTF walkthroughs.
Expect tools, automation scripts, and a red team toolkit π
# Example of a simple web scanner in Python
import requests
urls = ["admin", "login", "dashboard"]
for url in urls:
res = requests.get(f"http://target.com/{url}")
if res.status_code == 200:
print(f"Found: {url}")# Bash example - extract IPs from logs
cat logs.txt | grep -Eo "([0-9]{1,3}\.){3}[0-9]{1,3}"π GitHub Stats
πΌ LinkedIn - Mahmoud Salman
π§ LeetCode - Problem Solving
πΊ YouTube Channel - Mahmoud Salman
π Website - www.mahmoudsalman.com
π§ TryHackMe | Hack The Box
π§ Email: mahmoudginsh64@gmail.com (work)
βSecurity isnβt just about finding vulnerabilities β it's about understanding systems deeply enough to break and protect them.β