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 "Appendix A: Testing Tools"

From OWASP
Jump to: navigation, search
(Open Source / Freeware)
 
(9 intermediate revisions by 8 users not shown)
Line 19: Line 19:
 
** SPIKE designed to analyze new network protocols for buffer overflows or similar weaknesses. It requires a strong knowledge of C to use and only available for the Linux platform.
 
** SPIKE designed to analyze new network protocols for buffer overflows or similar weaknesses. It requires a strong knowledge of C to use and only available for the Linux platform.
 
* '''Burp Proxy''' - http://www.portswigger.net/Burp/
 
* '''Burp Proxy''' - http://www.portswigger.net/Burp/
** Burp Proxy is an intercepting proxy server for security testing of web applications it allows Intercepting and modifying all HTTP(S) traffic passing in both directions, it can work with custom SSL certificates and non-proxy-aware clients.
+
** Burp Proxy is an intercepting proxy server for security testing of web applications. It allows intercepting and modifying all HTTP(S) traffic passing in both directions. It works with custom SSL certificates as well as non-proxy-aware clients.
 
* '''Odysseus Proxy''' - http://www.wastelands.gen.nz/odysseus/
 
* '''Odysseus Proxy''' - http://www.wastelands.gen.nz/odysseus/
 
** Odysseus is a proxy server, which acts as a man-in-the-middle during an HTTP session. A typical HTTP proxy will relay packets to and from a client browser and a web server. It will intercept an HTTP session's data in either direction.
 
** Odysseus is a proxy server, which acts as a man-in-the-middle during an HTTP session. A typical HTTP proxy will relay packets to and from a client browser and a web server. It will intercept an HTTP session's data in either direction.
Line 56: Line 56:
 
* '''Cookie swap''' - https://chrome.google.com/webstore/detail/dffhipnliikkblkhpjapbecpmoilcama?hl=en-US
 
* '''Cookie swap''' - https://chrome.google.com/webstore/detail/dffhipnliikkblkhpjapbecpmoilcama?hl=en-US
 
** Swap My Cookies is a session manager, it manages cookies, letting you login on any website with several different accounts.  
 
** Swap My Cookies is a session manager, it manages cookies, letting you login on any website with several different accounts.  
* '''Firebug lite for Chrome"" -  https://chrome.google.com/webstore/detail/bmagokdooijbeehmkpknfglimnifench
+
* '''Firebug lite for Chrome"" -  https://chrome.google.com/webstore/detail/bmagokdooijbeehmkpknfglimnifench'''
 
**Firebug Lite is not a substitute for Firebug, or Chrome Developer Tools. It is a tool to be used in conjunction with these tools. Firebug Lite provides the rich visual representation we are used to see in Firebug when it comes to HTML elements, DOM elements, and Box Model shading. It provides also some cool features like inspecting HTML elements with your mouse, and live editing CSS properties
 
**Firebug Lite is not a substitute for Firebug, or Chrome Developer Tools. It is a tool to be used in conjunction with these tools. Firebug Lite provides the rich visual representation we are used to see in Firebug when it comes to HTML elements, DOM elements, and Box Model shading. It provides also some cool features like inspecting HTML elements with your mouse, and live editing CSS properties
* '''Session Manager"" -  https://chrome.google.com/webstore/detail/bbcnbpafconjjigibnhbfmmgdbbkcjfi
+
* '''Session Manager"" -  https://chrome.google.com/webstore/detail/bbcnbpafconjjigibnhbfmmgdbbkcjfi'''
 
**With Session Manager you can quickly save your current browser state and reload it whenever necessary. You can manage multiple sessions, rename or remove them from the session library. Each session remembers the state of the browser at its creation time, i.e the opened tabs and windows.
 
**With Session Manager you can quickly save your current browser state and reload it whenever necessary. You can manage multiple sessions, rename or remove them from the session library. Each session remembers the state of the browser at its creation time, i.e the opened tabs and windows.
 
* '''Subgraph Vega''' - http://www.subgraph.com/products.html  
 
* '''Subgraph Vega''' - http://www.subgraph.com/products.html  
 
**Vega is a free and open source scanner and testing platform to test the security of web applications. Vega can help you find and validate SQL Injection, Cross-Site Scripting (XSS), inadvertently disclosed sensitive information, and other vulnerabilities. It is written in Java, GUI based, and runs on Linux, OS X, and Windows.
 
