This blog is NOFOLLOW Free!

Archive for May, 2008

28 May

PHP Tutorial: Using Eclipse+PDT as a PHP IDE

There are a lot PHP Integrated Development Environments (IDEs) on the market, some freeware, some pretty expensive. In this tutorial you will learn how to install and use Eclipse + PDT.

Eclipse is an open source community whose projects are focused on building an open development platform comprised of extensible frameworks, tools and runtimes for building, deploying and managing software across the life cycle.

Eclipse definition taken from  http://www.eclipse.org/.

And the second part :

Please take my Blog Reader Project survey.

VN:F [1.8.1_1037]
Rating: 0.0/10 (0 votes cast)
VN:F [1.8.1_1037]
Rating: 0 (from 0 votes)
2 May

SQL Injection

An SQL injection demo that should make you check twice when setting SQL security.

VN:F [1.8.1_1037]
Rating: 0.0/10 (0 votes cast)
VN:F [1.8.1_1037]
Rating: 0 (from 0 votes)
2 May

Find security bugs in your PHP applications in an instant

Have you ever tried to track down XMLHttpRequests of your PHP application for security issues? It’s hard, isn’t it? Welcome to the world of Web2.0, XSS, SQL injections, Code inclusion/execution, Session injection, Cross Site Request Forging and so on.

This video shows a free tool called Chorizo! ( https://chorizo-scanner.com/ ) which can be used as a proxy and automatically tracks every request to your application and scans for security errors.

It lists all found bugs and provides detailed report analysis including an Adviser which explains the bug (i.e. XSS) in detail and provides concrete PHP code examples so that you can fix your application in just a minute

VN:F [1.8.1_1037]
Rating: 0.0/10 (0 votes cast)
VN:F [1.8.1_1037]
Rating: 0 (from 0 votes)