hashtopolis / server

Hashtopolis - distributed password cracking with Hashcat
GNU General Public License v3.0
1.46k stars 222 forks source link

[FEATURE] IPv6 support #725

Open freeacetone opened 3 years ago

freeacetone commented 3 years ago

Latest release 0.12.0 (and early) not support work via IPv6 connection. For example, start page says:

To add new agents provide them with a valid voucher and download a client.
Used vouchers are automatically deleted to prevent double spending.
If you are asked to provide the API url on the client to connect to, you need to enter the following:
http://[201/api/server.php

http://[201/api/server.php instead http://[201:a373:f940:2421:b2f2:6a91:86b7:5628]/api/server.php

Also install procedure via IPv6 connection has everytime stopped at connection to db step. Via localhost works correctly.

Thanks.

0xVavaldi commented 3 years ago

On topic of this, agent IP also doesn't have enough characters in the MySQL field to support the IPv6 address

freeacetone commented 3 years ago

So wrong. Fix is possible?