0xJeti

Results 2 comments of 0xJeti

"Read the source, Luke" ;) ``` apiKey := os.Getenv("VT_API_KEY") if apiKey == "" { Logger.Warnf("You are not set VirusTotal API Key yet.") return out, nil } ``` You need to...

@mikedesu You can get plaintext Discord message by using `custom` webhook: ```yaml custom: - id: webhook custom_webhook_url: "https://discord.com/api/webhooks/..." custom_method: POST custom_format: '{"content":"{{data}}"}' custom_headers: Content-Type: application/json ```