Tuesday, June 29, 2004

Fprint f test

- fprintf(stderr, "Usage: %s [options] host [command]\n", __progname);
+ fprintf(stderr, "GOBBLES SECURITY - WHITEHATS POSTING TO BUGTRAQ FOR FAME\n");
+ fprintf(stderr, "OpenSSH 2.9.9 - 3.3 remote challenge-response exploit\n");
+ fprintf(stderr, "#1 rule of ``ethical hacking'': drop dead\n\n");
+ fprintf(stderr, "Usage: %s [options] host\n", __progname);
fprintf(stderr, "Options:\n");
+ fprintf(stderr, "***** READ THE HOWTO FILE IN THE TARBALL *****\n");
fprintf(stderr, " -l user Log in using this user name.\n");
+ fprintf(stderr, " -p port Connect to this port. Server must be on the same port.\n");
+ fprintf(stderr, " -M method Select the device (skey or bsdauth)\n");
+ fprintf(stderr, " default: bsdauth\n");
+ fprintf(stderr, " -S style If using bsdauth, select the style\n");
+ fprintf(stderr, " default: skey\n");
+ fprintf(stderr, " -d rep Test shellcode repeat\n");
+ fprintf(stderr, " default: 10000 (with -z) ; 0 (without -z)\n");
+ fprintf(stderr, " -j size Chunk size\n");
+ fprintf(stderr, " default: 4096 (1 page)\n");
+ fprintf(stderr, " -r rep Connect-back shellcode repeat\n");
+ fprintf(stderr, " default: 60 (not used with -z)\n");
+ fprintf(stderr, " -z Enable testing mode\n");
+ fprintf(stderr, " -v Verbose; display verbose debugging messages.\n");
+ fprintf(stderr, " Multiple -v increases verbosity.\n");

No comments: