OrenGitHub / dhscanner

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

field var does reach knowledge base properly #17

Closed OrenGitHub closed 5 months ago

OrenGitHub commented 5 months ago
$ python dhscanner.py --input=example.tar --workdir=workdir > output.txt
$ grep -rn "\"req\.query\"" output.txt | wc -l
1 # <--- it should appear twice !
OrenGitHub commented 5 months ago
OrenGitHub commented 5 months ago

delegated to codegen here

OrenGitHub commented 5 months ago

Fixed ! 😃

$ python dhscanner.py --input=example.tar --workdir=workdir > output.txt
$ grep -rn "\"req\.query\"" output.txt | wc -l
2