• 15
  • Aug

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]
  • 12
  • Oct

SQL Injection
image via link

Yesterday, I came across a very interesting and ‘human’ readable article about SQL Injection. The article offers several examples and ways to prevent these attacks. Have a look and test your custom web application for SQL Injection attack.

http://www.unixwiz.net/techtips/sql-injection.html

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]
  • 23
  • Sep

You can use Firefox to change your user agent without an extension with the following about:config hack:

  1. Type about:config into your address bar.
  2. Right click and create a new String value.
  3. For the name type “general.useragent.override”
  4. Enter the value of a user agent such as “Googlebot/2.1 (+http://www.googlebot.com/bot.html)” for googlebot.

Why is this useful?
Read the rest of this entry …