Skip to content

hackingyseguridad/wireshark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/