Visualizzazione post con etichetta security. Mostra tutti i post
Visualizzazione post con etichetta security. Mostra tutti i post

sabato 16 maggio 2026

Maigret: Uncover Who Hides Behind a Username

🔍🕵️‍♂️

Maigret: Uncover Who Hides Behind a Username

Maigret is a powerful open-source OSINT tool that builds a complete dossier on a person using only their username. It checks for account presence across thousands of websites and gathers all available information from profile pages and site APIs. No API keys required.

🚀 Key Features

🤖 3,000+ sites supported — A default run checks the 500 highest-traffic sites. Pass -a to scan everything, or --tags to filter by category/country.

🧠 Intelligent information extraction — Automatically extracts all available data about the account owner, including links to other accounts, from web pages and site APIs.

🔗 Recursive search — Uses discovered usernames and IDs to automatically expand the search, finding related accounts.

🏷️ Advanced filtering — Filter results by tags (site categories, countries) to get targeted and relevant reports.

🛡️ Block bypass — Detects and partially bypasses blocks, censorship, and CAPTCHA to maximize results.

📦 Auto-updating database — Downloads an updated site database every run (once per 24 hours), with offline fallback if there's no connection.

🌐 Tor / I2P / Proxy — Supports routing through Tor, I2P, and HTTP/SOCKS proxies to access .onion / .i2p sites and bypass WAFs.

☁️ Cloudflare bypass — Experimental mode to bypass Cloudflare protections via FlareSolverr.

🤖 AI mode — With --ai and an OpenAI key, Maigret automatically generates a neutral investigation summary: possible real name, location, profession, interests, languages, confidence, and leads for further research.

📦 Installation

🐍 Quick install via pip:

pip3 install maigret
maigret username

📦 Docker:

docker pull soxoj/maigret
docker run -v /mydir:/app/reports soxoj/maigret:latest username --html

🪟 Windows: Download a standalone EXE from the Releases page on GitHub.

📊 Reports and Output

Maigret generates reports in HTML, PDF, XMind, JSON, CSV, and TXT. It also includes an interactive web interface to visualize results as a graph.

🔧 Useful commands:

maigret user --html — Generate HTML report
maigret user --pdf — Generate PDF report
maigret user --graph — Generate interactive D3 graph
maigret user --json ndjson — Machine-readable JSON export
maigret user --tags photo,dating — Search only photo and dating sites
maigret --parse URL — Parse a profile page to extract IDs and usernames
maigret --permute — Generate probable username variants

🎯 Who Is It For

🏆 OSINT professionals, cybersecurity researchers, journalists, and digital investigators. Maigret can also be embedded as a Python library in custom projects for automated analysis pipelines.

Disclaimer: For educational and lawful purposes only. Comply with local laws (GDPR, CCPA, etc.).

👉 Discover Maigret and take a look:

https://github.com/soxoj/maigret

giovedì 14 maggio 2026

YellowKey: una grave vulnerabilità BitLocker scoperta su GitHub


YellowKey è una vulnerabilità particolarmente grave scoperta dal ricercatore Nightmare-Eclipse che consente di bypassare BitLocker, il sistema di crittografia integrato in Windows, ottenendo accesso completo ai volumi protetti.

Come funziona

L'exploit sfrutta un componente nascosto presente nell'immagine di Windows Recovery Environment (WinRE). Per sfruttarlo:

  • Si copia una cartella FsTx in System Volume Information\FsTx su una chiavetta USB (NTFS, FAT32 o exFAT)
  • Si inserisce la chiavetta nel target e si riavvia in WinRE (SHIFT + Riavvia)
  • Trattenendo CTRL durante il riavvio, viene spawnata una shell con accesso illimitato al volume BitLocker protetto

La cosa più inquietante? Non serve nemmeno una chiavetta: si possono copiare i file direttamente nella partizione EFI.

Funzionalità principali

  • Bypass completo di BitLocker — accesso diretto ai dati senza la chiave di dekrittazione
  • Colpisce solo Windows 11 — Server 2022 e 2025 inclusi; Windows 10 non è interessato
  • Componente WinRE — il bug è causato da un componente presente solo nell'ambiente di recupero, ma con lo stesso nome anche nelle installazioni normali
  • Facile da replicare — nessun tool complesso necessario, basta copiare file su USB

Perché è preoccupante

Il ricercatore nota che lo stesso componente esiste anche in un'installazione Windows normale ma senza le funzionalità che attivano il bypass. Questo ha fatto sorgere il sospetto che si tratti di qualcosa di intenzionale, quasi un backdoor. Al momento non ci sono spiegazioni ufficiali.

Il progetto ha già raccolto 1.600+ star su GitHub ed è stato divulgato pubblicamente con il supporto di MORSE, MSTIC e Microsoft GHOST.

🔗 YellowKey su GitHub

🎬 Donkey: The Open Source CapCut Alternative with AI

🚀 Donkey: The Open Source CapCut Alternative Looking for a simple way to edit videos without the restrictions of proprietary software? Dis...