Skip to content

Commit a89675d

Browse files
authored
Merge pull request #1879 from BishopFox/fix_missing_extension
Keep track of file extension
2 parents 0f340a2 + 3faabd3 commit a89675d

File tree

11 files changed

+5457
-9910
lines changed

11 files changed

+5457
-9910
lines changed

protobuf/clientpb/client.pb.go

Lines changed: 2829 additions & 4651 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protobuf/clientpb/client.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ message ImplantConfig {
187187
bool NetGoEnabled = 151;
188188
bool TrafficEncodersEnabled = 152;
189189
repeated string TrafficEncoders = 153;
190+
string Extension = 154;
190191

191192
repeated commonpb.File Assets = 200;
192193
}

protobuf/commonpb/common.pb.go

Lines changed: 58 additions & 149 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)