XCP-ng is an OpenSource virtualizer type 1 (runs on bare metal) and the best way to manage it is using […]
Getting Reverse Shells
Reverse Shell is useful to pass through router and firewalls that may allow outbound connections but not inbound ones. Listener: […]
SSH Audit Server and Client Ubuntu 20.04
Installing the SSH Audit tool: sudo snap install ssh-audit OR pip3 install ssh-audit OR docker pull positronsecurity/ssh-audit Auditing SSH hosts: […]
Ubiquiti EdgeOS (ER-X) Tips and Cheat Sheet
Specifications: Operating system: EdgeOS (Debian Based – 7.0. Wheezy) Processor: Dual-Core (4 threads) 880 MHz, MIPS1004Kc RAM: 256 MB DDR3 […]
Google Search Operators Cheat Sheet
Tips to make your searches more effective. BASIC SEARCH define:wan returns definitions. time:Toronto returns time in a location. cache:https://example.com Google’s […]
Reverse Proxy with NGINX and SSL/TLS (Let’s Encrypt)
In this tutorial, we will go through: Install and configure NGINX, Install and configure SSL/TLS, Configure NGINX as a reverse […]
Setting Up SELinux on Ubuntu 20.04
SELinux is an upgrade to the file system that creates labels to enhance the policies for groups and users. Created […]
SED Cheat Sheet – Stream Editor with RegEx
Sed is a text/string editor command-line tool. Follow the most basic commands: sed ‘s/LOOKFOR/REPLACE/‘ file.txt reading the file, look for a […]
VBScript Cheat Sheet
Message Box Syntax Int = MsgBox(prompt[,buttons][,title][,helpfile,context]) Message Box Responses / Button Values 1 = vbOK 2 = vbCancel 3 = […]
Installing Latest cPanel + WHM on CentOS 8
cPanel has only one problem: it is not open source, neither free. But if you want to use it to […]