**Vega is a free and open source scanner and testing platform to test the security of web applications. Vega can help you find and validate SQL Injection, Cross-Site Scripting (XSS), inadvertently disclosed sensitive information, and other vulnerabilities. It is written in Java, GUI based, and runs on Linux, OS X, and Windows.
 
  
 
=== Testing for specific vulnerabilities ===
 
=== Testing for specific vulnerabilities ===
  
==== Testing for DOM XSS ====
+
==== Testing for JavaScript Security, DOM XSS ====
* DOMinator Pro - https://dominator.mindedsecurity.com
+
* BlueClosure BC Detect - http://www.blueclosure.com
  
  
Line 100: Line 99:
 
* SSLScan windows - https://github.com/rbsec/sslscan/releases
 
* SSLScan windows - https://github.com/rbsec/sslscan/releases
 
* SSLLabs - https://www.ssllabs.com/ssltest/
 
* SSLLabs - https://www.ssllabs.com/ssltest/
 +
* High-Tech Bridge ImmuniWeb SSLScan - https://www.htbridge.com/ssl/
  
 
==== Testing for Brute Force Password ====
 
==== Testing for Brute Force Password ====
Line 155: Line 155:
 
* SAINT - http://www.saintcorporation.com/
 
* SAINT - http://www.saintcorporation.com/
 
* QualysGuard WAS - http://www.qualys.com/enterprises/qualysguard/web-application-scanning/
 
* QualysGuard WAS - http://www.qualys.com/enterprises/qualysguard/web-application-scanning/
* IndusGuard Web - https://www.indusface.com/index.php/products/indusguard-web
+
* Indusface WAS- https://www.indusface.com/products/application-security/web-application-scanning
 
* Retina Web - http://www.eeye.com/Products/Retina/Web-Security-Scanner.aspx
 
* Retina Web - http://www.eeye.com/Products/Retina/Web-Security-Scanner.aspx
  
Line 180: Line 180:
 
* Boon - http://www.cs.berkeley.edu/~daw/boon
 
* Boon - http://www.cs.berkeley.edu/~daw/boon
 
* FindBugs - http://findbugs.sourceforge.net
 
* FindBugs - http://findbugs.sourceforge.net
* Find Security Bugs - http://h3xstream.github.io/find-sec-bugs/
+
* Find Security Bugs - https://find-sec-bugs.github.io/
 
* FlawFinder - http://www.dwheeler.com/flawfinder
 
* FlawFinder - http://www.dwheeler.com/flawfinder
 
* Google CodeSearchDiggity - http://www.bishopfox.com/resources/tools/google-hacking-diggity/attack-tools/
 
* Google CodeSearchDiggity - http://www.bishopfox.com/resources/tools/google-hacking-diggity/attack-tools/
* phpcs-security-audit - https://github.com/Pheromone/phpcs-security-audit
+
* phpcs-security-audit - https://github.com/FloeDesignTechnologies/phpcs-security-audit
 
* PMD - http://pmd.sourceforge.net/
 
* PMD - http://pmd.sourceforge.net/
 
* Microsoft’s [[FxCop]]
 
* Microsoft’s [[FxCop]]
 +
* .NET Security Guard - https://dotnet-security-guard.github.io/
 
* Oedipus - http://www.darknet.org.uk/2006/06/oedipus-open-source-web-application-security-analysis/
 
* Oedipus - http://www.darknet.org.uk/2006/06/oedipus-open-source-web-application-security-analysis/
 +
* Puma Scan - https://pumascan.com
 
* Splint - http://splint.org
 
* Splint - http://splint.org
 
* SonarQube - http://sonarqube.org
 
* SonarQube - http://sonarqube.org
 
* W3af - http://w3af.sourceforge.net/
 
* W3af - http://w3af.sourceforge.net/
 +
* RIPS Open Source - http://rips-scanner.sourceforge.net/
  
 
===Commercial ===
 
===Commercial ===
  
 +
* RIPS - https://www.ripstech.com/product/
 
* Armorize CodeSecure - http://www.armorize.com/index.php?link_id=codesecure
 
* Armorize CodeSecure - http://www.armorize.com/index.php?link_id=codesecure
 
* Parasoft C/C++ test - http://www.parasoft.com/jsp/products/cpptest.jsp/index.htm
 
* Parasoft C/C++ test - http://www.parasoft.com/jsp/products/cpptest.jsp/index.htm
 
