-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
platform: ios | ||
title: Sensitive Data Present In Keyboard Cache | ||
id: MASTG-TEST-0x55-2 | ||
type: [dynamic] | ||
--- | ||
|
||
## Overview | ||
|
||
This test checks whether the keyboard cache contains sensitive data from our app. | ||
|
||
## Steps | ||
|
||
1. Jailbreak a device | ||
2. Reset your iOS device keyboard cache by navigating to `Settings > General > Reset > Reset Keyboard Dictionary`. | ||
3. Exercise the application and identify the functionalities that allow users to enter sensitive data. | ||
4. Use MASTG-TECH-0052 to retrieve the keyboard cache file with the extension `.dat` at `/private/var/mobile/Library/Keyboard/` and its subdirectories. | ||
|
||
## Observation | ||
|
||
The output should contain all cached strings such as username, passwords, email addresses, and credit card numbers. | ||
|
||
## Evaluation | ||
|
||
The test case fails if you can find any sensitive cached strings in the list. |