Install
Vulnerabilities and Hacks
Vulnerabilities and Hacks in Python: the news, the names and what changed.
- 12 Tracked terms
- Last 30 days Feed window
What this topic collects on
An article joins this feed when it matches these terms. Each one is also a search of its own.
Related topics
Latest in Vulnerabilities and Hacks
Nodos distribuidos a prueba de manipulación: Integridad de código SHA-256.
16+ hour, 43+ min ago (376+ words) Día 03 de la serie técnica wFabricSecurity Open Source. ¿Cómo sabes que el worker que envía transacciones al blockchain no fue alterado en disco? wFabricSecurity verifica la integridad SHA-256 del código antes de ejecutar. Los Problemas Reales Atacantes inyectando backdoors o…...
Reading a 1.2 Million PaperCut Fingerprint Count Correctly
20+ hour, 31+ min ago (524+ words) PaperCut NG and MF are print management platforms deployed on internal networks in schools, hospitals, and enterprises. In September 2026, a chain of flaws in PaperCut was exploited in the wild, with reports describing automated, large-scale use. The interesting part of…...
Fedora Linux 45 Beta Released with Python 3.15, GCC 16.2, and Major Security Changes
2+ day, 22+ hour ago (1145+ words) ...
Python Obfuscator & Virtualizer
1+ day, 13+ hour ago (442+ words) Python ships as source. I built an obfuscator for that. I write Python. I also spend a ridiculous amount of time taking other people’s Python apart (aka …...
LetsDefend — MSHTML Challenge
1+ day, 16+ hour ago (1220+ words) Maldoc analysis using zipdump.py, re-search.py, & VirusTotal Introduction Have you ever come across a suspicious document file and wondered what it might be doing …...
SIMD-0500 Will Block Making Old Programs Immutable
1+ day, 23+ hour ago (837+ words) "Revoke the upgrade authority" is the last line of every honest token launch checklist and the first thing an auditor looks for. It is the on-chain promise that the code holding your money will never change. It has always been…...
I let a local 27B LLM audit and fix my Splunk + Sysmon stack
2+ day, 18+ hour ago (697+ words) The question was not "can an LLM do SOC work". The question I actually wanted answered was narrower and harder: can a 27B model running on my own GPU, with zero bytes leaving the machine, audit my Splunk install, find what…...
Catching "invoice.pdf.exe" before you open it: a tool that identifies a file's real type from its first bytes
3+ day, 3+ hour ago (1456+ words) Windows hides file extensions by default. So an executable named invoice.pdf.exe shows up in Explorer... Tagged with python, security, showdev, cybersecurity....
I Built a Deployment Pipeline That Refuses to Run Tampered Code — And Proved It.
3+ day, 3+ hour ago (954+ words) Most of us carry a quiet assumption as engineers: once our code is inside a private registry, moving through our own …...
How long does a Redis Sentinel failover actually take? I measured it
4+ day, 3+ hour ago (442+ words) I killed an in-memory database primary on purpose — fifteen times, across three... Tagged with redis, devops, docker, database....