Skip to content

Commit

Permalink
add ProxyURL field to proto files
Browse files Browse the repository at this point in the history
  • Loading branch information
dzflack committed Jan 24, 2021
1 parent ee58268 commit de739ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions protobuf/clientpb/client.proto
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ message Session {
bool Evasion = 16;
bool IsDead = 17;
uint32 ReconnectInterval = 18;
string ProxyURL = 19;
}

message ImplantC2 {
Expand Down
1 change: 1 addition & 0 deletions protobuf/sliverpb/sliver.proto
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ message Register {
string ActiveC2 = 10;
string Version = 11;
uint32 ReconnectInterval = 12;
string ProxyURL = 13;
}

// Ping - Not ICMP, just sends a rount trip message to an implant to
Expand Down

0 comments on commit de739ed

Please sign in to comment.