StalkPhish
StalkPhish copied to clipboard
Add ability to output or JSON or CSV
Hi,
Just an idea
As an enhancement, could be an configuration option to add an output into the config to allow this to write out to a JSON file or even a CSV.
Looking at how i can ingest this information into an Elastic instance the sqlite db using a plugin there is the following requirement: "Any tables being watched must have an id column that is monotonically increasing"
Having the option to output to a file such as just would allow a beat agent (filebeat) to simple read and send the file with no further modification required.
You can use the rowid in your SQL request.
Yes