-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/NazgulCoder/PCNukerPro into…
… main
- Loading branch information
Showing
1 changed file
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,24 @@ | ||
# 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 <br/> | ||
-FileSystem and DiskChecking Helper <br/> | ||
-AntiMalware (RunTime & Startup - Proof of Concept) <br/> | ||
-AntiRansomware (Proof of Concept) with Automatic Shutdown <br/> | ||
-Vault (System Lock Folders) <br/> | ||
|
||
![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) <br/> | ||
|
||
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 <br/> | ||
|
||
### Planned Features | ||
-Startup <br/> | ||
-Install as Windows Service <br/> | ||
-User lockout after Ransomware Activity <br/> | ||
-User lockout after Ransomware Activity integrated with ActiveDirectory <br/> |