Skip to content

Auth Brute Solution

Tim Guenther edited this page Jul 24, 2017 · 1 revision
  1. Follow the challenge set up guide.
  2. am start -a "ruhrpott.owasp.com.vuln_app_1.auth" -e "x" "91337" -t "text/plain"
    Launch the intent with extras (parameter).
    -a : The intent to call.
    -e : The parameter consisting of name and value.
    -t : The type for the intent.
  3. The command will open the activity when the password is supplied correctly.
Clone this wiki locally