-
Notifications
You must be signed in to change notification settings - Fork 26
Auth Brute Solution
Tim Guenther edited this page Jul 24, 2017
·
1 revision
- Follow the challenge set up guide.
-
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. - The command will open the activity when the password is supplied correctly.
Please open an issue in the case you found a mistake in the wiki.