User Tools

Site Tools


secres:https-misc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
secres:https-misc [2017/04/11 14:30] – created orelsecres:https-misc [2024/03/18 15:06] (current) – external edit 127.0.0.1
Line 3: Line 3:
 //Voici quelques notes en vrac sur HTTPS et SSL/TLS.// //Voici quelques notes en vrac sur HTTPS et SSL/TLS.//
  
 +Les exemples ci-dessous sont écrits en Python : https://docs.python.org/3/library/ssl.html
 ==== Client HTTPS ==== ==== Client HTTPS ====
  
Line 16: Line 17:
   $ ./sslclient.py   $ ./sslclient.py
          
- 
 ==== Proxy SSL dans un LAN ==== ==== Proxy SSL dans un LAN ====
  
Line 28: Line 28:
  
 avec : avec :
-  * V, la vic +  * V, la victime (client HTTPS) ;
-  * time (client HTTPS) ;+
   * PROXY, la machine du LAN qui héberge notre proxy SSL ;   * PROXY, la machine du LAN qui héberge notre proxy SSL ;
   * GW, la gateway vers Internet !   * GW, la gateway vers Internet !
Line 86: Line 85:
  
  
-==== Documentation  ==== 
  
- 
-  * http://www.bortzmeyer.org/https-interception.html 
-  * http://roberts.bplaced.net/index.php/linux-guides/centos-6-guides/proxy-server/squid-transparent-proxy-http-https 
-  * http://wiki.squid-cache.org/Features/HTTPS 
-  * https://mitmproxy.org/doc/howmitmproxy.html 
-  * http://docs.mitmproxy.org/en/latest/transparent.html 
-  * https://blog.heckel.xyz/2013/07/01/how-to-use-mitmproxy-to-read-and-modify-https-traffic-of-your-phone/ 
- 
-About X509 Certifcates: 
- 
-  * SNI : https://fr.wikipedia.org/wiki/Server_Name_Indication 
-  * SAN : https://en.wikipedia.org/wiki/Subject_Alternative_Name 
-   
secres/https-misc.1491921059.txt.gz · Last modified: 2024/03/18 15:05 (external edit)