Skip to content

Releases: sn4k3/SystemInfoSnapshot

v1.8.0.0

02 May 18:16
Compare
Choose a tag to compare
  • Added the Global Statistics into Networks
  • Added the ICMP Statistics into Networks
  • Added the TCP Statistics into Networks
  • Added the UDP Statistics into Networks
  • Added the TCP and UDP Connections into Networks
  • Added the report sections can now be toggled to show or hide information
  • Added a "Toggle sections" button to toggle all sections
  • Added a "Show sections" button to show all sections
  • Added a "Hide sections" button to hide all sections
  • Changed the "Network Devices" title to "Networks" on html file
  • Changed the default update interval for the listen server from 10 to 30 seconds

Download SystemInfoSnapshot

v1.7.0.0

29 Apr 00:48
Compare
Choose a tag to compare
  • Added a local web server to show the machine reports on the web
  • Added the NHttp.dll library to the project. https://github.com/pvginkel/NHttp
  • Added a new argument 'Listen Server' (--listen-server): Create a local web server and display live information about this machine on the web
  • Added a option on the GUI for start the listen server
  • Added a notify icon (tray) to the GUI
  • Fixed a bug when passing silent or null options it stills show the GUI
  • Moved the FrmMain into GUI folder (Sourcecode)
  • Removed the big open and show report button on the GUI

Download SystemInfoSnapshot

v1.6.2.0

27 Apr 02:07
Compare
Choose a tag to compare
  • Added a new section on page under the dashboard with 'Actions and page options'
  • Updated autorunsc.exe from v13.2 to v13.3
  • Changed tables will not make use of extra features from datatables by default because huge tables can freeze the page from loading if not loaded locally. Still local html report file will init tables with datatables plugin if there are less than 4000 rows on page or 1000 if online.
  • Changed the networks default sort. They are now sorted by status
  • Changed the processes default sort. They are now sorted by memory DESC
  • Changed the services default sort. They are now sorted by status and name ASC
  • Changed the autoruns default sort. They are now sorted by enabled and name ASC
  • Moved some code classes into Core

Download SystemInfoSnapshot

v1.6.1.0

22 Apr 04:19
Compare
Choose a tag to compare
  • Added the FluentCommandLineParser.dll library to the project to easier get the passed parameters. https://github.com/fclp/fluent-command-line-parser
  • Added a new argument 'Filename' (-f, /f, --filename): Set the path and/or filename for the generated report file. If the passed path is a directory the default filename will be appended to it. Absolute or relative paths are allowed
  • Added a new argument 'Max Tasks' (-t, /t, --max-tasks ): Sets the maximum number of concurrent tasks enabled to generate the reports. If it is -1, there is no limit on the number of concurrently running operations (Default). If it is 1 it will run in a single thread, best used with single core CPUs or for debuging.
  • Added a new argument 'Help' (-?, /?, --help): Display a help message with all possible arguments and its usages
  • Added support for combined (grouped) options when passing three or more boolean arguments. ex: -sno (same as: -s -n -o)
  • Changed the way arguments can be passed. Now it support the following syntax: [-|--|/][switch_name][=|:| ][value]
  • Removed the empty columns for installed programs table under Mac OSX
  • Removed 'Single Thread' argument in favor of the new 'Max Tasks' argument, use -t 1 to produce the same effect

Download SystemInfoSnapshot

v1.6.0.0

21 Apr 05:27
Compare
Choose a tag to compare
  • Added a new report 'SpecialFiles' it shows some special files from the system and its contents, ie: hosts
  • Added support for installed programs under Mac OSX and most linux distributions (Debian, Ubuntu, Mint, Centos, Fedora, RedHat, Arch, etc)
  • Fixed a critical bug under linux and OSX that cause program crash if not possible to obtain the hardware
  • Fixed a critical bug under linux and OSX that cause the processes report to broke all the html when any process name is null
  • Changed the InstalledProgram class was been rewrited and moved into Core

v1.5.0.0

18 Apr 16:58
Compare
Choose a tag to compare
  • Added a disk manager holding all devices informations such as SMART
  • Added more information to disks under Hadware > HDDs including SMART, problems will be reported too
  • Added the program version to the GUI title
  • Added a search box to every table to be able to filter the results
  • Added DataTable js script and style
  • Added floatThead js script
  • Changed the html tables code to use DataTables that gives much more customization features
  • Changed the background color to lightgrey of the tables head
  • Changed the tables head to be fixed and always show on scroll while a table is visible
  • Changed the tables are now wrapped inside a '
    '
  • Improved tables sort are now more realible
  • Fixed the tables big font-size aren't the default from theme
  • Moved Malware folder into Core
  • Moved Libraries into Resources
  • Removed table-responsive class from tables (wrong usage)

v1.4.0.0

15 Apr 23:25
Compare
Choose a tag to compare
  • Added a malware database to detect bad programs on the system (Windows only)
  • Added 204 toolbars to malware list (Windows only)
  • Added support to Linux and others mono compatible systems
  • Added a 'build.bat' file to compile project under Windows (Visual Studio required)
  • Added a 'Makefile' file to compile project under Linux systems using Mono (mono-complete required)
  • Changed program will now be executed using 64bit process under 64bit systems, otherwise 32bit will be used
  • Changed GUI update timer interval to 1s rather than 500ms
  • Changed uptime values are now represented by: days.hours:minutes:seconds
  • Changed controls postion to bottom left instead of top right
  • Changed page title build date to use CurrentCulture instead of InvariantCulture
  • Changed rewrite whole reports using HtmlTextWriter wich use a StringBuilder instead a single string with concatenation
  • Changed program will now run with less privileges (from full to admin)
  • Improved report generation performance
  • Removed Service type from report

v1.3.0.0

11 Apr 19:55
Compare
Choose a tag to compare
  • Added a new dashboard with information about the reports
  • Added a new section with controls to navigate between items and display them
  • Added the items with warning and danger classes can now be easily browsed and followed with the navigation controls in order to quickly find the problems
  • Added comments on javascript code
  • Fixed Html navbar overlaps to content on small resolutions
  • Changed some javascript code to improve page performance
  • Updated bootstrap version from 3.3.2 to 3.3.4

v1.2.20.2

10 Apr 04:56
Compare
Choose a tag to compare
  • Added a new argument 'single thread': Generate all the reports one by one without use parallel tasks. Best used with single core CPUs or for debuging.
  • Fixed application always crash on autoruns collection when tab icons are null
  • Removed unused namespaces

v1.2.20.0

10 Apr 03:54
Compare
Choose a tag to compare
  • Added more information under Autoruns about almost everything that loads with the system
  • Added autorunsc.exe from Sysinternals into projected [Embedded]
  • Changed reports are now generated with parallel threads, 100% boost over single thread on most cases - More cores more benefits