
Research
/Security News
Bitwarden CLI Compromised in Ongoing Checkmarx Supply Chain Campaign
Bitwarden CLI 2026.4.0 was compromised in the Checkmarx supply chain campaign after attackers abused a GitHub Action in Bitwarden’s CI/CD pipeline.
rtlsdr-nfs32002
Advanced tools
Réimplémentation du protocole NF S 32002 utilisé par les balises sonores des feux piétons. Permet de détecter le signal d'une télécommande à partir d'un RTL SDR.
Réimplémentation du protocole NF S 32002 utilisé par les balises sonores des feux piétons. Permet de détecter le signal d'une télécommande à partir d'un RTL SDR.
Il faut tout d'abord installer librtlsdr utilisé pour communiquer avec le RTL SDR.
Sous Debian/Ubuntu:
sudo apt install librtlsdr
Sous macOS avec Homebrew:
brew install librtlsdr
Puis installer la librairie depuis Pypi:
pip install rtlsdr-nfs32002
Importer le module protocol:
from rtlsdr_nfs32002.protocol import *
Créer une fonction qui sera appelée lors de la détection d'une télécommande :
def detect():
print("Ouistici !")
Instancier la classe RtlSdr_NFS3200 puis appeler la méthode startDetection en lui indiquant en paramètre la fonction à appeler lors de la détection.
sdr = RtlSdr_NFS32002()
sdr.startDetection(callback=detect)
ou :
sdr = RtlSdr_NFS32002()
sdr.startDetection(callback=detect, simple_detect=True)
FAQs
Réimplémentation du protocole NF S 32002 utilisé par les balises sonores des feux piétons. Permet de détecter le signal d'une télécommande à partir d'un RTL SDR.
We found that rtlsdr-nfs32002 demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Bitwarden CLI 2026.4.0 was compromised in the Checkmarx supply chain campaign after attackers abused a GitHub Action in Bitwarden’s CI/CD pipeline.

Research
/Security News
Docker and Socket have uncovered malicious Checkmarx KICS images and suspicious code extension releases in a broader supply chain compromise.

Product
Stay on top of alert changes with filtered subscriptions, batched summaries, and notification routing built for triage.