Jump to content

I want to HACK my own site. To improve my site security


rajmohan

Recommended Posts

As i'm a web developer, the biggest problem to me always is to test the website i coded, test its security and how much is it safe. Please let me know how to hack my site. I tried with few of the things such as ' or 1=1 --  in the username area. I am most welcoming the peoples to share the SQL injection as well as how to hack the site to secure more my site.

So you want us to teach you how to look for every security hole possible in a site?  It's not that simple.  There's no magic, "SITE SECURITY TEST" button.  (Except for third party software.)

 

 

Just look for things you can exploit, and see if it works.

Easy as 1... 2... 3...

 


$sql = mysql_query(sprintf("INSERT INTO tableName ('col1','col2','col3') VALUES (`%s`,`%s`,`%s`)",
mysql_real_escape_string($_POST['p1']),
mysql_real_escape_string($_POST['p2']),
mysql_real_escape_string($_POST['p3']));

 

Hack Free ;)

There's no magic, "SITE SECURITY TEST" button.  (Except for third party software.)

 

Script Kiddie :P

 

 

 

I NOU SCRIPT KIDDIE.

 

 

I <3 script kiddies.

 

 

 

"Tried my couple scripts....  Nothing worked.  Damn.  Next site."

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.