Python
11 items with this tag
Editorial
HTB easy machine writeup covering enumeration, exploitation, and privilege escalation on linux.
Headless
HTB easy machine writeup covering enumeration, exploitation, and privilege escalation on linux.
Blurry
HTB medium machine writeup covering enumeration, exploitation, and privilege escalation on linux.
HookFlare
Android banking trojan investigation: SMS phishing, APK decompilation with jadx, Chrome timestamp forensics, Android appops permission tracking, PCAP analysis, and AES decryption of exfiltrated payment data.
Vipère
Exploit Python format string injection to traverse internal objects, extract bytecode constants from a hidden function, then reverse a leet speak dictionary to reconstruct the flag.
Quick Maffs
Recover three RSA-encrypted messages by brute-forcing a small secret exponent and solving the resulting polynomial system with Grobner basis computation in SageMath.
AI Red Teamer Path
Complete review of HTB Academy's AI Red Teamer job role path. 12 modules covering AI/ML security, prompt injection, adversarial attacks, and more. Developed with Google's SAIF framework.
ICS-Exploitation-MCP
MCP server with 56 tools that extends AI agent capabilities into ICS exploitation. Supports OPC-UA, S7comm (Siemens), BACnet, Modbus, and EtherNet/IP protocols for authorized security assessments of industrial control systems.
Network Anomaly Detection
AI model to predict if network traffic is abnormal based on Random Forests, trained on the NSL-KDD dataset. Built for Hack The Box Academy ML course.
Movie Review Sentiment Analysis
Machine learning implementation to classify movie review sentiment as positive or negative. Jupyter notebook exploring NLP and classification techniques.
Spam Classification
Spam classification using Naive Bayes algorithm trained on the SMS Spam Collection dataset. Explores text classification and probabilistic models.