From 889a36b518245b77d7c68f2f6adb7c889e3c3eff Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 20 Sep 2020 20:20:51 +0200 Subject: update database name, screenshots and readme --- README.md | 3 +-- appinfo/info.xml | 2 +- lib/Db/RecoveredFileOperationMapper.php | 2 +- screenshots/monitoring-0.3.0.png | Bin 106531 -> 0 bytes screenshots/ransomware-recovery-0.9.0-1.png | Bin 0 -> 81797 bytes screenshots/ransomware-recovery-0.9.0-2.png | Bin 0 -> 130714 bytes screenshots/ransomware-recovery-0.9.0-3.png | Bin 0 -> 97901 bytes screenshots/ransomware-recovery-0.9.0-4.png | Bin 0 -> 85043 bytes screenshots/scan-files-0.3.0.png | Bin 97666 -> 0 bytes 9 files changed, 3 insertions(+), 4 deletions(-) delete mode 100644 screenshots/monitoring-0.3.0.png create mode 100644 screenshots/ransomware-recovery-0.9.0-1.png create mode 100644 screenshots/ransomware-recovery-0.9.0-2.png create mode 100644 screenshots/ransomware-recovery-0.9.0-3.png create mode 100644 screenshots/ransomware-recovery-0.9.0-4.png delete mode 100644 screenshots/scan-files-0.3.0.png diff --git a/README.md b/README.md index c615c2c..4aff5b0 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,13 @@ **Ransomware detection with a guided user-controlled one-step recovery.** -![](screenshots/scan-files-0.3.0.png) +![](screenshots/ransomware-recovery-0.9.0-4.png) This app monitors file operations during the synchronization to detect ransomware attacks and also offers a post infection file storage scanner, which works even if it happend that you didn't have this app installed during an attack. This is done by using generic indicators for a guided user-controlled one-step recovery utilizing the integrated file versioning methods. ## Features * :exclamation:**Ransomware Detection:** Monitoring the file operations, analysing and classifying the collected data by using generic indicators allows a reliable detection. -* :mag_right:**Ransomware Scanner:** Scan your file storage after a ransomware attack - which even works without the app being installed during the infection - to easily recover your data and clean up your storage. This may take some time depending on how many files you have stored on your cloud storage. * :computer:**Recovery Interface:** The color coded results of the classification offer an easy-to-use recovery interface giving the user full control of the recovery process. * :relaxed:**Guided Undo:** The guided user-controlled one-step recovery allows the user to quick and savely restore all - by ransomware - encrypted files without being affected by any false positives. diff --git a/appinfo/info.xml b/appinfo/info.xml index caa6ce0..a705454 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -5,7 +5,7 @@ Ransomware recovery - 0.8.3 + 0.8.4 agpl Matthias Held RansomwareDetection diff --git a/lib/Db/RecoveredFileOperationMapper.php b/lib/Db/RecoveredFileOperationMapper.php index 7c57226..c0ee353 100644 --- a/lib/Db/RecoveredFileOperationMapper.php +++ b/lib/Db/RecoveredFileOperationMapper.php @@ -32,7 +32,7 @@ class RecoveredFileOperationMapper extends Mapper public function __construct( IDBConnection $db ) { - parent::__construct($db, 'ransomware_detection'); + parent::__construct($db, 'rd_recovery'); } /** diff --git a/screenshots/monitoring-0.3.0.png b/screenshots/monitoring-0.3.0.png deleted file mode 100644 index 0e1f0b7..0000000 Binary files a/screenshots/monitoring-0.3.0.png and /dev/null differ diff --git a/screenshots/ransomware-recovery-0.9.0-1.png b/screenshots/ransomware-recovery-0.9.0-1.png new file mode 100644 index 0000000..e663c18 Binary files /dev/null and b/screenshots/ransomware-recovery-0.9.0-1.png differ diff --git a/screenshots/ransomware-recovery-0.9.0-2.png b/screenshots/ransomware-recovery-0.9.0-2.png new file mode 100644 index 0000000..9f66dea Binary files /dev/null and b/screenshots/ransomware-recovery-0.9.0-2.png differ diff --git a/screenshots/ransomware-recovery-0.9.0-3.png b/screenshots/ransomware-recovery-0.9.0-3.png new file mode 100644 index 0000000..e1a7ec9 Binary files /dev/null and b/screenshots/ransomware-recovery-0.9.0-3.png differ diff --git a/screenshots/ransomware-recovery-0.9.0-4.png b/screenshots/ransomware-recovery-0.9.0-4.png new file mode 100644 index 0000000..08b0771 Binary files /dev/null and b/screenshots/ransomware-recovery-0.9.0-4.png differ diff --git a/screenshots/scan-files-0.3.0.png b/screenshots/scan-files-0.3.0.png deleted file mode 100644 index 711b993..0000000 Binary files a/screenshots/scan-files-0.3.0.png and /dev/null differ -- cgit v1.2.3