Skip to content

Commit

Permalink
Merge branch 'improve_3g_handling'
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Arnautu committed Oct 25, 2022
2 parents 150a4ef + 12b80a5 commit 3877668
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,25 @@ SIMtester assess SIM card security in two dimensions:
- **Cryptanalytic attack surface**: Collect cryptographic signatures and encryptions of known plaintexts
- **Application attack surface**: Generate a list of all application identifiers (TAR) and find "unprotected" (MSL=0) applications

## Install
## Running SIMtester

### Prerequisites

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

TODO: download section

## Running SIMtester
### Run pre-compile binary

### Run from LiveISO
```bash
java -jar SIMTester.jar <arguments>
```

Choose "Run Test" -> "SIM" from main menu and follow the instructions.
In case Java has problems to find the libpcsclite shared object, just submit the path manually:

### Run pre-compile binary
```bash
java -Dsun.security.smartcardio.library=/lib/x86_64-linux-gnu/libpcsclite.so.1 -jar SIMTester.jar <arguments>
```

## Usage

Expand Down

0 comments on commit 3877668

Please sign in to comment.