mirror of
https://github.com/wiire-a/pixiewps.git
synced 2025-07-28 00:04:38 +02:00
Fixed indentation
This commit is contained in:
parent
9459a7d25f
commit
cd1395eedd
@ -151,50 +151,50 @@ char v_usage[] =
|
|||||||
"\n"
|
"\n"
|
||||||
" Description of arguments:\n"
|
" Description of arguments:\n"
|
||||||
"\n"
|
"\n"
|
||||||
" -e, --pke\n"
|
" -e, --pke\n"
|
||||||
"\n"
|
"\n"
|
||||||
" Enrollee DH public key, found in M1.\n"
|
" Enrollee DH public key, found in M1.\n"
|
||||||
"\n"
|
"\n"
|
||||||
" -r, --pkr\n"
|
" -r, --pkr\n"
|
||||||
"\n"
|
"\n"
|
||||||
" Registrar DH public key, found in M2. It can be avoided by specifying "
|
" Registrar DH public key, found in M2. It can be avoided by specifying "
|
||||||
"--dh-small in both Reaver and Pixiewps.\n"
|
"--dh-small in both Reaver and Pixiewps.\n"
|
||||||
"\n"
|
"\n"
|
||||||
" [?] pixiewps -e <pke> -s <e-hash1> -z <e-hash2> -a <authkey> -n <e-nonce> -S\n"
|
" [?] pixiewps -e <pke> -s <e-hash1> -z <e-hash2> -a <authkey> -n <e-nonce> -S\n"
|
||||||
"\n"
|
"\n"
|
||||||
" -s, --e-hash1\n"
|
" -s, --e-hash1\n"
|
||||||
"\n"
|
"\n"
|
||||||
" Enrollee hash-1, found in M3.\n"
|
" Enrollee hash-1, found in M3.\n"
|
||||||
"\n"
|
"\n"
|
||||||
" -z, --e-hash2\n"
|
" -z, --e-hash2\n"
|
||||||
"\n"
|
"\n"
|
||||||
" Enrollee hash-2, found in M3.\n"
|
" Enrollee hash-2, found in M3.\n"
|
||||||
"\n"
|
"\n"
|
||||||
" -a, --authkey\n"
|
" -a, --authkey\n"
|
||||||
"\n"
|
"\n"
|
||||||
" Authentication session key. Although for this parameter a modified version of "
|
" Authentication session key. Although for this parameter a modified version of "
|
||||||
"Reaver or Bully is needed, it can be avoided by specifying small Diffie-Hellman "
|
"Reaver or Bully is needed, it can be avoided by specifying small Diffie-Hellman "
|
||||||
"keys in both Reaver and Pixiewps and supplying --e-nonce, --r-nonce and --e-bssid.\n"
|
"keys in both Reaver and Pixiewps and supplying --e-nonce, --r-nonce and --e-bssid.\n"
|
||||||
"\n"
|
"\n"
|
||||||
" [?] pixiewps -e <pke> -s <e-hash1> -z <e-hash2> -S -n <e-nonce> -m <r-nonce> -b <e-bssid>\n"
|
" [?] pixiewps -e <pke> -s <e-hash1> -z <e-hash2> -S -n <e-nonce> -m <r-nonce> -b <e-bssid>\n"
|
||||||
"\n"
|
"\n"
|
||||||
" -n, --e-nonce\n"
|
" -n, --e-nonce\n"
|
||||||
"\n"
|
"\n"
|
||||||
" Enrollee's nonce, found in M1.\n"
|
" Enrollee's nonce, found in M1.\n"
|
||||||
"\n"
|
"\n"
|
||||||
" -m, --r-nonce\n"
|
" -m, --r-nonce\n"
|
||||||
"\n"
|
"\n"
|
||||||
" Registrar's nonce, found in M2.\n"
|
" Registrar's nonce, found in M2.\n"
|
||||||
"\n"
|
"\n"
|
||||||
" -b, --e-bssid\n"
|
" -b, --e-bssid\n"
|
||||||
"\n"
|
"\n"
|
||||||
" Enrollee's BSSID.\n"
|
" Enrollee's BSSID.\n"
|
||||||
"\n"
|
"\n"
|
||||||
" -S, --dh-small\n"
|
" -S, --dh-small\n"
|
||||||
"\n"
|
"\n"
|
||||||
" Small Diffie-Hellman keys. The same option MUST be specified in Reaver "
|
" Small Diffie-Hellman keys. The same option MUST be specified in Reaver "
|
||||||
"(1.3 or later versions) too. It DOES NOT WORK with mode 3.\n"
|
"(1.3 or later versions) too. It DOES NOT WORK with mode 3.\n"
|
||||||
"\n"
|
"\n"
|
||||||
" --mode N[,... N]\n"
|
" --mode N[,... N]\n"
|
||||||
"\n"
|
"\n"
|
||||||
" Select modes, comma separated (experimental modes are not used if not specified):\n"
|
" Select modes, comma separated (experimental modes are not used if not specified):\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user