Skip to content

Latest commit

 

History

History
37 lines (18 loc) · 1.08 KB

README.md

File metadata and controls

37 lines (18 loc) · 1.08 KB

Interceptación del trafico SSL con Wirehark, con Pre Master Key Secret!

echo "Interceptación del trafico SSL con Wirehark, con Pre Master Key Secret!"

echo "Editamos .bashrc e incluimos al final del fichero"

echo "export SSLKEYLOGFILE=/root/.ssl-key.log" >> /root/.bashrc

echo "Descifrar trafico SSL/TLS de Chrome con Wireshark"

echo "Usuario actual"; whoami

export SSLKEYLOGFILE="/root/.ssl-key.log"

echo "Vamos a la conf de VWireshark->Edit->Preferences->Protocol->SSL->"

echo "incluimos en (Pre) Master Secret log filename: /root/.ssl-key.log"

echo "claves SSL"; cat .ssl-key.log

chromium --no-sandbox &

wireshark

Script

Wireshark version 4.2.4

https://www.wireshark.org/

SSLKEYLOGFILE

Extension navegador http-header live

Pluging para interceptacion cifrado, extension navegador web: https://addons.mozilla.org/en-US/firefox/addon/http-header-live/