New features:
- Added Categories to easily search your data in the relevant tools
- Added Whois, EasyCounter & Whoisology to the list of default tools
Install instructions:
To install the plugin:
- Navigate to your Powertoys Run Plugin folder
- For machine wide install of PowerToys:
C:\Program Files\PowerToys\modules\launcher\Plugins
- For per user install of PowerToys:
C:\Users\<yourusername>\AppData\Local\PowerToys\modules\launcher\Plugins
- For machine wide install of PowerToys:
- Create a new folder called QuickLookup
- Extract the contents of the zip file into the folder you just created
- Restart PowerToys and the plugin should be loaded under the Run tool settings and work when promted with "ql"
NOTE: If you are already running an older version of QuickLookup you will need to update each of your tools in tools.conf
to include the CATEGORIES property as seen below or the tool will not be used by QuickLookup:
[TOOL] ; Section identifier for a new tool
NAME=VirusTotal ; Name of the tool
URL="https://www.virustotal.com/gui/search/{0}" ; URL of the tool. {0} will be replaced with the user input from PowerToys Run
CATEGORIES=ip,domain,hash ; Comma-seperated list of Categories the tool can work with
ENABLED=1 ; Boolean value of 0 or 1 to toggle the active state of the tool
The order of the properties per tool is important as the parser for the tools.conf
is simple regex at the moment, this will be improved in a later version.