Created
November 15, 2020 20:42
-
-
Save pcranaway/a75f3dd8fd19b10717b0a749b882a404 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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