Pular para o conteúdo principal

Compartilhe

O foco central é acessibilidade, inclusão e proteção do consumidor.

Vamos destrinchar essa lei de Santa Catarina com um olhar jurídico, prático e estratégico , porque ela tem impacto direto no consumidor, no empreendedor e na fiscalização 👇 📜 Lei Estadual nº 19.688/2026 – O que está por trás dela? Santa Catarina deu um passo importante ao publicar a Lei nº 19.688/2026 , que garante ao consumidor o direito de acessar o cardápio também em formato físico , mesmo quando o estabelecimento utiliza meios digitais como QR Code, tablets ou totens. 👉 A tecnologia continua permitida , mas não pode ser a única opção . 🎯 Qual é o objetivo da lei? O foco central é acessibilidade, inclusão e proteção do consumidor . Na prática, a lei busca: 🧓 Proteger idosos e pessoas com dificuldade no uso de tecnologia 📵 Atender consumidores sem smartphone, sem bateria ou sem internet ♿ Garantir acessibilidade para pessoas com deficiência visual, cognitiva ou motora ⚖️ Evitar práticas abusivas que condicionem o consumo ao uso de meios digitais Tudo is...

Ferramenta de Burp de Descriptografia do Protocolo WhatsApp

This tool was created during our research at Checkpoint Software Technologies on Whatsapp Protocol (This repository will be updated after BlackHat 2019)
PythonC
Branch: master 
Clone or download 
@romanzaikin
Latest commit5470510on 21 Oct

 README.md

WhatsApp Protocol Decryption Burp Tool

This tool was created during our research at Checkpoint Software Technologies on Whatsapp Protocol.
The Extension:
alt tag
Read my book to learn more about web hacking https://www.amazon.com/dp/1096435497

Made By:

Dikla Barda
Roman Zaikin

Dependencies:

* Windows Only(step 3 and 4)
  1. Download Python 2.7 at https://www.python.org/downloads/release/python-2715/
  2. Download pip at https://pip.pypa.io/en/stable/installing/
  3. Download Microsoft Visual C++ Compiler for Python 2.7 at https://www.microsoft.com/en-us/download/confirmation.aspx?id=44266
  4. Copy stdint.h to C:\Users\Administrator\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\include
  5. Execute the command pip install -r requirements.txt
    • On Linux/Mac use python2 -m pip install -r requirements.txt

About the extension

This extension allow you to view and manipulate the actual data that sent via whatsapp.
  1. Open chrome developer tool and break on keyPair: t, (line 3311) and wait until the keys will appear (5 minutes or so).
  2. Run the decoder server which is parser.py (in helper dir).
  3. Install burpWhatsapp.py to your burp suite extensions.
  4. Break get the keys from step 1.
  5. get the secret parameter from the websocket in burp websocket history.

Functionality

  1. Decrypt incoming data, you have to paste the data as base64 to the extension ctrl+b
  2. Encrypt incoming data, after you decrypt the data you can encrypt and put it back to burp by copy pase the base64 and ctrl+shift+b
  3. Decrypt outgoing data, to decrypt outgoing data you have to take it from AesCbcEncrypt function in list format.
  4. Encrypt outgoing data, after the extension encrypt the data back you have to put it back via the console.
you can use the following helper function to do that:
function str2unit8(str) {
  var buf = new ArrayBuffer(str.length);
  var bufView = new Uint8Array(buf);
  
  for (var i=0, strLen=str.length; i < strLen; i++) {
    bufView[i] = str[i];
  }
  return buf;
}

TO-DO

The extension currently can decrypt and encrypt only the message related functionality, in order to add more function you have to map the protobuf and add it to our protobuf file.

Comentários

Como usar um Agente OSINT IA

Pericia Digital

Ebook

Postagens mais visitadas