Posted by Warith Al Maawali on May 1, 2014 in Blog, Source-Codes | 4 comments

This is how we use and curl to validate any proxy simply you pass the url with IP and port number and results will be printed immediately. In PHP we have to request a given URL via the proxy and see if it will respond with the expected result. First on box debian based you need to run the following command to instal php-curl: sudo apt-get...
Read MorePosted by Warith Al Maawali on Apr 2, 2014 in Blog, Linux | Comments Off on How to process email attachments automatically on Linux

I will share my experience that I had get through while trying to find a way to process an attachment from my personal email using Linux bash scripting. To start with the story I purchased a daily proxy feed from Hidemy*** which I wanted to feed to our proxy software E-bouncer. The down side is that Hidemy*** will only send you the list as an attachment on your...
Read MorePosted by Warith Al Maawali on Mar 29, 2014 in Blog, Source-Codes | 15 comments

Here is my first experience with api wrapper. Digital Ocean and Vultr provides vps services so if you don’t want to log into their panel each time you want to perform an action to the vps node you can call the droplets functions from your own website and have your own control panel. First you will need to create your own client ID and key both can be...
Read MorePosted by Warith Al Maawali on Mar 23, 2014 in Blog, Linux | 2 comments

In order to be stealth and jump from node to another to cover up your movements sometimes you will need to use port forwarding. Why in Linux because its stable and you have many options that you don’t get on windows. There are many tools out there but we have picked the ones we have tried as explained below: Rinetd Score:3/10...
Read MorePosted by Warith Al Maawali on Sep 1, 2013 in Blog | Comments Off on Setup your machine as a coin miner and generate virtual currency

They are many virtual currencies that can be mined using CPU or GPU. If you are having a server or a PC that you would utilities to generate passive income then here is a small guide that I have prepared to simplify it. I will show you how to set it up in different OS environments Linux (CentOS – Ubuntu) and Windows 7 which should be pretty much the same...
Read More