Having an adequate environment to write code is essential for checking spelling and color-code the […]
SQL (Structured Query Language) Cheat Sheet
VARIABLE TYPES INT Whole numbers, no decimals. DECIMAL(M,N) M is the total number of numbers […]
Hacking Tools Cheat Sheet #1
Reference List CrackMapExec Responder ntlmrelayx GPP-Decrypt GetUserSPNs HashCat64 HashCat NetCat Veil-Framework Mentalist CUPP Skipfish Grabber […]
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 […]
Using Find in Linux CLI
Find is a very powerful tool for searching for files and directories in a command-line […]
Opening a Tunel Trough the Firewall with NGROX
Why would I want to open a tunnel through my firewall? Suppose you have one […]
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 […]
Linux CLI Monitoring Tools
Top is probably native to most of the Linux distributions. top Htop is an upgraded […]
Run Commands on Boot in Linux
To execute commands on the start-up of the Linux add the commands at the file […]
Install and Re-Install DW Agent in Ubuntu and Raspberry Pi OS
To install download the latest dwagent.sh file from the DW Service [Link]. Make it executable […]