mirror of
https://github.com/alpkeskin/mosint.git
synced 2026-04-26 11:35:51 +03:00
[GH-ISSUE #100] how do I access docker files #229
Labels
No labels
bug
duplicate
enhancement
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mosint#229
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mirket-bey on GitHub (Oct 26, 2024).
Original GitHub issue: https://github.com/alpkeskin/mosint/issues/100
I am using docker on Kali linux and I have two questions, how do I get json output and how do I register the api in the config file?
@gpatruno commented on GitHub (Feb 10, 2025):
Hi,
If i read the Dockerfile you just need to put your API_KEY directly in the file : example-config.yaml, without rename it.
Then build the Dockerfile to use your new configuration.
For the json output i don t know how to get it too.