Ring0: AR Game Concept My experience with the Apple Vision Pro, a game called Blackbox, and some ideas I'd like you to steal
Development Life on Pi: Building a cellular automaton with Feature Flags Implement Conway's Game of Life using LaunchDarkly Feature Flags
Security Data Breach Survival Guide: 7 Tips To Get Through It A highly public data breach is one of the most commonly realized nightmare scenarios of a compromise. As you can imagine, this is a very stressful experience. But as with
Security Handlebars 4.1.2: Command Execution Escaping the Handlebars 4.1.2 sandbox to get code eval/RCE
Security Bypassing MaxScale's Firewall and Masking Rules Learn how to bypass MaxScale's Firewall and Masking filters using SQL comments
Javascript Detecting Chrome DevTools (v69+) Detect when Chrome Dev Tools is opened using a beacon Error object
Security Prevent Tab-Nabbing with Minimal Overhead Prevent tab-nabbing attacks using this simple Javascript function
Security VestaCP - Root Privilege Escalation VestaCP currently has a bug that allows root privilege escalation using PHP. Background: Even with stats disabled, the following line is found in /home/<user>/conf/web/nginx.
System Administration Nginx Catch-All Error Pages Using a combination of named locations along with the error_page directive, we can make it so nginx automatically serves error pages from a directory structure with support for wildcard/
Development Implementing ptsname_r on OSX with Rust I've been working on a project with rust that requires creating a pseudo-terminal and like many others, I've run into a lot of problems with the functions available to get
Security Root your box with W3TC and Nginx Several guides for integrating everybody's favorite caching plugin for Wordpress with Nginx tell you to include something like this in your nginx configuration: location / { include /var/www/wordpress/nginx.conf;
Security [CVE-2016-5483] Galera Remote Command Execution via crafted database name mysqldump is a common utility used to create logical backups of MySQL databases and one of the SST methods used by Galera to bring out-of-sync nodes back into the cluster.
Security [CVE-2016-5483] Backdooring mysqldump backups mysqldump is a common utility used to create logical backups of MySQL databases. By default, it generates a .sql file containing the queries to create/drop tables and insert your
Security Insecure Defaults - Exploiting LOAD DATA LOCAL INFILE Although it is documented that the default binary distributions of MySQL/MariaDB/Percona all seem to be compiled with allow local infile enabled, the warning is misleading: The transfer of
Security Node.JS Request Smuggling The Node HTTP Client checks for invalid characters such as new lines that can be used to perform HTTP Smuggling attacks, however, the rules for the path option are quite