VideoHelp Forum




+ Reply to Thread
Results 1 to 1 of 1
  1. My set-up is;

    PC with wired (RTL8111) and wireless (AX201) cards.

    Device that has an "Streaming app" installed connects to
    AP created on the PC.


    # Creating AP (with NM = NetworkManager);
    Code:
    systemctl status NetworkManager
    Code:
    sudo iwconfig
    Code:
    nmcli -f WIFI-PROPERTIES.AP device show wlan0
    Code:
    nmcli d wifi hotspot ifname wlan0 ssid FireTV password MT8695D
    Code:
    nmcli con show
    Code:
    nmcli device wifi

    # I would then install/run "Wireshark";
    Code:
    sudo apt install -y wireshark
    # Wireshark 4.4.3
    Code:
    wireshark --version
    Code:
    sudo wireshark

    Up to here, it's all good
    and "http" traffic (its 2025 and there is still http shows up in wireshark when selecting wlan0 .....


    So consulting following info/guides:
    https://web.archive.org/web/20190608092620/https://wiki.wireshark.org/SSL
    https://wiki.wireshark.org/TLS
    https://tlswg.org/sslkeylogfile/draft-ietf-tls-keylogfile.html
    and
    https://www.comparitech.com/net-admin/decrypt-ssl-with-wireshark/


    #
    Code:
    nano ~/.bashrc
    Code:
    export SSLKEYLOGFILE=~/Documents/Wireshark/ssl-key.log
    Code:
    echo $SSLKEYLOGFILE
    Ctrl+Shift+P
    - Protocols -> TLS:
    -- TLS debug file:
    Code:
    ~/Documents/Wireshark/ssl-debug.log
    -- (Pre)-Master-Secret log filename:
    Code:
    ~/Documents/Wireshark/ssl-key.log
    and trying on HTTPS Website, but,
    my "ssl-key.log" is empty ....


    Code:
    dpkg -l | grep -i openssl
    ii  libcurl4t64:amd64                                8.11.1-1+b1                               amd64        easy-to-use client-side URL transfer library (OpenSSL flavour)
    ii  libgnutls-openssl27t64:amd64                     3.8.8-2                                   amd64        GNU TLS library - OpenSSL wrapper
    ii  libsrt1.5-openssl:amd64                          1.5.4-1                                   amd64        Secure Reliable Transport UDP streaming library (OpenSSL flavour)
    ii  libssh-4:amd64                                   0.11.1-1                                  amd64        tiny C SSH library (OpenSSL flavor)
    ii  openssl                                          3.4.0-2                                   amd64        Secure Sockets Layer toolkit - cryptographic utility
    ii  openssl-provider-legacy                          3.4.0-2                                   amd64        Secure Sockets Layer toolkit - cryptographic utility
    ii  perl-openssl-defaults:amd64                      7+b2                                      amd64        version compatibility baseline for Perl OpenSSL packages
    ii  ssl-cert                                         1.1.3                                     all          simple debconf wrapper for OpenSSL

    What I want to do,
    is to have a look at what the "Streaming" app is sending/receiving via TLSv1.2/3 .....

    And also via firefox and the "Streaming" website .....


    Where did I go wrong?
    Last edited by pssh; 10th Feb 2025 at 03:44.
    If I was in politics I make sure you drink plenty of beer
    and watch plenty of TV to keep you busy. | Data is the new oil.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!