Skip to content
Janusec Application Gateway, an application security solution which provides WAF (Web Application Firewall), CC attack defense, LDAP or OAuth2 Authentication, private key protection, Web SSH operation, Web routing and scalable load balancing. JANUSEC应用网关,提供WAF、CC攻击防御、LDAP或OAuth2身份认证、统一Web化管理入口、证书私钥保护、Web SSH安全运维,Web路由以及可扩展的负载均衡等功能。
Go Shell Other
Branch: master
Clone or download

Latest commit

Latest commit a697fd9 Jun 19, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github update readme Aug 4, 2018
backend remove master,slave Jun 13, 2020
data
firewall fix cache Jun 17, 2020
gateway fix cache Jun 17, 2020
models fix cache Jun 17, 2020
scripts fix cache Jun 17, 2020
settings remove master,slave Jun 13, 2020
static fix cache Jun 17, 2020
usermgmt remove master,slave Jun 13, 2020
utils cache Jun 14, 2020
.gitignore cache Jun 14, 2020
.travis.yml travis golang version update to 1.14 Apr 16, 2020
3rdpartylicenses.txt add authenticator 2FA May 19, 2020
Data-Security.png add Data-Security Dec 8, 2019
LICENSE-Community.md update md Jul 15, 2018
README-CN.md update to golang 1.14.2 and fix a bug Apr 16, 2020
README.md remove master,slave Jun 13, 2020
build_arm.sh v0.9.3 Jul 14, 2018
build_linux.sh 0.9.3 change to absolute import path Jul 26, 2018
build_win.sh 0.9.3 change to absolute import path Jul 26, 2018
config.json.bak remove master,slave Jun 13, 2020
gateway1.png update website Jan 27, 2020
janusec-design.png v0.9.3 Jul 14, 2018
janusec.go fix cache Jun 17, 2020
release.sh 0.9.9 first release Jun 19, 2020
robots.txt v0.9.3 Jul 14, 2018
waf-demo1.png update website Jan 27, 2020
waf-demo2.png update website Jan 27, 2020

README.md

Janusec Application Gateway   Tweet

Build Status

README | README中文版

Build Scalable Application Security Infrastructures

Janusec Application Gateway

Janusec Application Gateway, an application security solution which provides WAF (Web Application Firewall), CC attack defense, unified web administration portal, private key protection, web routing and scalable load balancing. With Janusec, you can build secure and scalable applications.

Key Features

  • WAF (Web Application Firewall), block SQL Injection, Cross-site Scripting, Sensitive Data Leakage, CC Attacks etc.
  • Group Policy (Cooperation with Multiple Check Points)
  • CAPTCHA support
  • Unified Web Administration, include Web SSH operation
  • OAuth2 support
  • HTTPS support, No Agent Required.
  • Certificate Protection with Private Key Encrypted Storage
  • Scalable Architecture, Load Balance and Multiple Nodes Support

Screenshots

SQL Injection Screenshot

Janusec Application Gateway Screenshot

Sensitive Data Leakage Screenshot

Janusec Application Gateway Screenshot

Product Web Site

https://janusec.github.io/

Detailed documentation is available at Janusec Application Gateway Documentation.

Requirements

  • PostgreSQL 9.3~9.6 or 10 (Required by Development and Primary Node of Deployment)
  • CentOS/RHEL 7, Debian 9
  • systemd
  • Golang 1.14+ (Required by Development Only)

Quick Start for Deployment

https://janusec.github.io/documentation/quick-start/

Quick Start for Developer

go get -u github.com/Janusec/janusec
cd $GOPATH/src/github.com/Janusec/janusec

Edit config.json with PostgreSQL

"host": "127.0.0.1",
"port": "5432",
"user": "janusec",
"password": "123456",
"dbname": "janusec"

Janusec will encrypt the password automatically.
Then:

go build
su (switch to root)
./janusec

Web Administration

When listen=false in config.json :

http://your_primary_node_ip_address/janusec-admin/ (first use)
https://your_application_domain_name/janusec-admin/ (after certificate configured)

When listen=true in config.json :

http://your_primary_node_ip_address:9080/janusec-admin/ (first use)
https://your_primary_node_domain_name:9443/janusec-admin/ (after certificate configured)

When using primary node only, any application domain name can be used for admin.
But if you have one or more replica nodes, you should apply for a seperate domain name for primary node.

Janusec Application Gateway Configuration

Release

go build
su
./release.sh (Only support Linux Now)

The release package is under ./dist .

Web Administration Portal

Release directory is ./static/janusec-admin/ , and source code is available at Janusec-Admin Github with Angular 9.

LICENSE

Janusec Application Gateway source files are made available under the terms of the GNU Affero General Public License (GNU AGPLv3).

Support

You can’t perform that action at this time.