mirror of https://github.com/MISP/misp-bump
added screenshots
parent
503d5e0bd5
commit
974f3a6e5d
17
README.md
17
README.md
|
@ -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
|
||||
|
||||
|
|
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 |
Binary file not shown.
After Width: | Height: | Size: 86 KiB |
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue