From c3d9d886bb2dfe1a555b06ad3aa10303acded092 Mon Sep 17 00:00:00 2001
From: Nazgul <85739956+NazgulCoder@users.noreply.github.com>
Date: Sun, 29 Aug 2021 16:15:09 +0200
Subject: [PATCH 1/6] Update README.md
---
README.md | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/README.md b/README.md
index 2f1e9ca..43f9cf5 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,15 @@
# PCNukerPro
simple standalone cleaning and antimalware utility
+
+ ### Features
+ -Cleaner
+ -FileSystem and DiskChecking Helper
+ -AntiMalware (RunTime & Startup)
+ -AntiRansomware (Proof of Concept) with Automatic Shutdown
+ -Vault (System Lock Folders)
+
+ ### Planned Features
+ -Startup
+ -Install as Windows Service
+ -User lockout after Ransomware Activity
+ -User lockout after Ransomware Activity integrated with ActiveDirectory
From 6fabb8d118647e28298f12fd5bf7593316b2a1ce Mon Sep 17 00:00:00 2001
From: Nazgul <85739956+NazgulCoder@users.noreply.github.com>
Date: Sun, 29 Aug 2021 16:15:53 +0200
Subject: [PATCH 2/6] Update README.md
---
README.md | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/README.md b/README.md
index 43f9cf5..c0d900e 100644
--- a/README.md
+++ b/README.md
@@ -2,14 +2,14 @@
simple standalone cleaning and antimalware utility
### Features
- -Cleaner
- -FileSystem and DiskChecking Helper
- -AntiMalware (RunTime & Startup)
- -AntiRansomware (Proof of Concept) with Automatic Shutdown
- -Vault (System Lock Folders)
+ -Cleaner
+ -FileSystem and DiskChecking Helper
+ -AntiMalware (RunTime & Startup)
+ -AntiRansomware (Proof of Concept) with Automatic Shutdown
+ -Vault (System Lock Folders)
### Planned Features
- -Startup
- -Install as Windows Service
- -User lockout after Ransomware Activity
- -User lockout after Ransomware Activity integrated with ActiveDirectory
+ -Startup
+ -Install as Windows Service
+ -User lockout after Ransomware Activity
+ -User lockout after Ransomware Activity integrated with ActiveDirectory
From 581a6e7f9e00fca05e82958f475122c8dd18756f Mon Sep 17 00:00:00 2001
From: Nazgul <85739956+NazgulCoder@users.noreply.github.com>
Date: Sun, 29 Aug 2021 16:24:13 +0200
Subject: [PATCH 3/6] Update README.md
---
README.md | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index c0d900e..e6f5929 100644
--- a/README.md
+++ b/README.md
@@ -4,10 +4,16 @@
### Features
-Cleaner
-FileSystem and DiskChecking Helper
- -AntiMalware (RunTime & Startup)
+ -AntiMalware (RunTime & Startup - Proof of Concept)
-AntiRansomware (Proof of Concept) with Automatic Shutdown
-Vault (System Lock Folders)
+
+ ### Proof of Concept for AntiMalware and AntiRansomware
+ AntiMalware is available with few engines that smart check your system, please take note that it may advise many false positives since it relies on word recognition, startup and process path folder and visibility of the process (this does not work for the system-injected malwares)
+
+ AntiRansomware behaves as a honeypot waiting for the CryptoLocker to encrypt files in random folders of your PC (at the moment by default is "My Documents") and as soon as it triggers it will react with the chosen options (Vaults and Shutdown). This honeypot method won't work if the CryptoLocker works directly in BIOS, MBR or encrypts upon System Shutdown
+
### Planned Features
-Startup
-Install as Windows Service
From 88c04d858dcd16987b881d42204c488acc43399a Mon Sep 17 00:00:00 2001
From: Nazgul <85739956+NazgulCoder@users.noreply.github.com>
Date: Sun, 29 Aug 2021 16:24:28 +0200
Subject: [PATCH 4/6] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index e6f5929..4561823 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@
### Proof of Concept for AntiMalware and AntiRansomware
- AntiMalware is available with few engines that smart check your system, please take note that it may advise many false positives since it relies on word recognition, startup and process path folder and visibility of the process (this does not work for the system-injected malwares)
+ AntiMalware is available with few engines that smart check your system, please take note that it may advise many false positives since it relies on word recognition, startup and process path folder and visibility of the process (this does not work for the system-injected malwares)
AntiRansomware behaves as a honeypot waiting for the CryptoLocker to encrypt files in random folders of your PC (at the moment by default is "My Documents") and as soon as it triggers it will react with the chosen options (Vaults and Shutdown). This honeypot method won't work if the CryptoLocker works directly in BIOS, MBR or encrypts upon System Shutdown
From 6b6f107698285a05e181f224a7d3f6b6351f9897 Mon Sep 17 00:00:00 2001
From: Nazgul <85739956+NazgulCoder@users.noreply.github.com>
Date: Sun, 29 Aug 2021 16:26:53 +0200
Subject: [PATCH 5/6] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 4561823..88d11a6 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# PCNukerPro
- simple standalone cleaning and antimalware utility
+ simple standalone cleaning and antimalware utility, not meant to replace AV role, however some IT Supervisors or Managers may find this useful to implement in their systems. Feel free to learn, copy and paste, improve the Proof of Concept shown below.
### Features
-Cleaner
From 5f2caba19c89a087a44886fda6078ae474fcc3ea Mon Sep 17 00:00:00 2001
From: Nazgul <85739956+NazgulCoder@users.noreply.github.com>
Date: Sun, 29 Aug 2021 16:34:42 +0200
Subject: [PATCH 6/6] Update README.md
---
README.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/README.md b/README.md
index 88d11a6..87d7496 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,9 @@
-AntiRansomware (Proof of Concept) with Automatic Shutdown
-Vault (System Lock Folders)
+ ![tempsnip](https://user-images.githubusercontent.com/85739956/131254119-af250c4d-b04e-4b01-b936-572ee9ae9d8f.png)
+![tempsnip2](https://user-images.githubusercontent.com/85739956/131254124-b1a8217c-6dbb-4f5d-9c0e-fa531bd9fa62.png)
+
### Proof of Concept for AntiMalware and AntiRansomware
AntiMalware is available with few engines that smart check your system, please take note that it may advise many false positives since it relies on word recognition, startup and process path folder and visibility of the process (this does not work for the system-injected malwares)