Senin, 24 Agustus 2015

How to Send e-Mail using PHPMailer and Gmail SMTP

hello friends after a long time i'm going to post a simple yet useful post here about SMTP mails, i received few email requests from my readers to post email verification feature in my login and registration tutorial i'll post email verification tutorial after this post this was first step to send emails from localhost and online server as well for that you have to use PHPMailer library, so take a quick a look at this tutorial to understand "how to send SMTP mails using PHPMailer" Read more...


Rabu, 01 Juli 2015

Finding and Fixing vulnerabilities in PHP scripts Detailed Tutorial 2015

In this tutorial I will show you how you can find vulnerabilities n Fix in php scripts.I will not explain how to exploit the vulnerabilities,it is pretty easy and you can find info around the web.All the examples without the basic example of each category was founded in different scripts.1) Remote File Inclusion   - Tips : You can use the NULLBYTE and ? trick.        You can use HTTPS and FTP to bypass filters ( http filtered ) In PHP is 4 functions through you can include code.       require - require() is identical to include() except upon failure it will produce a fatal E_ERROR...


Senin, 29 Juni 2015

DOUBLE QUERY SQL INJECTION

Difficulty: Intermediate Level 2 and AdvancedRequirements: Patience,intuition and understandingEstimated time to read the chapter: 10-20 min (reading thoroughly will help you understand better)Alright I'll make this tutorial as short as possible so that you can understand faster.Understanding Error Based/Double QueryHow does Error Base and Double Query workError Based:Code:A method of extracting information from a database when UNION SELECT function does not work at all. This can be done using a compiled query to extract the database information Double Query:Code:Basically like Error Based, except that the Error Based Query will be doubled...


Pages 371234 »
Twitter Delicious Facebook Digg Favorites More