This sheet goes along with this SSH YouTube tutorial
$ ssh brad@192.168.1.29
$ mkdir test
$ cd test
$ ssh brad@192.168.1.29
$ mkdir test
$ cd test
| sudo wireshark | |
| # go to: | |
| # Edit -> Preferences -> Protocols -> TLS (you can type) -> under "(Pre)-Master-Secret log filename | |
| " enter in input "/tmp/ssl-key.log" | |
| # then start capture | |
| # curl | |
| SSLKEYLOGFILE=/tmp/ssl-key.log curl https://example.com | |
| # firefox (don't forget to disable http2 in about:config and restart) |