Resumen Ejecutivo En esta guía se presenta un esqueleto para un artículo de blog orientado a investigar en profundidad las siguientes áreas de seguridad y arquitectura modernas: Arquitectura Zero T…| Aironman techblog
A Starting Point: The Ideal WorkflowThis infographic shared by@midudev illustrates how companies should deploy code to production: a structured process that includes planning (Jira), development (Git, Jenkins), testing (QA environments), and deployment (Docker, Kubernetes). However, in reality, this workflow is often riddled with gaps. I’ve worked in multiple organizations where quality and security issues in…| Aironman techblog
Un punto de partida: El flujo idealEsta infografía compartida por @midudev ilustra cómo las empresas deberían desplegar código a producción: un proceso estructurado que incluye planificación (Jira), desarrollo (Git, Jenkins), pruebas (QA, entornos) y despliegue (Docker, Kubernetes). Sin embargo, en la realidad, este flujo está lleno de agujeros. He trabajado en múltiples organizaciones donde los…| Aironman techblog
Pues si, el día de mi cumpleaños se fue la luz, que le vamos a hacer. Está va a ser la única entrada que haré en este blog que no tenga que ver con tecnología informática, aunque algo hay en ello.E…| Aironman techblog
Aquí tienes un análisis exhaustivo sobre la arquitectura de la JVM y su funcionamiento. Comprendiendo la Arquitectura de la JVM A pesar de la enorme cantidad de material formativo sobre Java, es so…| Aironman techblog
Recently, I encountered the issue of insecure deserialization in Java, a risk that has been present since the early days of ObjectInputStream. This vulnerability allows an attacker to intercept a serialized object (Serializable), modify it using tools like Burp Suite, decode it from Base64, and reinject it with malicious code using utilities like ysoserial. The…| Aironman techblog
Riesgos de la Deserialización Insegura en Java y Medidas de Mitigación Recientemente, me he encontrado con el problema de la deserialización insegura en Java, un riesgo que ha estado presente desde…| Aironman techblog
Taking advantage of the Attendance_system project, I also integrated a python script and a c program to show what a hypothetical calabi-Yau space using shaders would look like. I didn’t have the balls to make the python version work, so I rewrote the code in c. A Calabi-Yau manifold is a type of geometric space…| Aironman techblog
Taking advantage of the Attendance_system project, I remembered that I had to create tools that used scapy, taking advantage of a wonderful introductory course from a colleague. Just for fun and learn. Enjoy. Alonso| Aironman techblog
Taking advantage of the Attendance_system project, I remembered that I had to create a RAG on a series of documents that I prepared on cybersecurity. I did several experiments, so this entry is short and to the point. This RAG creation is something trivial at this point, the only thing that has some difficulty is…| Aironman techblog