MCPcopy Create free account
hub / github.com/SickleSec/GhostWolf / usage

Function usage

Ghostwolf/Helper.cpp:17–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 wprintf(Message);
16}
17void usage() {
18 printf("\nFlags:\n");
19 printf(" /edge Get the cookies for the current host\n");
20 printf(" /pass Lists all host passwords\n");
21 printf(" /chrome Get the cookies for the current host\n");
22 printf(" /firefox Get the cookies for the current host\n");
23 printf(" /todesk Get the credentials for the current host\n");
24 printf(" /list list all hosts\n");
25 printf(" /pass Lists all host passwords\n");
26 printf(" /help Maybe you need help\n");
27}
28void banner() {
29 printf(" _____ _ _ _ _ _ __ \n");
30 printf(" / ____| | | | | | | | | |/ _|\n");

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected