SQL Injection Cheat Sheet
good reading to test our apps https://www.invicti.com/blog/web-security/sql-injection-cheat-sheet/
Archives for My Lazy and Forgetful Mind
good reading to test our apps https://www.invicti.com/blog/web-security/sql-injection-cheat-sheet/
Setting Up FiberHome HG6145D2 as a Bridge with IndiHome Firmware The FiberHome HG6145D2 modem with IndiHome firmware does not have a manual bridge mode setting. However, it can still be used as a bridge by default. When tested, DHCP did not work through the Ethernet port, but WiFi functioned normally. Default Credentials Location: On the […]
HTTP Authentication is a method of securing web resources by requiring users to provide valid credentials before accessing them. It operates at the HTTP protocol level and can be implemented using several authentication schemes. One common method for HTTP Authentication is Basic Authentication, which prompts users to enter their username and password in a dialog […]
Why ? I want to load balance on Openwrt Openclash OPENWRT on STB has only one RJ45 port Mikrotik has multiple port, so we can use vlan to route two ISP into Openwrt Mikrotik Setting Based on my current configuration, I use Ether1 as WAN2 and Ether2 as WAN1 Make sure we already setting ip> […]
Importing MySQL Gzipped Dump File via Terminal When dealing with MySQL databases, it’s common to export and import data for various reasons, such as backups or transferring data between environments. In this concise guide, we’ll focus on importing a gzipped MySQL dump file using the terminal on a system running Ubuntu. Step 1: Navigate to […]
Introduction: Setting the correct timezone on your Ubuntu system is crucial for accurate timekeeping and proper synchronization. In this article, we will guide you through the process of permanently setting the timezone to UTC+7 (Indochina Time, ICT) using the timedatectl command. Step 1: Open a Terminal Open a terminal on your Ubuntu system. You can […]
Cloudflare offers powerful features to enhance the security and performance of your website. One crucial aspect is securing the communication between your visitors and Cloudflare, as well as between Cloudflare and your origin server. In this article, we’ll explore the SSL options provided by Cloudflare and how to choose the right configuration for your needs. […]
The Most Secure Way to Encrypt and Decrypt Your Data Data security is a critical aspect of modern applications, and choosing a robust encryption method is paramount to protect sensitive information. In this guide, we’ll explore a secure approach to encrypt and decrypt data using PHP and OpenSSL. Generate Two Random Keys Before we delve […]
This worked for me: added the following two lines to /etc/lightdm/lightdm.conf.d/22-armbian-autologin.conf autologin-user=<YOUR USER> autologin-user-timeout=0 the complete file: [Seat:*] autologin-user=pi autologin-user-timeout=0 user-session=xfce
This tutorial guides you through the installation of OpenWRT using a bash script, executed via a web browser interface of the BL-100/BL-201 router. This installation method is beginner-friendly as it can be done solely through the router’s web interface without the need for command line access. Installation Steps 💡 IMPORTANT: Ensure the router is connected […]