Geeks Talk

Prepare for your Next Interview


Welcome to the Geeks Talk forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Testing PHP – Security Testing

This is a discussion on Testing PHP – Security Testing within the Testing Issues forums, part of the Software Testing category; Hi, What all aspects are steps one has to take and consider while doing security testing of a PHP application? Regards, RyanJames...

Go Back   Geeks Talk > Software Testing > Testing Issues
Register Blogs FAQ Tag Cloud Calendar Mark Forums Read
  #1 (permalink)  
Old 06-22-2006
Expert Member
 
Join Date: May 2006
Location: New York, USA
Posts: 118
Thanks: 0
Thanked 6 Times in 4 Posts
RyanJames is on a distinguished road
Testing PHP – Security Testing

Hi,
What all aspects are steps one has to take and consider while doing security testing of a PHP application?

Regards,
RyanJames
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 07-12-2006
Contributing Member
 
Join Date: May 2006
Posts: 84
Thanks: 0
Thanked 11 Times in 7 Posts
timmy is on a distinguished road
Re: Testing PHP – Security Testing

One of the aspects to take care of is login page security testing namely validation of userid and password has it been done without any loopholes for error or hacking into the system. Some other things like per page security checks and so on can be done based on the application which is taken for testing.
Reply With Quote
  #3 (permalink)  
Old 11-28-2006
Junior Member
 
Join Date: Nov 2006
Location: chennai
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
govi4ever is on a distinguished road
Re: Testing PHP – Security Testing


Hi timmy,

PHP will come under the web application, so we have to concentrate more on SQL and Java injection. other than this we have to do penetrate testing for the login page.

Reply With Quote
  #4 (permalink)  
Old 04-09-2007
Junior Member
 
Join Date: Apr 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
n_megs is on a distinguished road
Re: Testing PHP – Security Testing

Try the Top 10 Web application vulnerabilities
Reply With Quote
  #5 (permalink)  
Old 04-10-2007
Junior Member
 
Join Date: Mar 2007
Location: India
Posts: 8
Thanks: 0
Thanked 1 Time in 1 Post
shindevijaykr is on a distinguished road
Re: Testing PHP – Security Testing

well, you have to test first for the javascript functionalities used in your application..
Second thing is url testing..I mean directly putting login url of diffrent accounts..there should be validations on these test points..
Reply With Quote
  #6 (permalink)  
Old 02-15-2008
Junior Member
 
Join Date: Dec 2007
Location: Chennai
Posts: 14
Thanks: 1
Thanked 1 Time in 1 Post
mathan_vel is on a distinguished road
Re: Testing PHP – Security Testing

SQL Inection is the suitable way to test the Security level all web Applications.
Reply With Quote
  #7 (permalink)  
Old 02-03-2009
Junior Member
 
Join Date: Mar 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
sonjna is on a distinguished road
Re: Testing PHP – Security Testing

Hi !

Can you elaborate more on security testing,

rgds
Sanju
Reply With Quote
  #8 (permalink)  
Old 02-03-2009
Junior Member
 
Join Date: Dec 2007
Location: Chennai
Posts: 14
Thanks: 1
Thanked 1 Time in 1 Post
mathan_vel is on a distinguished road
Re: Testing PHP – Security Testing

Any data inserted into an output stream originating from a server is presented as originating from that server, even if it does not include malicious tags. Web developers must evaluate whether their sites will send untrusted data as part of an output stream.

Untrusted input can come from, but is not limited to,

* URL parameters
* Form elements
* Cookies
* Databases queries

A combination of steps must be taken to mitigate this vulnerability. These steps include

1. Explicitly setting the character set encoding for each page generated by the web server
2. Identifying special characters
3. Encoding dynamic output elements
4. Filtering specific characters in dynamic elements
5. Examine cookies
Reply With Quote
Reply

  Geeks Talk > Software Testing > Testing Issues

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads

Thread Thread Starter Forum Replies Last Post
Difference between Usability and Functional Testing sunny_love Testing Issues 12 10-08-2007 02:08 AM


All times are GMT -4. The time now is 05:26 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.1
Copyright © 2009 GeekInterview.com. All Rights Reserved