-
Notifications
You must be signed in to change notification settings - Fork 315
Regenerating Diffie Hellman (DH) Parameters
freqyXin edited this page Sep 10, 2019
·
1 revision
By default, EAPHammer uses a 2048 bit DH file that is located at certs/dh_file
. Since generating DH parameters can be time consuming, the DH file is generated once when ./kali-setup
is run. If you need to regenerate the 2048 bit DH file for whatever reason, you can do so with the following command:
./eaphammer --cert-wizard dh
If you need a DH file with a different key length, you can generate one by using --cert-wizard dh
in conjunction with the --key-length
flag:
./eaphammer --cert-wizard dh --key-length 1024
-
- XIV.1 - Interactive Mode
-
XIV.2 - Creating Certificates
--cert-wizard create
-
XIV.3 - Importing Certificates and Keys
--cert-wizard import
- XIV.4 - Listing Previously Imported or Created Certificates
--cert-wizard list
- XIV.5 - Regenerating Diffie Hellman (DH) Parameters
--cert-wizard dh
- XIV.6 - Overriding EAPHammer's Static Configuration