-
Notifications
You must be signed in to change notification settings - Fork 26
Basic HTTPS Request Solution
Tim edited this page Aug 5, 2017
·
3 revisions
- Follow the challenge set up guide.
- Open Burp Suite in the OWASP VM with
burp- Set the
Proxy -> Options -> Proxy Options -> Edit -> Specific addressto10.13.13.102. - Enable
Proxy -> Options -> Proxy Options -> Edit -> Request handling -> Support invisible proxying. - Troubleshooting: Enable
Proxy -> Options -> Proxy Options -> Edit -> Miscellaneous -> Allow request to web interface using full qualified DNS hostnames.
- Set the
- Import the Burp CA into the Android VM:
- Download the Burp CA via
http://burpvia a web browser (this might need proxy settings for the browser) - Move the CA to the Android VM
adb push Downloads/cacert.der /sdcard/Download/burpCA.crt - Now open the Android
Settings -> Security -> Install from SD-Cardand install the CA from/sdcard/Download/
- Download the Burp CA via
- In the Android VM navigate to
Basic HTTPS Requestand submit the request via the button. - Burp and the application should now show you the string:
HAHAHAHAHAH! No one will steal my secret messages! They are soooo "Military Grade" encrypted! And buzzwords can't fail.
Please open an issue in the case you found a mistake in the wiki.