While using the Vooki vulnerability scanner we might have faced the issue where the https page is not loaded completely. The reason behind this issue is the HSTS (HTTP Strict Transport Security) header. After including this in website it becomes difficult to intercept the traffic of the website. In this blog we can see how do we bypass that HSTS header.
Error:
How to bypass in Chrome:
- Go to the settings of chrome and click on 'Manage Certificates', you can find this by searching in settings.
- After clicking that it will open a window of already installed Certificates. Click on the `Trusted Root Certification Authorities` tab and import the vooki certificate.
- Certificate from vooki could be found in path `C:\Users\user_name\.anyproxy\certificates\rootCA.crt` .
- Import this certificate in the `Trusted Root Certification Authorities` and we are good to go.
How to bypass in Mozilla:
- Go to the settings of firefox and search for certificate and click on `View Certificates`.
- This will open a window `Certificate Manager`. Click on the `Authorities` tab and import the vooki certificate.
- Certificate from vooki could be found in path `C:\Users\user_name\.anyproxy\certificates\rootCA.crt` .
- Import this certificate in the `Authorities` and we are good to go.
Note: Changing proxy and certificate in the chrome will change whole system's proxy and trusted certificate. Importing certificate and changing proxy in Mozilla Firefox will change only Mozilla Firefox's certificate and proxy.