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
最后更新于 2026-08-14 「部分内容存在时效性,如有失效请留言反馈」
除注明外为 Hack All Sec 的博客 原创文章,转载请注明出处。
本作品采用 知识共享署名-相同方式共享 4.0 国际许可协议 进行许可。
Hack All Sec 的博客