-
Notifications
You must be signed in to change notification settings - Fork 5
Where And How To Get This Utility
The releases for this application are maintained and available from two internet sources.
The source code and cross platform binaries are bundled together in a single zip file available for download from the Cyber Trackr website (https://cyber.trackr.live). Once on the site, click the Utilities -> Standalone Scans To Reports Generator link.
The source code is also under version control on GitHub and compiled releases are made available as new functions are added. The GitHub repository is available at:
https://github.com/CyberSecDef/scans2reports
The source can be cloned from the main page and the Releases page is updated with each new compilation.
The source for the application is written in Python (3.7+) but is cross compiled to Windows and Linux formats using the Python PyInstaller modules. This means that computers will not require a Python installation in order to utilize the application. The compiled releases include miniature portable versions of Python to execute the compiled source code. As such, in order to execute the binary releases, you only need to unzip the files onto your computer and double click the applicable application file. Viewing Source/Forking
The source code is available for anyone to download from the GitHub repository. If any developers are interested in making their own 'version', they can fork the source code to their own repository. Any code updates submitted by external developers will be reviewed on a case by case basis for inclusion in the master branch.
The source code is available for anyone to download from the GitHub repository. If any developers are interested in making their own 'version', they can fork the source code to their own repository. Any code updates submitted by external developers will be reviewed on a case by case basis for inclusion in the master branch.