Created
          May 18, 2020 10:38 
        
      - 
      
- 
        Save palashkulsh/0e750490b0bd2767fc0267c16cb9e744 to your computer and use it in GitHub Desktop. 
    mitmproxy for intercepting https request
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | ./mitmproxy --ssl-insecure --mode reverse:https://url_you_want_to_ultimately_hit:443 -p 1234 | 
#if you want to run mitmproxy in non interactive mode then you can use mitmdump
-q stops printing anyoutput
mitmdump -q --ssl-insecure --mode reverse:https://url_you_want_to_ultimately_hit:443 -p 1234
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
            
echo QUIT |openssl s_client -connect www.nseindia.com:443 -servername www.nseindia.com -status -tls1_3