91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

開源 WAF防火墻“Janusec Application Gateway” 搭建

發布時間:2020-08-01 17:45:22 來源:網絡 閱讀:2260 作者:wokula 欄目:安全技術

開源 WAF防火墻“Janusec Application Gateway” 搭建

0x01 介紹Janusec Application Gateway

Janusec Application Gateway,一種應用程序安全解決方案,提供WAF(Web應用程序防火墻),統一Web管理門戶,私鑰保護,Web路由和可擴展負載平衡。使用Janusec,您可以構建安全且可伸縮的應用程序。

主要特點

  • WAF(Web應用程序防火墻),阻止SQL注入,跨站點腳本,敏感數據泄漏,CC***等。

  • 集團政策(與多個支票點合作)

  • CAPTCHA支持

  • 統一Web管理

  • HTTPS支持,無需代理。

  • 使用私鑰加密存儲進行證書保護

  • 可擴展的體系結構,負載平衡和多節點支持

開源 WAF防火墻“Janusec Application Gateway” 搭建

開源 WAF防火墻“Janusec Application Gateway” 搭建

開源 WAF防火墻“Janusec Application Gateway” 搭建

0x02 環境介紹及安裝準備

     1  系統要求:

節點操作系統數據庫
主節點CentOS/RHEL 7, 或 Debian 9, x86_64PostgreSQL 9.3 / 9.4 / 9.5 / 9.6 / 10

     2、安裝準備

     2.1  系統  :Centos 7 x86 最小安裝;

開源 WAF防火墻“Janusec Application Gateway” 搭建

     2.2 更新 #yum update;

開源 WAF防火墻“Janusec Application Gateway” 搭建

     2.3 安裝PostgreSQL數據庫;

     2.3.1添加PostgreSQL數據庫源,yum安裝

     yum install https://download.postgresql.org/pub/repos/yum/10/redhat/rhel-7-x86_64/pgdg-centos10-10-2.noarch.rpm

開源 WAF防火墻“Janusec Application Gateway” 搭建

     #yum install postgresql10-server

開源 WAF防火墻“Janusec Application Gateway” 搭建

     #/usr/pgsql-10/bin/postgresql-10-setup initdb

開源 WAF防火墻“Janusec Application Gateway” 搭建

     #systemctl restart postgresql-10.service
     #su – postgres
     -bash-4.2$ psql    #進入控制臺,創建用戶、庫;

開源 WAF防火墻“Janusec Application Gateway” 搭建

     postgres=# create user janusec with password ‘abc789@.com’;
     postgres=# create database janusec owner janusec;
     postgres=# grant all privileges on database janusec to janusec;
     postgres=# \q
     exit

開源 WAF防火墻“Janusec Application Gateway” 搭建

 2.3.2 修改PostgreSQL認證方式

     #vi /var/lib/pgsql/10/data/pg_hba.conf

     修改 pg_hba.conf 中這一行:

     host all all 127.0.0.1/32 md5

     #systemctl restart postgresql-10.service     #重啟 PostgreSQL 服務

     # systemctl enable postgresql-10.service     #添加啟動服務

開源 WAF防火墻“Janusec Application Gateway” 搭建

0x03 Janusec安裝

     3.1 下載安裝包

     # cd~
     # wget https://www.janusec.com/download/janusec-latest.tar.gz
     # tar zxf ./janusec-latest.tar.gz

開源 WAF防火墻“Janusec Application Gateway” 搭建

     3.2 安裝(注意需要ROOT權限)

     安裝后的路徑為:/usr/local/janusec/

     #cd janusec-0.9.3
     #./install.sh

     選擇1. Master Node

開源 WAF防火墻“Janusec Application Gateway” 搭建

     3.3 修改數據庫連接配置

     #vi /usr/local/janusec/config.json

開源 WAF防火墻“Janusec Application Gateway” 搭建

     #systemctl start janusec.service                   #啟動WAF 服務

     # systemctl enable janusec.service               #添加啟動服務

開源 WAF防火墻“Janusec Application Gateway” 搭建

0x04 Janusec  測試

     打開Web瀏覽器,例如Chrome訪問

     http:// your_master_ip_address:9080 /

開源 WAF防火墻“Janusec Application Gateway” 搭建

開源 WAF防火墻“Janusec Application Gateway” 搭建

開源 WAF防火墻“Janusec Application Gateway” 搭建

開源 WAF防火墻“Janusec Application Gateway” 搭建

開源 WAF防火墻“Janusec Application Gateway” 搭建

開源 WAF防火墻“Janusec Application Gateway” 搭建

開源 WAF防火墻“Janusec Application Gateway” 搭建

開源 WAF防火墻“Janusec Application Gateway” 搭建

開源 WAF防火墻“Janusec Application Gateway” 搭建

開源 WAF防火墻“Janusec Application Gateway” 搭建

使用默認用戶名admin和密碼登錄J@nusec123

注意:測試時可以關閉Centos 防火墻

參考官方文檔:https://www.janusec.com/documentation

項目github地址:https://github.com/Janusec/janusec

轉貼請注明轉自: https://www.security-#/

開源 WAF防火墻“Janusec Application Gateway” 搭建


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

白山市| 乐至县| 辽宁省| 绵阳市| 开阳县| 安乡县| 南京市| 贡觉县| 灵山县| 平罗县| 平顶山市| 长子县| 榆林市| 论坛| 沈丘县| 中方县| 雷山县| 克拉玛依市| 满城县| 呼伦贝尔市| 汉沽区| 临西县| 循化| 万山特区| 海林市| 阿鲁科尔沁旗| 得荣县| 嘉禾县| 丰城市| 郎溪县| 桐庐县| 青龙| 平塘县| 松溪县| 宁阳县| 红安县| 锦州市| 巴青县| 莆田市| 叙永县| 新河县|