https://github.com/scanoss/scanner.php
Simple PHP implementation of a PHP-CLI scanner for the OSSKB (Open Source KB)
https://github.com/scanoss/scanner.php
Last synced: 5 months ago
JSON representation
Simple PHP implementation of a PHP-CLI scanner for the OSSKB (Open Source KB)
- Host: GitHub
- URL: https://github.com/scanoss/scanner.php
- Owner: scanoss
- License: gpl-2.0
- Created: 2020-10-09T14:32:30.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-08-27T09:01:52.000Z (almost 2 years ago)
- Last Synced: 2024-08-27T10:24:02.724Z (almost 2 years ago)
- Language: PHP
- Size: 26.4 KB
- Stars: 1
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# scanner.php
Simple PHP implementation of a PHP-CLI scanner for the OSSKB (Open Source KB)
# Usage
```
php scanner.php PATH
```
# How does it work
This reference code illustrates the usage of the SCANOSS API to obtain identification against the OSSKB without sending the actual code, but instead the WFP hashes
Analyzed files are read into memory, WFP fingerprints are calculated and sent to the [OSSKB API](https://osskb.org)
Results are printed via STDOUT.
# License
scanner.php is released under the GPL 2.0 license. Please check the LICENSE file for further details.