PROJET AUTOBLOG


shaarli-Links

Site original : shaarli-Links

⇐ retour index

Baofeng for Digital Modes | Bastian Bloessl

2019-06-30T23:05:54+02:00
https://www.bastibl.net/baofeng-digi-modes/
https://www.bastibl.net/traffic-lights-2/
https://www.bastibl.net/gqrx-for-digital-signals/
Permalink

Déblocage - Liens en vrac de sebsauvage

2019-06-27T14:48:49+02:00
Il serait intéressant de noté quel type de mécanisme utilise le clavier.
Si ça se trouve c'est le contact de la touche qui reste bloqué.
Et du coup, en appuyant au pif, ça débloque la bonne touche.

Autre hypothèse, ça serait le changement d'état de la touche qui n'aurait pas été correctement reçu par le PC.
Permalink

Note: javascript AES

2019-06-25T11:28:01+02:00
// https://stackoverflow.com/questions/51531021/javascript-aes-encryption-and-decryption-advanced-encryption-standard
// https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto/encrypt
const key = await crypto.subtle.generateKey({name: 'AES-GCM', length: 128}, true, ['encrypt', 'decrypt']);
const text = "confidential message";
// IV must be the same length (in bits) as the key
const iv = await crypto.getRandomValues(new Uint8Array(16));
const cyphertext = await crypto.subtle.encrypt({name: 'AES-GCM', tagLength: 32, iv}, key, new TextEncoder().encode(text));

function arrayBufferToBase64( buffer ) {
    var binary = '';
    var bytes = new Uint8Array( buffer );
    var len = bytes.byteLength;
    for (var i = 0; i < len; i++) {
        binary += String.fromCharCode( bytes[ i ] );
    }
    return window.btoa( binary );
}

function base64ToArrayBuffer(base64) {
    var binary_string =  window.atob(base64);
    var len = binary_string.length;
    var bytes = new Uint8Array( len );
    for (var i = 0; i < len; i++)        {
        bytes[i] = binary_string.charCodeAt(i);
    }
    return bytes;
}
base64String=arrayBufferToBase64(cyphertext);
console.log(base64String);
// 'lXjRzQVt9Q1VUVQA38jwCMtGACLaxIxd'

cyphertext2=base64ToArrayBuffer(base64String);

const cleartext = await crypto.subtle.decrypt({name: 'AES-GCM', tagLength: 32, iv}, key, cyphertext);
console.log(new TextDecoder().decode(cleartext));
Permalink

GitHub - jboone/gr-tpms: Tire Pressure Monitor tools for GNU Radio

2019-06-24T19:03:19+02:00
sudo apt install python-crcmod
git clone https://github.com/jboone/gr-tpms
cd gr-tpms
mkdir build
cd build
cmake ..
make
sudo make install
sudo ldconfig
tpms_rx --source rtlsdr --if-rate 400000 --tuned-frequency 433000000
tpms_rx --source rtlsdr --if-rate 400000 --tuned-frequency 315000000
Permalink

Building an LTE Access Point with a Raspberry Pi - Andreas Happe: signal/noise

2019-06-24T11:54:57+02:00

Permalink

Inside a low budget consumer hardware espionage implant

2019-06-19T09:34:07+02:00
via https://sebsauvage.net/links/?Naidsw
Permalink

En faire plus avec la Console Javascript - Il n'y a pas que le console.log() !

2019-06-18T15:07:02+02:00
via https://shaarli.brihx.fr/?UVcFew
Permalink

GitHub - Acceis/crypto_identifier: Crypto tool for pentest and ctf : try to uncipher data using multiple algorithms and block chaining modes. Usefull for a quick check on unknown cipher text and key dictionnary

2019-06-18T14:39:20+02:00

Permalink

GitHub - Acceis/leakScraper: LeakScraper is an efficient set of tools to process and visualize huge text files containing credentials. Theses tools are designed to help penetration testers and redteamers doing OSINT by gathering credentials belonging to their target.

2019-06-18T14:38:30+02:00

Permalink

gucharmap [Wiki ubuntu-fr]

2019-06-18T11:33:01+02:00
sudo apt install gucharmap
Permalink

MATRIX Voice

2019-06-17T13:44:09+02:00
J'aimerai faire ce genre de système mais pour la localisation d'ondes radios.
via https://fabienm.eu/shaarli/?9Uy8Qw
Permalink

Le ministre britannique de l'Intérieur a signé l'ordonnance d'extradition d'Assange aux Etats-Unis — RT en français

2019-06-14T20:13:24+02:00
Et meeerde :-(
via http://liens.howtommy.net/?mRZVqw
Permalink

GitHub - soprasteria/cybersecurity-dfm: Data Feed Manager (news watch orchestrator to predict topic with deepdetect and store cleaned text in elasticsearch)

2019-06-14T12:44:34+02:00
https://github.com/soprasteria/cybersecurity-dfm
https://github.com/jolibrain/deepdetect
Permalink

5G : une toute nouvelle bande de fréquences sera bientôt réservée aux opérateurs - Tech - Numerama

2019-06-13T13:51:54+02:00
https://www.arcep.fr/actualites/les-communiques-de-presse/detail/n/reseaux-mobiles.html
Permalink

Traveler Photos Were Stolen And Exposed In A US Customs And Border Protection Database Breach

2019-06-11T12:28:51+02:00
clap ... clap ... clap ...
-_-
via https://sebsauvage.net/links/?krE7Ng
Permalink

Dans la tête d’un hacker chinois… – IneatConseil

2019-06-07T21:12:06+02:00

Permalink

Systemd : Démarrer une distribution comme un conteneur - Documentation - Wiki - Linuxtricks

2019-06-07T20:57:27+02:00
mkdir /conteneur
mount /dev/sdb1 /conteneur
systemd-nspawn --boot --directory=/conteneur
shutdown -h now


sudo apt install xterm
sudo startx -display :2 -- :2 vt3 &

#sur le tty3
mate-session
Permalink

GitHub - anbox/anbox: Anbox is a container-based approach to boot a full Android system on a regular GNU/Linux system

2019-06-03T22:57:31+02:00
https://anbox.io/

via https://shaarli.memiks.fr/?mofPXA
Permalink

La NSA n’avait (donc) pas espionné la France | BUG BROTHER

2019-06-03T20:47:02+02:00
«
En juillet 2008, RT-RG était capable de procéder à des surveillances de mots-clefs, à la reconnaissance vocale de locuteurs préalablement identifiés, et doté d’un sous-système VoiceRT créé pour indexer, tagguer et effectuer des recherches dans le contenu des communications interceptées.

Les SMS, traduits automatiquement, sont également géolocalisés sur Google Earth. Le système serait même capable d’analyser les habitudes de vie des « cibles » de sorte de prédire l’endroit où il ira dormir, mais également d’identifier non seulement les personnes avec qui elles communiquent, mais également celles voyageant avec lui.

De quoi permettre de « find, fix, and finish » l’adversaire, à savoir le trouver et le localiser, de sorte de pouvoir le capturer ou le tuer (voir aussi U.S. Intelligence Support to Find, Fix, Finish Operations sur Zone d’Intérêt).
»

C'était il y a 11 ans. Depuis la technologie a beaucoup évoluée.
Permalink

Un Lapin pour Lou - Les petits liens de Lou

2019-06-03T20:17:02+02:00
Bon anniversaire :-)

https://www.paypal.com/pools/c/8fiKxtPohe
Permalink