Posted by Warith Al Maawali on Aug 21, 2013 in Blog | 2 comments

SSL is the technology used to encrypt and decrypt messages sent between the browser and server. By encrypting the data, you protect messages from being read while they are transferred across the Internet. encrypts a message from the web browser, or application then sends it to the server. When the message is received by the server, decrypts it and verifies that...
Read MorePosted by Warith Al Maawali on Jun 7, 2013 in Blog, Source-Codes | 4 comments

The reason for adding this blog is sometimes when I code in php I normally forget that data has to be sanitized before executing to prevent or XSS attacks. The simplest way to make SQL injection hard is to use either Mysqli or PDO prepare statements – Examples – as it keeps the SQL and data inputs completely separated. However if you need to use...
Read MorePosted by Warith Al Maawali on Jun 3, 2013 in Blog, Source-Codes | 14 comments

As you notice all external links on my Blog are in order to protect the content from being copied. I tried to find a plug-in that does that but I couldn’t so I modified one that encodes external URLS to so instead of encoding the I will show you how to encrypt it with your own defined key. I will show you how I did it through simple steps if you wish...
Read MorePosted by Warith Al Maawali on Jun 1, 2013 in Blog | 6 comments

On this article I will cover the hot topic of Digital Forensics. The interest is not limited to digital investigators or digital crime, it can be used in the private sector during internal corporate investigations. Digital can be categorized as computer forensics, mobile forensics, network forensics, forensic data analysis and database forensics. Digital...
Read MorePosted by Warith Al Maawali on May 17, 2013 in Blog, Linux | Comments Off on Linux world the guide you need

When to switch to Linux ? is a powerfull stable platform that allows us to achieve many of (Penetration – Hosting – – ..etc) tasks that can’t be done in Windows platform easily. On this article I will highlight most of the useful tools and commands that you will need while managing servers or desktops. Usefull...
Read More