mitre / sandcat

A CALDERA plugin
https://caldera.mitre.org/
Apache License 2.0
63 stars 36 forks source link

GIST contact comply with new contact interface method #355

Closed uruwhy closed 3 years ago

uruwhy commented 3 years ago

Description

Update GIST contact to have it conform with new contact interface by implementing the new contact method SetUpstreamDestAddr, as defined in https://github.com/mitre/gocat/pull/49

Since GIST will always reach out to github, SetUpstreamDestAddr will simply return without doing anything. However, since the GIST contact implements the contact interface, the method still needs to exist.

Type of change

How Has This Been Tested?

Tested GIST contact with https://github.com/mitre/gocat/pull/49 to make sure it still works properly.

Checklist: