File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -5,23 +5,25 @@ SIMtester assess SIM card security in two dimensions:
5
5
- ** Cryptanalytic attack surface** : Collect cryptographic signatures and encryptions of known plaintexts
6
6
- ** Application attack surface** : Generate a list of all application identifiers (TAR) and find "unprotected" (MSL=0) applications
7
7
8
- ## Install
8
+ ## Running SIMtester
9
9
10
10
### Prerequisites
11
11
12
12
- Java 1.7+
13
13
- PC/SC reader (via pcsc daemon) ** –or–**
14
14
- Osmocom phone (via libosmosim)
15
15
16
- TODO: download section
17
-
18
- ## Running SIMtester
16
+ ### Run pre-compile binary
19
17
20
- ### Run from LiveISO
18
+ ``` bash
19
+ java -jar SIMTester.jar < arguments>
20
+ ```
21
21
22
- Choose "Run Test" -> "SIM" from main menu and follow the instructions.
22
+ In case Java has problems to find the libpcsclite shared object, just submit the path manually:
23
23
24
- ### Run pre-compile binary
24
+ ``` bash
25
+ java -Dsun.security.smartcardio.library=/lib/x86_64-linux-gnu/libpcsclite.so.1 -jar SIMTester.jar < arguments>
26
+ ```
25
27
26
28
## Usage
27
29
You can’t perform that action at this time.
0 commit comments