OCSP is a protocol for checking the validity of certificates, that is, to make sure that they have not been revoked and whether they were actually issued. Enabling OCSP Stapling on the web server side allows you to increase the speed of site opening, since the request to the certification authority is made not by the browser, but by the web server.
Continue reading “Configuring OCSP Stapling”Category Archives: Security
Displaying SNMP Traps about Loop Detect in Zabbix
In this article, I will give an example of SNMP Traps display about Loop Detect in Zabbix.
Continue reading “Displaying SNMP Traps about Loop Detect in Zabbix”Using BNG Blaster
BNG Blaster is a testing tool, it can create thousands of virtual PPPoE and IPoE clients to test the performance of access servers, it also supports IGMP, QinQ, IPv6, etc.
Continue reading “Using BNG Blaster”Blocking SPAM behind a NAT server
In this article I will give an example of detecting and blocking the sending of spam messages behind a NAT server.
Continue reading “Blocking SPAM behind a NAT server”Installing and configuring Aircrack-ng
Aircrack-ng is a set of programs designed to detect wireless networks, intercept traffic transmitted over wireless networks, audit WEP and WPA/WPA2-PSK encryption keys (strength test).
Official site: www.aircrack-ng.org
Privoxy Web Proxy
Privoxy is a free web proxy with advanced features.
Continue reading “Privoxy Web Proxy”Changing User Agent data
To edit the settings, type in the address bar of the Mozilla Firefox browser:
Continue reading “Changing User Agent data”How to install TOR (The Onion Router) on Ubuntu
Tor (The Onion Router) is a system that allows you to establish an anonymous network connection that is protected from listening. It is considered as an anonymous network that provides encrypted data transmission.
Continue reading “How to install TOR (The Onion Router) on Ubuntu”Nginx. Directory Access Restriction
In this article I will give examples of restricting access to files or directories by IP address or username and password.
Continue reading “Nginx. Directory Access Restriction”Process monitoring through strace
I will give an example of running the strace utility, which allows you to track what a process or command is doing at a given moment.
Continue reading “Process monitoring through strace”