Outils pour utilisateurs

Outils du site


radio_definie_par_logiciel_sdr

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Prochaine révision
Révision précédente
radio_definie_par_logiciel_sdr [2018/07/27 09:39] – créée Benjamin Labomediaradio_definie_par_logiciel_sdr [2023/08/30 19:43] (Version actuelle) – [The Universal Radio Hacker (URH)] Benjamin Labomedia
Ligne 24: Ligne 24:
   * Plateforme émetteur récepteur 100 KHz - 3,8 GHz https://www.crowdsupply.com/lime-micro/limesdr site officiel https://myriadrf.org/projects/limesdr/   * Plateforme émetteur récepteur 100 KHz - 3,8 GHz https://www.crowdsupply.com/lime-micro/limesdr site officiel https://myriadrf.org/projects/limesdr/
  
 +==== Crazyradio PA ====
 +
 +  * Crazyradio PA is a long range open USB radio dongle @ 2.4 GHz https://www.bitcraze.io/products/crazyradio-pa/
 ==== rtl-sdr ==== ==== rtl-sdr ====
  
Ligne 64: Ligne 67:
   * Décodage RDS avec rtl-sdr http://www.anotherurl.com/library/sdr/sdrrds.htm   * Décodage RDS avec rtl-sdr http://www.anotherurl.com/library/sdr/sdrrds.htm
  
-===== Applications =====+==== GQRX écouter et visualiser le spectre EM ==== 
 +Logiciel GQRX pour Linux et MacOS  https://gqrx.dk/
  
 +{{ :media_05:capturegqrx.png |}}
 +
 +Pour démarrer automatiquement (play) gqrx en ligne de commande, tentative via xdotool
 +<code type=bash>
 +#!/bin/bash
 +gqrx & 
 +sleep 10
 +gqrxWindow=$(xdotool search --name "Gqrx( )")
 +xdotool windowactivate  --sync $gqrxWindow key ctrl+d
 +</code>
 +Voir également le fichier de config de gqrx pour paramétrages au démarrage
 +
 +==== The Universal Radio Hacker (URH) ====
 +[[https://github.com/jopohl/urh |The Universal Radio Hacker (URH)]] The Universal Radio Hacker (URH) is a complete suite for wireless protocol investigation with native support for many common Software Defined Radios. URH allows easy demodulation of signals combined with an automatic detection of modulation parameters making it a breeze to identify the bits and bytes that fly over the air. As data often gets encoded before transmission, URH offers customizable decodings to crack even sophisticated encodings like CC1101 data whitening. When it comes to protocol reverse-engineering, URH is helpful in two ways. You can either manually assign protocol fields and message types or let URH automatically infer protocol fields with a rule-based intelligence. Finally, URH entails a fuzzing component aimed at stateless protocols and a simulation environment for stateful attacks.
 +
 +{{ ::687474703a2f2f692e696d6775722e636f6d2f577931375a76332e706e67.png |}}
 +===== Applications =====
 +  * **FISSURE - The RF Framework** : Frequency Independent SDR-based Signal Understanding and Reverse Engineering, FISSURE is an open-source RF and reverse engineering framework designed for all skill levels with hooks for signal detection and classification, protocol discovery, attack execution, IQ manipulation, vulnerability analysis, automation, and AI/ML. 
 ===== Références ===== ===== Références =====
  
-  * http://p-node.org/doc/index.php/Rtl_sdr+  * Autoreplicant pibox : une Pi transmet par ondes radio le code de son OS en espérant se cloner https://p-node.org/actions/bergen-piksel-or-autoreplicant-p-box documentation technique 
  
 +{{tag>bj radio rtlsdr}}
radio_definie_par_logiciel_sdr.1532684384.txt.gz · Dernière modification : 2018/07/27 09:39 de Benjamin Labomedia