/gollector

Primary LanguageGoApache License 2.0Apache-2.0

gollector

Submit domain or IP to Shodan and VirusTotal, pull malicious information, find CS beacons based on JARM signature.

Prerequisites

API Keys are handled through environment variables.

  • VT_API, URLSCAN_API, SHODAN_API

  • For permanent storage, store in env path

    • Windows: Add to system variables or use a PowerShell cmdlet $env:<API_KEY> = '<value>'
      • ex. $env:SHODAN_API = 'apikeyvalues'
      • check with $ dir env:
    • MacOS / Linux: Modify .bashrc
      • $ export API_KEY=VALUE
      • $ source ~/.bashrc
  • For temporary storage, a prompt will appear if the command requires an API key. This method does not persist.

Help

A help command will show available commands. Just run ./gollector help .

Run

  • MacOS / Linux: ./gollector [command] <ip>
  • Windows: gollector.exe [command] <input>