v1.1
版本发布时间: 2023-03-01 01:57:43
chvancooten/NimPlant最新发布版本:v1.4(2024-08-04 02:55:10)
New features
- Added new
screenshot
command (Close #7) - Added GUI modal for
shinject
command (Close #2)
Enhancements
- The
reg
command is now able to list all values in a key by specifying thequery
sub-command with only the path - Added utility
cleanup
command toNimPlant.py
to easily clean up server data (logs, uploads, downloads, database) - Tweaked detection rule performance (Close #3)
- Unhid
.logs
directory
Bugfixes
- Fixed issues with
reg
command (Close #6) - Add correct parsing of IP address behind forwarder based on
X-Forwarded-For
header (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.