Janusec Application Gateway, an application security solutions for public cloud, private cloud, and traditional IDC, which provides web routing, load balancing, and web application firewall. With Janusec, you can build secure and scalable applications.
- 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
- HTTPS support, No Agent Required.
- Certificate Protection with Private Key Encrypted Storage
- Scalable Architecture, Load Balance and Multiple Nodes Support
Detailed documentation is available at Janusec Application Gateway Documentation.
- PostgreSQL 9.3~9.6 or 10 (Required by Development and Master Node of Deployment)
- CentOS/RHEL 7, Debian 9
- systemd
- Golang 1.9+
https://www.janusec.com/documentation/quick-start/
go get github.com/lib/pq
go get github.com/gorilla/sessions
go get github.com/dchest/captcha
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 janusec.go
./janusec
http://127.0.0.1:9080/ (The first address)
Janusec Application Gateway Configuration
go build janusec.go
./release.sh
The release package is under ./dist .
Release directory is ./static/
, and source code is available at Janusec-Admin Github with Angular 5.
Janusec Application Gateway source files are made available under the terms of the GNU Affero General Public License (GNU AGPLv3).