AWVS端口开放配置


Windows下在安装AWVS后默认监听在:https://localhost:3443,如何使其监听在0.0.0.0呢?
找到AWVS配置文件,默认位于:C:\ProgramData\Acunetix\settings.ini,修改内容:

server.address=0.0.0.0
server.port=3443

然后在防火墙开放对应的端口:netsh advfirewall firewall add rule name="AWVS" protocol=TCP dir=in localport=3443 action=allow

然后重启AWVS服务即可:

net stop Acunetix
net start Acunetix

声明:Hack All Sec的博客|版权所有,违者必究|如未注明,均为原创|本网站采用BY-NC-SA协议进行授权

转载:转载请注明原文链接 - AWVS端口开放配置


Hacker perspective for security