A script to find crypto wallets and crypto miners on your computer drive. It search your drive and list up possible locations.
✅ Basic PowerShell script
✅ Easy to modify as your need
✅ Fast and simple
❌ not tested for efficency
❌ no backup of files
❌ no automatations
PowerShell
Admin rights could be useful
Mark and copy or download the codelines from git.
save the file as .ps1 file and name it how you want example:
- Find-Miners.ps1
Open a PowerShell window (with admin rights)
Navigate to the directory where you have placed the script.
- cd C:\Users\Username\Desktop\
Run the script using the following command:
- .\Find-Miners.ps1 -TargetDrive D:
- Set-ExecutionPolicy RemoteSigned -Scope Process