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 .
shadow-rs is a Windows kernel rootkit written in Rust, demonstrating advanced techniques for kernel manipulation…
Extract and execute a PE embedded within a PNG file using an LNK file. The…
Embark on the journey of becoming a certified Red Team professional with our definitive guide.…
This repository contains proof of concept exploits for CVE-2024-5836 and CVE-2024-6778, which are vulnerabilities within…
This took me like 4 days (+2 days for an update), but I got it…
MaLDAPtive is a framework for LDAP SearchFilter parsing, obfuscation, deobfuscation and detection. Its foundation is…