MCPcopy Create free account
hub / github.com/Adaptix-Framework/AdaptixC2 / GetPassword

Method GetPassword

AdaptixClient/Source/Client/AuthProfile.cpp:40–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38QString AuthProfile::GetUsername() { return this->username; };
39
40QString AuthProfile::GetPassword() { return this->password; };
41
42QString AuthProfile::GetHost() { return this->host; };
43

Callers 4

onProfileSelectedMethod · 0.80
HttpReqLoginFunction · 0.80
AddProjectMethod · 0.80
UpdateProjectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected