Janusec Application Gateway, an application security solutions which provides WAF (Web Application Firewall), unified web administration portal, private key protection, web routing and scalable load balancing. With Janusec, you can build secure and scalable applications.
Also ReadPastego – Scrape/Parse Pastebin Using GO & Expression Grammar
https://www.janusec.com/documentation/quick-start/
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
http://127.0.0.1:9080/ (The first address)
go build./release.sh
(Only support Linux Now)
The release package is under ./dist .
Cybersecurity tools play a critical role in safeguarding digital assets, systems, and networks from malicious…
MODeflattener is a specialized tool designed to reverse OLLVM's control flow flattening obfuscation through static…
"My Awesome List" is a curated collection of tools, libraries, and resources spanning various domains…
CVE-2018-17463, a type confusion vulnerability in Chrome’s V8 JavaScript engine, allowed attackers to execute arbitrary…
The blog post "Chrome Browser Exploitation, Part 1: Introduction to V8 and JavaScript Internals" provides…
The exploitation of CVE-2018-17463, a type confusion vulnerability in Chrome’s V8 JavaScript engine, relies on…