output.json -> output.ndjson #734
Replies: 3 comments 6 replies
-
Not a bad idea. Would you be willing to make a PR? There are probably a few places in the tests and docs it would also need to be updated. |
Beta Was this translation helpful? Give feedback.
-
I would like to try using poetry and develop BBOT, but the steps here did not work: https://www.blacklanternsecurity.com/bbot/contribution/ After properly installing poetry, adding it to the path, and then running user@system-1:~/bbot$ poetry shell
Spawning shell within /home/user/.cache/pypoetry/virtualenvs/bbot-Kav3PRTN-py3.10
user@system-1:~/bbot$ . /home/user/.cache/pypoetry/virtualenvs/bbot-Kav3PRTN-py3.10/bin/activate
(bbot-py3.10) user@system-1:~/bbot$ bbot --help
Command 'bbot' not found, did you mean:
command 'bbox' from deb ps2eps (1.68+binaryfree-3)
command 'bnbot' from deb pvpgn (1.8.5-2.1ubuntu1)
command 'brot' from deb fortunes-de (0.34-1)
Try: sudo apt install <deb name> |
Beta Was this translation helpful? Give feedback.
-
I re-ran the poetry install in the bbot directory and it seems that I am making progress! |
Beta Was this translation helpful? Give feedback.
-
It seems that the output.json file of a BBOT scan is actually new line delimited JSON. Would it then be appropriate to rename the output.json file to output.ndjson?
Beta Was this translation helpful? Give feedback.
All reactions