1298 matches found
DGA-Detection
Detecção de DGA Cada vez mais malwares estão sendo criados com técnicas avançadas de contorno de bloqueio. Uma das técnicas mais prevalentes é o uso de Algoritmos de Geração de Domínios DGA que geram periodicamente um conjunto de domínios para contatar um servidor C&C. A maioria desses domínios D...
NoMoreXOR
NoMoreXOR.py Strumento per aiutare a indovinare la chiave XOR a 256 byte di un file utilizzando l'analisi delle frequenze. Utilizzo root@kitploit: usage: NoMoreXOR.py -h -a -c -xor key -g -o outfile -y YARARULES Path Tool to help guess a files 256 byte XOR key by using frequency analysis...
RTLSDR-Scanner
RTLSDR Scanner Copyright 2012 - 2015 Al Brown al at eartoearoak.com Un'interfaccia grafica Python multipiattaforma per la scansione in frequenza, basata sulla libreria OsmoSDR rtl-sdr. Ulteriori dettagli sono disponibili qui. È disponibile anche un manuale utente di base. Testato su: Windows 7 x8...
skyjack
SkyJack SkyJack è un drone progettato per cercare autonomamente, hackerare e prendere il pieno controllo in modalità wireless di qualsiasi altro drone nel raggio d'azione wireless o di volo, creando un esercito di droni zombie sotto il tuo controllo. Aggiornamento: Proof of Concept di SkyJack per...
anti-anti-automation
Framework Anti-Anti-Automazione Un framework di tecniche per bypassare i comuni controlli di sicurezza anti-automazione. Controlli comuni anti-automazione Verifica email CAPTCHA SMS/Telefono Carta di credito WASC-21: Anti-automazione insufficiente...
RFCrack
/ | | | / | | | | / \ ' - / \ / - | / \ V V / ' / \ || - /||// /| ///|. //, / / |/ | /| | | || | / | | '/ /| / / | || || , | \ root@kitploit: Benvenuti in RFCrack - Uno strumento per attacchi radio definiti via software Sviluppatore: @Ficti0n - http://ConsoleCowboys.com CCLabs: http://cclabs.io...
proxmark3
proxmark3: مستودع Proxmark الرسمي! ⚠️ تمت أرشفة هذا المستودع. لم يعد قيد الصيانة. انتقل التطوير النشط إلى RRG Proxmark3 - Iceman Fork أداة proxmark3 هي أداة RFID قوية متعددة الأغراض، بحجم مجموعة أوراق اللعب، مصممة للتجسس والاستماع ومحاكاة كل شيء بدءًا من علامات التردد المنخفض 125kHz إلى التردد...
Astra Linux – Vulnerability found in Linux 5.10, Linux 6.1, Linux, Linux 5.15
In the Linux kernel, the following vulnerability has been resolved: Staging: iio: frequency: ad9832: fixed division by zero in ad9832calcfreqreg. In the ad9832writefrequency function, clkgetrate might return 0. This can lead to a division by zero when calling ad9832calcfreqreg. The check if fout...
Astra Linux – Vulnerability in Linux, Linux 5.10
Rogue backends can cause Denial of Service DoS attacks on guests through high-frequency events. This CNA information record relates to multiple Common Vulnerabilities and Exposures CVEs; the text explains which aspects/vulnerabilities correspond to which CVEs. Xen allows for the execution of PV...
Astra Linux – Vulnerabilities in Linux, Linux-5.10, Linux-5.15, Linux-6.1
In the Linux kernel, the following vulnerability has been resolved: Media: dvb-frontends: tda10048 – Fixed integer overflow. state-xtalhz can be up to 16M; when multiplied by pllmfactor, it may cause an integer overflow of 32 bits. A new 64-bit variable was created to store the calculated values...
Astra Linux – Vulnerabilities in Linux, Linux-5.10, Linux-5.15, Linux-6.1
In the Linux kernel, the following vulnerability has been resolved: Staging: iio: frequency: ad9834: Validate frequency parameter value In ad9834writefrequency, clkgetrate may return 0. In such cases, the call to ad9834calcfreqreg will result in a division by zero. Checking if fout clkfreq / 2 do...
CVE-2026-68254
In the Linux kernel, the following vulnerability has been resolved: drm/i915/vrr: require valid min/max vfreq for VRR Ensure the EDID provided min/max vfreq are valid. Most scenarios are already covered by coincidence through the checks in intelvrriscapable and intelvrrisinrange, but be more...
UBUNTU-CVE-2026-68356
In the Linux kernel, the following vulnerability has been resolved: watchdog: airoha: Prevent division by zero when clock frequency is zero clkgetrate can return 0 when the clock provider is not properly configured or the clock is unmanaged. The driver uses wdtfreq as a divisor directly in...
EUVD-2026-55457
In the Linux kernel, the following vulnerability has been resolved: watchdog: airoha: Prevent division by zero when clock frequency is zero clkgetrate can return 0 when the clock provider is not properly configured or the clock is unmanaged. The driver uses wdtfreq as a divisor directly in...
CVE-2026-68356 watchdog: airoha: Prevent division by zero when clock frequency is zero
In the Linux kernel, the following vulnerability has been resolved: watchdog: airoha: Prevent division by zero when clock frequency is zero clkgetrate can return 0 when the clock provider is not properly configured or the clock is unmanaged. The driver uses wdtfreq as a divisor directly in...
CVE-2026-68356 watchdog: airoha: Prevent division by zero when clock frequency is zero
In the Linux kernel, the following vulnerability has been resolved: watchdog: airoha: Prevent division by zero when clock frequency is zero clkgetrate can return 0 when the clock provider is not properly configured or the clock is unmanaged. The driver uses wdtfreq as a divisor directly in...
CVE-2026-68356
The CVE applies to the Linux kernel watchdog driver for the Airoha clock, where clk_get_rate() can return 0 if the clock is unmanaged or misconfigured. The driver uses wdt_freq as a divisor in airoha_wdt_probe() (to compute max_timeout) and in airoha_wdt_get_timeleft() (to compute remaining time)...
EUVD-2026-55355
In the Linux kernel, the following vulnerability has been resolved: drm/i915/vrr: require valid min/max vfreq for VRR Ensure the EDID provided min/max vfreq are valid. Most scenarios are already covered by coincidence through the checks in intelvrriscapable and intelvrrisinrange, but be more...
CVE-2026-68254
The Linux kernel component drm/i915/vrr was updated to enforce that EDID-provided min_vfreq and max_vfreq are valid for VRR. The root cause was inadequate validation of VRR frequencies, with a potential division-by-zero in intel_vrr_compute_vmax if min_vfreq was zero. The fix explicitly validates...
CVE-2026-68254 drm/i915/vrr: require valid min/max vfreq for VRR
In the Linux kernel, the following vulnerability has been resolved: drm/i915/vrr: require valid min/max vfreq for VRR Ensure the EDID provided min/max vfreq are valid. Most scenarios are already covered by coincidence through the checks in intelvrriscapable and intelvrrisinrange, but be more...