apfree wifidog 的认证服务器后台 WWAS
- 授权协议: GPL
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://gitee.com/apfree/wificoin-wifidog-auth-server
- 软件文档: https://gitee.com/apfree/wificoin-wifidog-auth-server
软件介绍
WWAS 是wificoinwifidogauth server 的简写;wwas 是apfree wifidog(兼容原版wifidog协议)的云端认证服务器及认证设备管理维护平台,其与wwas-admin一起配合使用,为用户提供完整的apfree wifidog认证解决方案。
运行服务端
git clone https://github.com/wificoin-project/wificoin-wifidog-auth-server cd wificoin-wifidog-auth-server npm install npm start
运行 apfree wifidog
config wifidog option gateway_interface 'br-lan' option auth_server_hostname 'wifidog.kunteng.org.cn' option auth_server_port 8001 option auth_server_path '/wifidog/' option check_interval 60 option client_timeout 72000 option httpd_max_conn 200 option pool_mode 1 option thread_number 5 option queue_size 20 option wired_passed 0 option enable 1 config mqtt 'mqtt' option mqtt_hostname 'wifidog.kunteng.org.cn' option mqtt_port '8883' option mqtt_topic ''
安全测试指南(第4版)
OWASP基金会 / 电子工业出版社 / 2016-7-1 / CNY 89.00
软件安全问题也许是这个时代面临的*为重要的技术挑战。Web应用程序让业务、社交等网络活动飞速发展,这同时也加剧了它们对软件安全的要求。我们急需建立一个强大的方法来编写和保护我们的互联网、Web应用程序和数据,并基于工程和科学的原则,用一致的、可重复的和定义的方法来测试软件安全问题。本书正是实现这个目标的重要一步,作为一本安全测试指南,详细讲解了Web应用测试的“4W1H”,即“什么是测试”、“为什......一起来看看 《安全测试指南(第4版)》 这本书的介绍吧!
