- 15
- Aug
- 12
- Oct

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
- 23
- Sep
You can use Firefox to change your user agent without an extension with the following about:config hack:
- Type about:config into your address bar.
- Right click and create a new String value.
- For the name type “general.useragent.override”
- 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 …


