Honhar Engineer

Honhar Engineer
Thanks for visiting,stay connected for more updates !

Sunday, February 23, 2014

Cross-site Scripting XSS Attacks

'XSS' also known as 'CSS' - Cross Site Scripting. It is a very common vulnerability  found in Web Applications, 'XSS' allows the attacker to INSERT malicous code, There are many types of XSS attacks, I will mention 3 of the most used. This kind of vulnerability allows an "attacker" to inject some code into the applications...

SQL Injection Attack

An SQL Injection can destroy your database. SQL in Web Pages In the previous chapters, you have learned to retrieve (and update) database data, using SQL. When SQL is used to display data on a web page, it is common to let web users input their own search values. Since SQL statements are text only, it is easy, with a little piece of...

Wednesday, February 19, 2014

E-mail Spoofing: Anonymous Mail Through php

         Hi friends! Few weeks back I have got few mails asking me to write on tracing anonymous mails. So I thought today to get started with the topic of anonymous mailing. Before you learn to trace an email you must know to create an anonymous mail. Using this technique you can email any user from any email...