OrenGitHub / dhscanner

free as in speech container scanner
https://orengithub.github.io/
1 stars 0 forks source link

Start integration with query engine #19

Closed OrenGitHub closed 2 months ago

OrenGitHub commented 2 months ago
$ python dhscanner.py --input=example.tar --workdir=workdir
[26/04/2024 ( 10:07:41 )] [INFO]: everything looks great - starting to untar 😃
[26/04/2024 ( 10:07:46 )] [INFO]: everything looks great - finished untar 😃
[26/04/2024 ( 10:07:46 )] [INFO]: found 2 first party js files
[26/04/2024 ( 10:07:46 )] [INFO]: parse errors: {"js": 1}
[26/04/2024 ( 10:07:46 )] [INFO]: total num files: {"js": 2}
[26/04/2024 ( 10:07:46 )] [INFO]: wrote knowledge base: kb.pl
[26/04/2024 ( 10:07:46 )] [INFO]: cve_2023_37466: >>> # <--- empty response ( should be yes / no )
OrenGitHub commented 2 months ago

related bug fix: here

OrenGitHub commented 2 months ago

related bug fix here

OrenGitHub commented 2 months ago

related bug fix here

OrenGitHub commented 2 months ago
$ python dhscanner.py --input=example.tar --workdir=workdir
[26/04/2024 ( 15:00:18 )] [INFO]: everything looks great - starting to untar 😃
[26/04/2024 ( 15:00:23 )] [INFO]: everything looks great - finished untar 😃
[26/04/2024 ( 15:00:23 )] [INFO]: found 2 first party js files
[26/04/2024 ( 15:00:23 )] [INFO]: parse errors: {"js": 1}
[26/04/2024 ( 15:00:23 )] [INFO]: total num files: {"js": 2}
[26/04/2024 ( 15:00:23 )] [INFO]: wrote knowledge base: kb.pl
[26/04/2024 ( 15:00:23 )] [INFO]: cve_2023_37466: >>> no # <--- incorrect, but prolog program is valid !