Skip to content

Commit 3877668

Browse files
committed
Merge branch 'improve_3g_handling'
2 parents 150a4ef + 12b80a5 commit 3877668

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,25 @@ SIMtester assess SIM card security in two dimensions:
55
- **Cryptanalytic attack surface**: Collect cryptographic signatures and encryptions of known plaintexts
66
- **Application attack surface**: Generate a list of all application identifiers (TAR) and find "unprotected" (MSL=0) applications
77

8-
## Install
8+
## Running SIMtester
99

1010
### Prerequisites
1111

1212
- Java 1.7+
1313
- PC/SC reader (via pcsc daemon) **–or–**
1414
- Osmocom phone (via libosmosim)
1515

16-
TODO: download section
17-
18-
## Running SIMtester
16+
### Run pre-compile binary
1917

20-
### Run from LiveISO
18+
```bash
19+
java -jar SIMTester.jar <arguments>
20+
```
2121

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:
2323

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+
```
2527

2628
## Usage
2729

0 commit comments

Comments
 (0)