Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/NazgulCoder/PCNukerPro into…
Browse files Browse the repository at this point in the history
… main
  • Loading branch information
NazgulCoder committed Aug 29, 2021
2 parents 19ad79b + 5f2caba commit 16eadc6
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion README.md
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/>

0 comments on commit 16eadc6

Please sign in to comment.