Posts

Showing posts from February, 2024

Jegan's Secure Web Gateway Architecture

Image
  For Support, support@ cybersecuritysolutions. raiseaticket.com

Fingerprint Detection and Blocking for Web Application Security (Ubuntu 22.04 LTS)

For demo purpose install CSF like, wget http://download.configserver.com/csf.tgz tar -xzf csf.tgz ufw disable cd csf sh install.sh perl /usr/local/csf/bin/csftest.pl Open port 8443 ==================================================== wget -O /root/install_fingerprint.sh http://139.144.1.60/install_fingerprint.sh chmod +x /root/install_fingerprint.sh ./install_fingerprint.sh ====================================================== Register the domain Install Certificate for the domain (HTTPS) Update the client-side-javascript with the domain registered ====================================================== For details refer, https://drive.google.com/file/d/12lfprtd58vfkMmLqTLnocIAgUwXjzEPZ/view?usp=sharing Updated Codes as on 10th April 2024, https://drive.google.com/file/d/1KmUcu-5WIF-6jyUKwZNOWiP42jtYNQ3t/view?usp=sharing For Support, support@ cybersecuritysolutions. raiseaticket.com

Install LetsEncrypt Certificate for your domain using Certbot

sudo apt install snapd sudo snap install core; sudo snap refresh core sudo snap install --classic certbot sudo ln -s /snap/bin/certbot /usr/bin/certbot sudo certbot certonly --standalone -d your_domain For Support, support@ cybersecuritysolutions. raiseaticket.com

Fingerprint Pro for Device Identity with LUA using Openresty

Image
 https://drive.google.com/file/d/1-ypRM1GUddODMqTnORnRRKAEZcU3LASo/view?usp=sharing For Support, support@ cybersecuritysolutions. raiseaticket.com

Google RECAPTCHAv3 using LUA in OpenResty

Image
 https://drive.google.com/file/d/1mGEAkocfgwqnF-dCJ96RMpdF1U17KRoq/view?usp=sharing For Support, support@cybersecuritysolutions.raiseaticket.com

OpenResty Modsecurity OWASP CRS Web Application Firewall Integration

https://drive.google.com/file/d/1jLZhsDrZnYbTnGQu3vWM5wfslb3gck7e/view?usp=sharing For Support, support@cybersecuritysolutions.raiseaticket.com

Dynamic URL Obfuscation Python

 https://drive.google.com/file/d/1yDWmEVy9mIR_CsGQqav9rsbo6sz3nV8o/view?usp=sharing For Support, support@cybersecuritysolutions.raiseaticket.com

Install OpenResty in Ubuntu 22.04 LTS

 https://drive.google.com/file/d/1DY1m2AukIhoCxHUOUVVpViP0DI9nGgMx/view?usp=sharing sudo apt-get install luarocks luarocks install lua-cjson luarocks install lua-resty-http pid file error handling https://drive.google.com/file/d/1-nw56KZ5HABrDsDHKGItfFGGbbgcLKQY/view?usp=sharing ExecStartPost =/bin/sleep 1 For Support, support@cybersecuritysolutions.raiseaticket.com