NimPlant v1.1
New features
- Added new
screenshotcommand (Close #7) - Added GUI modal for
shinjectcommand (Close #2)
Enhancements
- The
regcommand is now able to list all values in a key by specifying thequerysub-command with only the path - Added utility
cleanupcommand toNimPlant.pyto easily clean up server data (logs, uploads, downloads, database) - Tweaked detection rule performance (Close #3)
- Unhid
.logsdirectory
Bugfixes
- Fixed issues with
regcommand (Close #6) - Add correct parsing of IP address behind forwarder based on
X-Forwarded-Forheader (Close #5)
Other
- Tweaked GitHub linguist config to ignore auto-generated HTML as part of the codebase
Note: Two new libraries are added to the Nim codebase (pixie and winregistry) to support the new features. Make sure to re-run nimble install -d before compiling v1.1 payloads. The chvancooten/nimbuild docker container has already been updated so continues to work as the preferred compilation method.