| #!/usr/bin/env python3 | |
| """ | |
| EXPLOIT-09: compose_rectangles Integer Overflow (VULN-08) | |
| Detailed exploit for the uint32_t wrapping in compose bounds check. | |
| See exploit_07_graphics_oob.py for the combined test. | |
| Affected files: | |
| - kitty/graphics.c:1406-1425 (ROW_ITER macro) | |
| - kitty/graphics.c:1818-1878 (handle_compose_command) |
| %------------------------- | |
| % Resume in Latex | |
| % Author : Md Arif | |
| % Based off of: https://github.com/sb2nov/resume | |
| % License : MIT | |
| %------------------------ | |
| \documentclass[letterpaper,11pt]{article} | |
| \usepackage{latexsym} |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Nexus Dashboard</title> | |
| <link rel="preconnect" href="https://fonts.googleapis.com"> | |
| <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | |
| <link href="https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&family=Manrope:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap" rel="stylesheet"> | |
| <script src="https://unpkg.com/vue@3/dist/vue.global.prod.js"></script> |
AWS Centralized Root Access Management (released re:Invent 2024) allows the management account (or a delegated admin) in AWS Organizations to:
sts:AssumeRoot β without needing root credentials for those accounts.Once enabled, root sessions are obtained programmatically through STS, scoped to specific task policies, and are short-lived.
| Now I have a great understanding of MINESET's aesthetic. Let me analyze what I | |
| see: | |
| 1. Velvet burgundy top with gold trim + shimmer palazzo pants - luxe, festive | |
| Indian fusion | |
| 2. Bright green one-shoulder ruffle dress - bold color, playful, trendy | |
| 3. Black ribbed top + cream knit skirt with knee-high boots - editorial, | |
| moody, contemporary | |
| 4. Casual black tank + color-block wide-leg pants - relaxed, everyday | |
| aesthetic |
| https://excalidraw.com/#json=RGm9NE9VuUL5AlQ4TMMwT,ollk3g7Agum2b2B4btHw3A |
Author: Raj Date: February 2026 Keywords: Agentic AI, Multi-Agent Systems, Enterprise Security, SOC Automation, SAST, DAST, DevSecOps, Threat Detection, Vulnerability Management, Security Orchestration
| #!/usr/bin/env python3 | |
| """ | |
| AWS Identity Center (SSO) Comprehensive Report Generator | |
| Enumerates users, groups, memberships, permission sets, and account assignments. | |
| Outputs a modern, interactive HTML dashboard. | |
| """ | |
| import boto3 | |
| import json | |
| import html |