-
Notifications
You must be signed in to change notification settings - Fork 26
Auth Brute
Tim Guenther edited this page Jul 24, 2017
·
1 revision
This challenge will teach you a way to bypass weak password protection.
This challenge does not need any special setup.
OPTIONAL:
- Start the Drozer application (on the home screen) in the Android VM.
- Create a port forwarding for the application with the following command:
adb forward tcp:31415 tcp:31415
This will forward the the tcp traffic between the emulator/device and your system. - Connect Drozer with the Android VM:
drozer console connect
The application will ask you for a password. Your task is:
- Brute force the login via the intent.
Please open an issue in the case you found a mistake in the wiki.