Skip to content

Instantly share code, notes, and snippets.

@pcranaway
Created November 15, 2020 20:42
Show Gist options
  • Save pcranaway/a75f3dd8fd19b10717b0a749b882a404 to your computer and use it in GitHub Desktop.
Save pcranaway/a75f3dd8fd19b10717b0a749b882a404 to your computer and use it in GitHub Desktop.
id: 0x01
state: connecting
sender: client
receiver: server
fields:
region:
type: string
description: 'the continent where the client is located'
possible:
- 'America'
- 'Europe'
- 'Asia'
- 'Africa'
id: 0x02
state: stable
sender: server
receiver: client
fields:
targets:
type: list-string
description: 'x targets to scan where x is set on the anton server configuration'
id: 0x03
state: stable
sender: client
receiver: server
fields:
results:
type: list-dict
description: 'a list of dictionaries containing each target scanned and the results'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment