Author: Warith Al Maawali
29/03/2014
/ Tech Blog
Make use of Digital Ocean and Vultr VPS API with PHP wrapper
My First Experience with an API PHP Wrapper Here is my first experience with an API PHP wrapper. Digital Ocean…
23/03/2014
/ Tech Blog
The art of port forwarding on Linux
Stealth Navigation with Port Forwarding on Linux You sometimes need to use port forwarding to be stealthy and move from…
01/09/2013
/ Tech Blog
Setup your machine as a coin miner and generate virtual currency
A Simple Guide to Mining Virtual Currencies There are many virtual currencies that can be mined using a CPU or…
21/08/2013
/ Tech Blog
Mitigating the Beast, Heartbleed, DROWN and POODLE attack attack on SSL TLS grade A+
Strengthening SSL and TLS Connections: A Step-by-Step Guide SSL (Secure Sockets Layer) is the technology used to encrypt and decrypt…
07/06/2013
/ Tech Blog
Sanitize data and prevent SQL injections in php
Importance of Data Sanitization in PHP: Preventing SQL and XSS Attacks The reason for adding this blog is that sometimes,…