This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Difference between revisions of "Testing: Information Gathering"

From OWASP
Jump to: navigation, search
(Information Gathering)
Line 4: Line 4:
 
=== Information Gathering ===
 
=== Information Gathering ===
 
----
 
----
A security testing needs a first phase focused on collect all the information about the application. Information Gathering is a necessary step before the real activity of penetration test.<br>
+
A security testing needs a first phase focused on collect all the information about the application. Information Gathering is a necessary step of a penetration test.<br>
This task can be carried out searching on different sources and with many methods using public tools as search engine, using fictitious requests purposely forged to receive error messages that give back the versions and technologies used for the application or analyzing and discovering the front-end/back-end infrastructure and applications with the purpose to collect many other useful information.<br>
+
This task can be carried out by using many different sources.
Often it’s possible to gather this information by receiving a response from the application targets because there're old and backup files or default bad configurations not changed from administrators on web server.<br>
+
Using methods such as public tools (search engines), using fictitious requests purposely forged to receive error messages that give back the versions and technologies used by the application or analyzing and discovering the front-end/back-end infrastructure and applications with the purpose to collect many other useful information.<br>
 +
 
 +
Often it’s possible to gather this information by receiving a response from the application because there are old and backup files or default bad configurations in the application server/web server.<br>
  
 
[[Application Discovery AoC|4.2.1 Application Discovery]]
 
[[Application Discovery AoC|4.2.1 Application Discovery]]
  
The application discovery testing is an activity oriented to the identification of the web applications hosted on a web server.<br>
+
Application discovery is an activity oriented towards the identification of the web applications hosted on a web server /application server.<br>
This analysis is important because many times there isn't a direct link with the main application and for this reason a discovery analysis is useful to notice every web-app used for administration, old versions or others never deleted and created for a test development phase.
+
This analysis is important because many times there isn't a direct link with the main application backend and for this reason a discovery analysis is useful to reveal details such as,web-apps used for administration, old versions of files or artifacts which were never deleted and created during the test/development phase or a result of maintainance.
  
 
[[Spidering and googling AoC|4.2.2 Spidering and googling]]
 
[[Spidering and googling AoC|4.2.2 Spidering and googling]]
  
This phase of the Information Gathering process consists in a browsing and capturing of the resources find on the web but the operations that are possibile to perform in this analysis consist also in the collection of the information available on the search engines and extractable using the their particular functionalities.<br>
+
This phase of the Information Gathering process consists in browsing and capturing resources relating to the application being tested. Browsers such as Google can be used to discover issues related to the web application strucutre or error pages produces by the application that can be found and is exposed to the public domain.<br>
  
 
[[Analisys of error code AoC|4.2.3 Analisys of error code]]
 
[[Analisys of error code AoC|4.2.3 Analisys of error code]]
  
The web applications provide during a penetration test many information (as error codes) about technologies and products using particular requests forged expressly for this scope.<br>
+
Web applications may divulge information during a penetration test which is not intended to be seen by an end user. Information (such as error codes)can inform the tester about technologies and products being used by the application. Such error codes can be easy to exploit without using any particular skill due to bad error handling strategy<br>
Often to find these information it isn't need to have particular skills because the web applications with errors on the source code or with infrastructural problems provide these data themselves.
+
 
  
 
[[Infrastructure configuration management testing AoC|4.2.4 Infrastructure configuration management testing]]
 
[[Infrastructure configuration management testing AoC|4.2.4 Infrastructure configuration management testing]]
  
Often an analysis on the infrastructure and topology architecture can reveal a lot of information about a web application as source code, HTTP methods allowed, administration functionalities, authentication methods and infrastructural configurations.
+
Often an analysis on the infrastructure and topology architecture can reveal a lot of information about a web application such as source code, HTTP methods allowed, administration functionalities, authentication methods and infrastructural configurations.<BR>
For this reason a verify only on the web applications can't be an exhaustive test considering the very large number of information that it's possible to obtain during a security assessment analyzing all the components present in a network.   
+
For this reason focus only on the web application can't be an exhaustive test considering the information that it's possible to obtain during a security assessment by analyzing all the components present in a network.   
  
 
[[SSL/TLS Testing AoC|4.2.4.1 SSL/TLS Testing]]
 
[[SSL/TLS Testing AoC|4.2.4.1 SSL/TLS Testing]]

Revision as of 10:13, 6 November 2006

[Up]
OWASP Testing Guide v2 Table of Contents

Information Gathering


A security testing needs a first phase focused on collect all the information about the application. Information Gathering is a necessary step of a penetration test.
This task can be carried out by using many different sources. Using methods such as public tools (search engines), using fictitious requests purposely forged to receive error messages that give back the versions and technologies used by the application or analyzing and discovering the front-end/back-end infrastructure and applications with the purpose to collect many other useful information.

Often it’s possible to gather this information by receiving a response from the application because there are old and backup files or default bad configurations in the application server/web server.

4.2.1 Application Discovery

Application discovery is an activity oriented towards the identification of the web applications hosted on a web server /application server.
This analysis is important because many times there isn't a direct link with the main application backend and for this reason a discovery analysis is useful to reveal details such as,web-apps used for administration, old versions of files or artifacts which were never deleted and created during the test/development phase or a result of maintainance.

4.2.2 Spidering and googling

This phase of the Information Gathering process consists in browsing and capturing resources relating to the application being tested. Browsers such as Google can be used to discover issues related to the web application strucutre or error pages produces by the application that can be found and is exposed to the public domain.

4.2.3 Analisys of error code

Web applications may divulge information during a penetration test which is not intended to be seen by an end user. Information (such as error codes)can inform the tester about technologies and products being used by the application. Such error codes can be easy to exploit without using any particular skill due to bad error handling strategy


4.2.4 Infrastructure configuration management testing

Often an analysis on the infrastructure and topology architecture can reveal a lot of information about a web application such as source code, HTTP methods allowed, administration functionalities, authentication methods and infrastructural configurations.
For this reason focus only on the web application can't be an exhaustive test considering the information that it's possible to obtain during a security assessment by analyzing all the components present in a network.

4.2.4.1 SSL/TLS Testing

4.2.4.2 DB Listener Testing

During the configuration of a database server many DB administrators don't consider the importance of the security about DB Listener component which reveals sensible data as some kinds of configurations and database istances running.
The collection of these information can provide the needful elements to compromise the reservedness, integrity and availability of the data stored.
An accurate security analysis over DB listener configuration problematics permits to acquire these information.

4.2.5 Application configuration management testing

The web applications hide some information which usally not cosidered during the development or the configuration.
These data can be discovered in the source code, in the log files or in default error codes of the web servers so a correct approach on this problematic is fundamental during a security assessment.

4.2.5.1 File extensions handling

Observing the file extension present in a web server and so used for a web-app it's possible to comprehend the technologies which compose the applications (for example jsp and asp extensions in a server-side architecture) and the others systems linked to it.

4.2.5.2 Old, backup and unreferenced files

The files contained in a web server (as old, backup and renamed files), freely readble and downloadble are a big source of information so it's necessary to verify the presence of these data because many times contain parts of source code, installation paths and sometimes also passwords for applications and/or databases.



OWASP Testing Guide v2

Here is the OWASP Testing Guide v2 Table of Contents