PROJET AUTOBLOG


Links

source: Links

⇐ retour index

Déblocage - Liens en vrac de sebsauvage

jeudi 27 juin 2019 à 14:48
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

mardi 25 juin 2019 à 11:28
// 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.buffer;
}
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

lundi 24 juin 2019 à 19:03
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

lundi 24 juin 2019 à 11:54

Permalink

Inside a low budget consumer hardware espionage implant

mercredi 19 juin 2019 à 09:34
via https://sebsauvage.net/links/?Naidsw
Permalink

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

mardi 18 juin 2019 à 15:07
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

mardi 18 juin 2019 à 14:39

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.

mardi 18 juin 2019 à 14:38

Permalink

gucharmap [Wiki ubuntu-fr]

mardi 18 juin 2019 à 11:33
sudo apt install gucharmap
Permalink

MATRIX Voice

lundi 17 juin 2019 à 13:44
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

vendredi 14 juin 2019 à 20:13
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)

vendredi 14 juin 2019 à 12:44
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

jeudi 13 juin 2019 à 13:51
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

mardi 11 juin 2019 à 12:28
clap ... clap ... clap ...
-_-
via https://sebsauvage.net/links/?krE7Ng
Permalink

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

vendredi 7 juin 2019 à 21:12

Permalink

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

vendredi 7 juin 2019 à 20:57
mkdir /conteneur
mount /dev/sdb1 /conteneur
systemd-nspawn --boot --directory=/conteneur
shutdown -h now
Permalink

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

lundi 3 juin 2019 à 22:57
https://anbox.io/

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

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

lundi 3 juin 2019 à 20:47
«
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

lundi 3 juin 2019 à 20:17
Bon anniversaire :-)

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

Survivre - Tous les épisodes en streaming - france.tv

lundi 3 juin 2019 à 15:40

Permalink