The latest kali pixiewps

description:

  Offline Wi-Fi protection settings brute force cracking tool.
  Pixiewps is a tool written in C language that uses the low or non-existent entropy of certain access points to brute force the WPS PIN method, the so-called "small dust attack."
  It is used for educational purposes only.

parameter:

所需的参数:
	-e,--pke
		M1中找到的被注册人的DH公钥。

	-r,--pkr
		在M2中找到的注册服务商的DH公钥。 可以通过在Reaver和pixiewps中指定--dh-small来避免这种情况。

	-s,--e-hash1
		参与者的哈希1,位于M3中。 这是PIN的前半部分的哈希值。

	-z,--e-hash2
		参与者的哈希2,位于M3中。 这是PIN码后半部分的哈希值。

	-a,--authkey
		身份验证会话密钥。 尽管此参数需要Reaver或Bully的修改版本,但可以通过在Reaver和pixiewps中指定小的Diffie-Hellman键并提供--e-nonce,-r-nonce和--e-bssid来避免。

	-n,--e-nonce
		参与者的随机数,位于M1中。

可选参数:
	
	-m,--r-nonce
		注册服务商的现时,位于M2中。 与其他参数一起使用以计算会话密钥。

	-b,--e-bssid
		参与者的BSSID。 与其他参数一起使用以计算会话密钥。

	-S,--db-small(不推荐使用)
		小Diffie-Hellman键。 还必须在Reaver中指定相同的选项。 某些访问点似乎有故障,并且在此选项下无法正常工作。 尽可能避免与Reaver一起使用。

	-v,--verbosity
		详细级别1-3,最安静的是1,默认值为3。

	-h
		显示一个简单的帮助用法屏幕。

	--help
		显示详细的帮助。

	-V,--version
		显示版本和其他信息。

	--mode N[,

Guess you like

Origin blog.csdn.net/qq_40399982/article/details/113046089