-
Notifications
You must be signed in to change notification settings - Fork 26
Basic HTTP Request Solution
Tim edited this page Mar 7, 2017
·
2 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.101. - 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
- In the Android VM navigate to
Basic HTTP Requestand submit the request via the button. - Burp and the application should now show you the string:
This is some HTTP traffic, oh snap where is the crypto. Ahh everybody is watching me on the wire!
Please open an issue in the case you found a mistake in the wiki.