lightos/credmap

Getting Proxy To work

Closed this issue · 2 comments

n00py commented

Hello, I'm trying to add some modules but it's hard to debug without intercepting https, I tried to specify a proxy but it doesn't seem to work:

python credmap.py --email XXXXXX --password XXXXXXX --only XXXXX --proxy https://127.0.0.1:8080
screen shot 2016-07-10 at 6 26 24 pm

I have Burp listening on local host, Burp is fine because it is proxying my web browser without issue.

I believe you have to install burp's certificate on the OS in order for python to work with burp's SSL cert. An example of how to do this on Windows can be found here: https://parsiya.net/blog/2016-02-21-installing-burp-certificate-authority-in-windows-certificate-store/

It should work after doing that:
image

n00py commented

Got it to work on OSX as well. Download Burp certificate, add to keychain, trust cert.