My Page
ILIAZ

|
|
|
ILIAZ uploaded a new avatar. | Aug 31 |
|
|
|
ILIAZ and Cristina Lape are now friends | Aug 31 |
|
|
|
ILIAZ updated group, ILIAZB_Testing | Aug 28 |
|
|
|
ILIAZ added a new bulletin, Web Testing Document | Aug 28 |
|
|
|
kiran joined the group ILIAZB_Testing | Aug 27 |
|
|
|
ILIAZ added a new bulletin, Guideliness for Software Testing | Aug 14 |
|
|
|
ILIAZ added a new discussion topic for the group, ILIAZB_Testing | Aug 14 |
|
|
|
ILIAZ updated group, ILIAZB_Testing | Aug 14 |
|
|
|
ILIAZ created a blog entry ISTQB Sample Paper -... <!-- /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:""; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:"Times New Roman"; mso-fareast-font-family:"Times New Roman";} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --> ISTQB Sample Paper
1 Which of the following is a major task of test planning?
3 In a system designed to work out the tax to be paid: An employee has £4000 of salary tax free. |
Aug 13 |
|
|
|
ILIAZ updated a blog entry Security Testing...
Web Security Testing Related Points: 1. Password cracking:
The security testing on a web application can be kicked off by "password cracking". In order to log in to the private areas of the application, one can either guess a username/ password or use some password cracker tool for the same.
If username or password is stored in cookies without encrypting, attacker can use different methods to steal the cookies and then information stored in the cookies like username and password.
2. URL manipulation through HTTP GET methods:
The tester should check if the application passes important information in the query string. This happens when the application uses the HTTP GET method to pass information between the client and the server. The information is passed in parameters in the query string. The tester can modify a parameter value in the query string to check if the server accepts it.
Via HTTP GET request user information is passed to server for authentication or fetching data. Attacker can manipulate every input variable passed from this GET request to server in order to get the required information or to corrupt the data. In such conditions any unusual behavior by application or web server is the doorway for the attacker to get into the application. 3. SQL Injection:
Entering a single quote (') in any textbox should be rejected by the application. Instead, if the tester encounters a database error, it means that the user input is inserted in some query which is then executed by the application. In such a case, the application is vulnerable to SQL injection.
SQL injection attacks are very critical as attacker can get vital information from server database. To check SQL injection entry points into your web application, find out code from your code base where direct MySQL queries are executed on database by accepting some user inputs.
If user input data is crafted in SQL queries to query the database, attacker can inject SQL statements or part of SQL statements as user inputs to extract vital information from database. Even if attacker is successful to crash the application, from the SQL query error shown on browser, attacker can get the information they are looking for. Special characters from user inputs should be handled / escaped properly in such cases. 4. Cross site Scripting:
The tester should additionally check the web application for XSS (Cross site scripting). Any HTML e.g. or any script e.g. Note :- The posts posted in this blog are collected. Some have been prepared by me. If any one have objections regarding any copied posts. Please mail me to make that post removed. |
Aug 05 |
|
|
|
ILIAZ updated a blog entry ILIAZB_TESTING... I am starting this Blog to share my testing ideas and experience with all of you Note :- The posts posted in this blog are collected. Some have been prepared by me. If any one have objections regarding any copied posts. Please mail me to make that post removed.
Web Security Testing Related Points: 1. Password cracking:
The security testing on a web application can be kicked off by "password cracking". In order to log in to the private areas of the application, one can either guess a username/ password or use some password cracker tool for the same.
If username or password is stored in cookies without encrypting, attacker can use different methods to steal the cookies and then information stored in the cookies like username and password.
2. URL manipulation through HTTP GET methods:
The tester should check if the application passes important information in the query string. This happens when the application uses the HTTP GET method to pass information between the client and the server. The information is passed in parameters in the query string. The tester can modify a parameter value in the query string to check if the server accepts it.
Via HTTP GET request user information is passed to server for authentication or fetching data. Attacker can manipulate every input variable passed from this GET request to server in order to get the required information or to corrupt the data. In such conditions any unusual behavior by application or web server is the doorway for the attacker to get into the application. 3. SQL Injection:
Entering a single quote (') in any textbox should be rejected by the application. Instead, if the tester encounters a database error, it means that the user input is inserted in some query which is then executed by the application. In such a case, the application is vulnerable to SQL injection.
SQL injection attacks are very critical as attacker can get vital information from server database. To check SQL injection entry points into your web application, find out code from your code base where direct MySQL queries are executed on database by accepting some user inputs.
If user input data is crafted in SQL queries to query the database, attacker can inject SQL statements or part of SQL statements as user inputs to extract vital information from database. Even if attacker is successful to crash the application, from the SQL query error shown on browser, attacker can get the information they are looking for. Special characters from user inputs should be handled / escaped properly in such cases. 4. Cross site Scripting:
The tester should additionally check the web application for XSS (Cross site scripting). Any HTML e.g. or any script e.g. |
Aug 05 |
|
|
|
ILIAZ created a blog entry ILIAZB_TESTING... I am starting this Blog to share my testing ideas and experience with all of you |
Aug 05 |