Installation To install Laravel first you need to download and set up Composer. If you are using Windows you can grab the .exe file and run it which will set…
In this part of the series, we are going to examine the different ways to escape HTML characters in PHP in order to add security to your web project. We…
Read More Website Hacking, Part VI: Input Validation and Filtering in PHP
Emmet is a plugin for many popular text editors which greatly improves HTML & CSS workflow. Emmet is a toolkit for high-speed HTML, XML, XSL (or any other structured code format)…
SimpleXML is probably the easiest way to parse a XML document. We have created a class that only has to be instantiated to get the feed’s data and added a…
In Part IV of the Website Hacking series, we are going to look at: Storing your email address and telephone number in <a href=mailto:*> and <a href=”tel:*> and the inherent…
Introduction In this part of the Website Hacking series we are going to take a look at how to minimize damages from XSS attacks considering our web application can at…
Recent Comments