* Checkmarx CxSuite  - http://www.checkmarx.com
 
* Checkmarx CxSuite  - http://www.checkmarx.com
 
* HP Fortify - http://www.hpenterprisesecurity.com/products/hp-fortify-software-security-center/hp-fortify-static-code-analyzer
 
* HP Fortify - http://www.hpenterprisesecurity.com/products/hp-fortify-software-security-center/hp-fortify-static-code-analyzer
* GrammaTech - http://www.grammatech.com
+
* GrammaTech CodeSonar - http://www.grammatech.com
 
* ITS4 - http://seclab.cs.ucdavis.edu/projects/testing/tools/its4.html
 
* ITS4 - http://seclab.cs.ucdavis.edu/projects/testing/tools/its4.html
 
* Appscan - http://www-01.ibm.com/software/rational/products/appscan/source/
 
* Appscan - http://www-01.ibm.com/software/rational/products/appscan/source/
 
* ParaSoft - http://www.parasoft.com
 
* ParaSoft - http://www.parasoft.com
 +
* Puma Scan Professional - https://pumascanpro.com
 
* Virtual Forge CodeProfiler for ABAP - http://www.virtualforge.de
 
* Virtual Forge CodeProfiler for ABAP - http://www.virtualforge.de
 
* Veracode - http://www.veracode.com
 
* Veracode - http://www.veracode.com
Line 263: Line 268:
 
* Sam Spade - http://www.samspade.org
 
* Sam Spade - http://www.samspade.org
 
* Xenu's Link Sleuth - http://home.snafu.de/tilman/xenulink.html
 
* Xenu's Link Sleuth - http://home.snafu.de/tilman/xenulink.html
 
  
 
[[Category:SAMM-CR-2]]
 
[[Category:SAMM-CR-2]]

Latest revision as of 09:02, 7 May 2019

This article is part of the new OWASP Testing Guide v4.
Back to the OWASP Testing Guide v4 ToC: https://www.owasp.org/index.php/OWASP_Testing_Guide_v4_Table_of_Contents Back to the OWASP Testing Guide Project: https://www.owasp.org/index.php/OWASP_Testing_Project

Open Source Black Box Testing tools

General Testing

Testing for specific vulnerabilities

Testing for JavaScript Security, DOM XSS


Testing AJAX


Testing for SQL Injection


Testing Oracle


Testing SSL

Testing for Brute Force Password

Testing Buffer Overflow


Fuzzer


Googling

Slow HTTP

Commercial Black Box Testing tools

Linux Distrubtion


Source Code Analyzers

Open Source / Freeware

Commercial

Acceptance Testing Tools

Acceptance testing tools are used to validate the functionality of web applications. Some follow a scripted approach and typically make use of a Unit Testing framework to construct test suites and test cases. Most, if not all, can be adapted to perform security specific tests in addition to functional tests.


Open Source Tools

  • WATIR - http://wtr.rubyforge.org
    • A Ruby based web testing framework that provides an interface into Internet Explorer.
    • Windows only.
  • HtmlUnit - http://htmlunit.sourceforge.net
    • A Java and JUnit based framework that uses the Apache HttpClient as the transport.
    • Very robust and configurable and is used as the engine for a number of other testing tools.
  • jWebUnit - http://jwebunit.sourceforge.net
    • A Java based meta-framework that uses htmlunit or selenium as the testing engine.
  • Canoo Webtest - http://webtest.canoo.com
    • An XML based testing tool that provides a facade on top of htmlunit.
    • No coding is necessary as the tests are completely specified in XML.
    • There is the option of scripting some elements in Groovy if XML does not suffice.
    • Very actively maintained.
  • HttpUnit - http://httpunit.sourceforge.net
    • One of the first web testing frameworks, suffers from using the native JDK provided HTTP transport, which can be a bit limiting for security testing.
  • Watij - http://watij.com
    • A Java implementation of WATIR.
    • Windows only because it uses IE for its tests (Mozilla integration is in the works).
  • Solex - http://solex.sourceforge.net
    • An Eclipse plugin that provides a graphical tool to record HTTP sessions and make assertions based on the results.
  • Selenium - http://seleniumhq.org/
    • JavaScript based testing framework, cross-platform and provides a GUI for creating tests.
    • Mature and popular tool, but the use of JavaScript could hamper certain security tests.


Other Tools

Runtime Analysis


Binary Analysis


Requirements Management


Site Mirroring