Having an adequate environment to write code is essential for checking spelling and color-code the lines in order to visually […]
SQL (Structured Query Language) Cheat Sheet
VARIABLE TYPES INT Whole numbers, no decimals. DECIMAL(M,N) M is the total number of numbers and N is the number […]
Hacking Tools Cheat Sheet #1
Reference List CrackMapExec Responder ntlmrelayx GPP-Decrypt GetUserSPNs HashCat64 HashCat NetCat Veil-Framework Mentalist CUPP Skipfish Grabber Httrack Wafw00f Hydra pw-Inspector MACof […]
NetMask and WildCard Table
Reference Table for Subnetting Slash Netmask Wildcard Mask /32 255.255.255.255 0.0.0.0 /31 255.255.255.254 0.0.0.1 /30 255.255.255.252 0.0.0.3 /29 255.255.255.248 0.0.0.7 […]
Using Find in Linux CLI
Find is a very powerful tool for searching for files and directories in a command-line interface that can also perform […]
Opening a Tunel Trough the Firewall with NGROX
Why would I want to open a tunnel through my firewall? Suppose you have one service (HTTP, SSH, etc) in […]
Encrypting and Decrypting Files with GnuPG (OpenPGP) in Linux CLI
Creating a key-pair: gpg –gen-key OR gpg –full-generate-key Backing up the secret/private key: gpg –list-secret-keys gpg –export-secret-keys -a ‘[email protected]’ > […]
Linux CLI Monitoring Tools
Top probably is native from most of the Linux distributions. top Htop is an upgraded and very useful version of […]
Run Commands on Boot in Linux
To execute commands on the start-up of the Linux add the commands at the file /etc/rc.local sudo nano /etc/rc.local The […]
Install and Re-Install DW Agent in Ubuntu 20.04 and Raspberry Pi OS
To install download the latest dwagent.sh file from the DW Service [Link]. Make it executable and then execute it: sudo […]