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 "Web Service Security Testing Cheat Sheet"
(Created page with "<br /><br /><h1>Web Services Security Testing Cheat Sheet</h1> <h2>Introduction</h2> <p>As Web Services are incorporated into application environments, having a good checkli...") |
|||
Line 1: | Line 1: | ||
+ | |||
+ | __NOTOC__ | ||
+ | <div style="width:100%;height:160px;border:0,margin:0;overflow: hidden;">[[File:Cheatsheets-header.jpg|link=]]</div> | ||
+ | |||
+ | {| style="padding: 0;margin:0;margin-top:10px;text-align:left;" |- | ||
+ | | valign="top" style="border-right: 1px dotted gray;padding-right:25px;" | | ||
+ | Last revision (mm/dd/yy): '''{{REVISIONMONTH}}/{{REVISIONDAY}}/{{REVISIONYEAR}}''' | ||
+ | = Introduction = | ||
+ | __TOC__{{TOC hidden}} | ||
+ | |||
<br /><br /><h1>Web Services Security Testing Cheat Sheet</h1> | <br /><br /><h1>Web Services Security Testing Cheat Sheet</h1> | ||
Line 199: | Line 209: | ||
* Justin Williams | * Justin Williams | ||
</p> | </p> | ||
+ | |||
+ | == Other Cheatsheets == | ||
+ | |||
+ | {{Cheatsheet_Navigation_Body}} | ||
+ | |||
+ | |} | ||
+ | |||
+ | [[Category:Cheatsheets]] |
Revision as of 19:31, 4 August 2015
Last revision (mm/dd/yy): 08/4/2015 IntroductionWeb Services Security Testing Cheat SheetIntroductionAs Web Services are incorporated into application environments, having a good checklist while performing security assessments can help a penetration tester better identify web service related vulnerabilities and associated risk. PurposeThis document is intended to be an easy to use checklist while performing assessments against web services. The penetration tester is advised to incorporate this into his or her corporate testing methodology as a supplemental checklist or is free to use this checklist as the sole testing guideline. ChecklistPre-Assessment
Information Gathering
Testing Phase
Testing REST Based Web ServicesThere is already a great cheat sheet on how to properly test the security of REST based web services. You can find the guide at the following location: Testing SummaryWhile using automated tools, the penetration tester will need to validate all reported findings manually and perform due diligence false positive analysis for each vulnerability reported. During the manual phase of testing, the penetration tester will look for the existence of vulnerabilities missed by the automated tools and will validate automated tool output as necessary. References[2] http://www.securestate.com/Insights/Documents/WhitePapers/Dont-Drop-the-SOAP-Whitepaper.pdf Additional ResourcesBelow are resources to help the tester learn and refine their ability to effectively test various web services. Virtual Machines
Online Resources
Primary Author
Contributing Editors/Authors
Other Cheatsheets |