t4d / StalkPhish

StalkPhish - The Phishing kits stalker, harvesting phishing kits for investigations.
GNU Affero General Public License v3.0
611 stars 81 forks source link

Add ability to output or JSON or CSV #26

Open BrickBross opened 4 years ago

BrickBross commented 4 years ago

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.

t4d commented 4 years ago

You can use the rowid in your SQL request.

KCHARGING commented 3 years ago

Yes