output.json -> output.ndjson #734
Closed
nicpenning
started this conversation in
Ideas
Replies: 4 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. |
2 replies
|
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> |
4 replies
|
I re-ran the poetry install in the bbot directory and it seems that I am making progress! |
0 replies
|
we dont use poetry anymore |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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?
All reactions