gollector

command module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 11, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

README

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>

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL