Release 0.5.2.8
- Updated the API documentation
- Added /api and /api/v1 endpoints to provide information about API
- Added API documentation for scripts
- Added configuration for grants and roles #448 #449
- Added privilege system for API #448 and #449
- Added support for basic auth (#448)
- Fixed installer issue
- Renamed the moongose lib so it wont clash with other thing on linux
nscp-0.5.2.8.tar.gzRelease tarball |
application/gzip | 2017-10-10 | Download from Github |
NSCP-0.5.2.8-el6-x86_64.zip |
application/json | 2017-10-10 | Download from Github |
NSCP-0.5.2.8-el7-x86_64.zip |
application/json | 2017-10-10 | Download from Github |
NSCP-0.5.2.8-Win32-docs.zip |
application/json | 2017-10-10 | Download from Github |
NSCP-0.5.2.8-Win32-symbols.zip |
application/json | 2017-10-10 | Download from Github |
NSCP-0.5.2.8-Win32.msi |
application/json | 2017-10-10 | Download from Github |
nscp-0.5.2.8-Win32.zip |
application/json | 2017-10-10 | Download from Github |
NSCP-0.5.2.8-x64-docs.zip |
application/json | 2017-10-10 | Download from Github |
NSCP-0.5.2.8-x64-symbols.zip |
application/json | 2017-10-10 | Download from Github |
NSCP-0.5.2.8-x64.msi |
application/json | 2017-10-10 | Download from Github |
nscp-0.5.2.8-x64.zip |
application/json | 2017-10-10 | Download from Github |
Seconday_NSCP-0.5.2.8-Win32.msi |
application/json | 2017-10-10 | Download from Github |
Seconday_NSCP-0.5.2.8-x64.msi |
application/json | 2017-10-10 | Download from Github |
Release 0.5.2.6
- implemented DELETE for /api/v1/scripts/ext/scripts to delete commands and scripts.
- Added delete to CheckExternalScritpts to delete scripts: nscp ext delete --script ALIAS will delete the alias and nscp ext delete --script SCRIPT will delete the script.
- Added scripts controller /api/v1/scripts/ext/scripts to add/remove(not yet) and update scripts.
- modules rest API now by default shows loaded modules not available modules.
- Future prooofed the mongoose wrapper a bit by adding an internal structure to userdata
- Added --import to import a script (copy) to the scripts folder
- Added new command line show to show script in external scripts module: "nscp ext show --script ALIAS" will show the actual command execute and "nscp ext show --script SCRIPT" will show the content of the script.
- added text query and regular query to the new API
- Added new REST API https://localhost:8443/api/v1/modules and https://localhost:8443/api/v1/queries please note this is all a work in progress so use with care
- Brand new web server with multi thread support.
- Attached remnants of mongoose-cpp to the local code-base and heavily modified to support multiple threads and modern moongose effectively fixing #444 please note that since this is rather big changes please use with care as bugs might be remote exploitable if you enable the WebServer...
- Fixed external scripts not showing in command list
- Fixed #403 reduced cpuload on some servers by only collecting handle information every 10x instead of every iteration
- Reduced CPU load of checking handles for systems with large number of processes
- Added syntax=none to remove default values from various top/empty/* syntaxes
nscp-0.5.2.6.tar.gzRelease tarball |
application/gzip | 2017-10-06 | Download from Github |
NSCP-0.5.2.6-el6-x86_64.zip |
application/json | 2017-10-05 | Download from Github |
NSCP-0.5.2.6-el7-x86_64.zip |
application/json | 2017-10-05 | Download from Github |
NSCP-0.5.2.6-Win32-docs.zip |
application/json | 2017-10-05 | Download from Github |
NSCP-0.5.2.6-Win32-symbols.zip |
application/json | 2017-10-05 | Download from Github |
NSCP-0.5.2.6-Win32.msi |
application/json | 2017-10-05 | Download from Github |
nscp-0.5.2.6-Win32.zip |
application/json | 2017-10-05 | Download from Github |
NSCP-0.5.2.6-x64-docs.zip |
application/json | 2017-10-05 | Download from Github |
NSCP-0.5.2.6-x64-symbols.zip |
application/json | 2017-10-05 | Download from Github |
NSCP-0.5.2.6-x64.msi |
application/json | 2017-10-05 | Download from Github |
nscp-0.5.2.6-x64.zip |
application/json | 2017-10-05 | Download from Github |
Seconday_NSCP-0.5.2.6-Win32.msi |
application/json | 2017-10-05 | Download from Github |
Seconday_NSCP-0.5.2.6-x64.msi |
application/json | 2017-10-05 | Download from Github |
Release 0.5.1.46
- Fixed external scripts not showing in command list
- Fixed #403 reduced cpuload on some servers by only collecting handle information every 10x instead of every iteration
- Reduced CPU load of checking handles for systems with large number of processes
- Added syntax=none to remove default values from various top/empty/* syntax's