added screenshots

pull/5/head
Felix Prahl-Kamps 2018-07-19 11:01:38 +02:00
parent 503d5e0bd5
commit 974f3a6e5d
8 changed files with 18 additions and 0 deletions

View File

@ -4,6 +4,23 @@ With MISPBump it is easy to share events on your MISP instance with other instan
# How does it work?
1. Gather your organisation information from your MISP instance
![Gather Information](./Screenshots/sync-profile.png)
1. Scan your partners generated public key and at the same time share yours
![Scan Public Key](./Screenshots/scan-pub-key.png)
2. Validate the public key you scanned
![Public Key Received](./Screenshots/pub-key-received.png)
3. After another scan the information you need to synchronise is securely transmitted to your phone
![Secure Info Received](./Screenshots/org-info-received.png)
4. Upload the information to your own MISP instance
![Upload](./Screenshots/upload.png)
5. That's it! You are ready to share events across your instances
![Main Screen](./Screenshots/main.png)
# Security

BIN
Screenshots/main.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 343 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 380 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

BIN
Screenshots/upload.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

View File

@ -148,6 +148,7 @@ public class MainActivity extends AppCompatActivity {
emptyPartnerListView.setVisibility(View.VISIBLE);
syncedPartnerRecyclerView.setVisibility(View.GONE);
} else {
emptyPartnerListView.setVisibility(View.GONE);
syncedPartnerAdapter.setSyncedPartnerList(syncedPartnerList);
}
}