Janusec Application Gateway
Janusec

Janusec Application Gateway
Janusec Application Gateway, an application security solution that provides a Web Application Firewall (WAF), unified Web Management Portal, private key protection, web-based routing, and scalable load balancing.
main characteristics
WAF (Web Application Firewall), SQL block injection, intersite scripting, loss of sensitive data, DC attacks, etc.
Group Policy (collaboration with multiple checkpoints)
CAPTCHA support
Uniform Web Administration
HTTPS support, no agent required
Certificate protection with encrypted storage with private key
Support for scalable architecture, load balancing, and multiple nodes
Installation
Step 1: Download
$cd ~
$wgethttps://www.janusec.com/download/janusec-latest.tar.gz
$tar zxf ./janusec-latest.tar.gz
Step 2: Install
Switch to root and run install.sh , janusec application gateway will be installed to /usr/local/janusec/
$su
#cd janusec-0.9.3
#./install.sh
Step 3: Config
PostgreSQL is not included in release package, you should prepare database name and account.
Now we assume you have PostgreSQL
installed already, and database name and account is ready, then edit /usr/local/janusec/config.json
:
{
“node_role”: “master”,
“master_node”: {
“admin_http_listen”: “:9080”,
“admin_https_listen”: “:9443”,
“database”: {
“host”: “127.0.0.1”,
“port”: “5432”,
“user”: “your_postgresql_user
”,
“password”: “your_postgresql_password
”,
“dbname”: “janusec
”
}
},
“slave_node”: {
“node_key”: “”,
“sync_addr”: “”
}
}
Step 4: Start and Test Installation
#systemctl start janusec.service
Open web browser such as Chrome
, navigate with address:
http://
your_ip_address
:9080/
This is the administration address for Janusec Application Gateway.
Login with default username admin
and password [email protected]
.
Download Janusec Application Gateway
Anti-DDOS – Anti DDOS Bash Script