Tags and categories concept
Back to Tags
Technologies

Python

11 items with this tag

CTF Writeupeasy

Editorial

HTB easy machine writeup covering enumeration, exploitation, and privilege escalation on linux.

CTF Writeupeasy

Headless

HTB easy machine writeup covering enumeration, exploitation, and privilege escalation on linux.

CTF Writeupmedium

Blurry

HTB medium machine writeup covering enumeration, exploitation, and privilege escalation on linux.

CTF Writeupmedium

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.

CTF Writeupmedium

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.

CTF Writeuphard

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.

Certification/Training Review

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.

Project

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.

Project

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.

Project

Movie Review Sentiment Analysis

Machine learning implementation to classify movie review sentiment as positive or negative. Jupyter notebook exploring NLP and classification techniques.

Project

Spam Classification

Spam classification using Naive Bayes algorithm trained on the SMS Spam Collection dataset. Explores text classification and probabilistic models.