TLS Attacks
bashCopy code# Clone Sweet32 repository git clone https://github.com/nccgroup/sweet32.git # Install required dependencies sudo apt-get update sudo apt-get install build-essential libssl-dev # Compile Sweet32 cd sweet32 makephpCopy code./sweet32 -t <target_IP> -p <target_port> -c <ciphertext_file> -s <session_key_file> -d <decrypted_file>
Last updated