appsec eu 2011 - an introduction to zap by simon bennetts

14
The OWASP Foundation http://www.owasp.org Copyright © The OWASP Foundation Permission is granted to copy, distribute and/or modify this document under the terms of the OWASP License. OWASP AppSec Europe 2011 An Introduction to ZAP The OWASP Zed Attack Proxy Simon Bennetts Sage UK Ltd OWASP ZAP Project Lead [email protected]

Upload: magno-logan

Post on 22-May-2015

57 views

Category:

Technology


2 download

DESCRIPTION

AppSec EU 2011 - An Introduction to ZAP by Simon Bennetts

TRANSCRIPT

Page 1: AppSec EU 2011 - An Introduction to ZAP by Simon Bennetts

The OWASP Foundationhttp://www.owasp.org

Copyright © The OWASP FoundationPermission is granted to copy, distribute and/or modify this document under the terms of the OWASP License.

OWASP AppSecEurope 2011

An Introduction to ZAP

The OWASP Zed Attack Proxy

Simon BennettsSage UK Ltd

OWASP ZAP Project Lead

[email protected]

Page 2: AppSec EU 2011 - An Introduction to ZAP by Simon Bennetts

2

The Introduction• The statement

• You cannot build secure web applications unless youknow how to attack them

• The problem

• For many developers ‘penetration testing’ is a black art

• The solution

• Teach basic pentesting techniques to developers

Thanks to Royston Robertson www.roystonrobertson.co.uk for permission to use his cartoon!

Page 3: AppSec EU 2011 - An Introduction to ZAP by Simon Bennetts

3

The CaveatThis is in addition to:

• Teaching secure coding techniques

• Teaching about common vulnerabilities(e.g. OWASP top 10)

• Secure Development Software Lifecycle

• Static source code analysis

• Code reviews

• Professional pentesting

• …

Page 4: AppSec EU 2011 - An Introduction to ZAP by Simon Bennetts

4

The Zed Attack Proxy• Released September 2010

• Ease of use a priority

• Comprehensive help pages

• Free, Open source

• Cross platform

• A fork of the well regarded Paros Proxy

• Involvement actively encouraged

• Adopted by OWASP October 2010

Page 5: AppSec EU 2011 - An Introduction to ZAP by Simon Bennetts

5

9 months later…• Version 1.2.0 downloaded > 6300 times

• Version 1.3.0 just released

• 5 main coders, 15 contributors

• Fully internationalized

• Translated into 9 languages:Brazilian Portuguese, Chinese, French, German, Greek, Indonesian, Japanese, Polish, Spanish

• Mostly used by Professional Pentesters?

• Paros code: ~55% Zap Code: ~45%

Page 6: AppSec EU 2011 - An Introduction to ZAP by Simon Bennetts

6

ZAP Principles• Free, Open source

• Cross platform

• Easy to use

• Easy to install

• Internationalized

• Fully documented

• Involvement actively encouraged

• Reuse well regarded components

Page 7: AppSec EU 2011 - An Introduction to ZAP by Simon Bennetts

Where is ZAP being used?

7

Page 8: AppSec EU 2011 - An Introduction to ZAP by Simon Bennetts

8

The Main FeaturesAll the essentials for web application testing

• Intercepting Proxy

• Active and Passive Scanners

• Spider

• Report Generation

• Brute Force (using OWASP DirBuster code)

• Fuzzing (using OWASP JBroFuzz code)

Page 9: AppSec EU 2011 - An Introduction to ZAP by Simon Bennetts

9

The Additional Features• Auto tagging

• Port scanner

• Smart card support

• Session comparison

• Invoke external apps

• BeanShell integration

• API + Headless mode

• Dynamic SSL Certificates

• Anti CSRF token handling

Page 10: AppSec EU 2011 - An Introduction to ZAP by Simon Bennetts

10

The Demo

Page 11: AppSec EU 2011 - An Introduction to ZAP by Simon Bennetts

11

The Future• Enhance scanners to detect more

vulnerabilities

• Extend API, better integration

• Fuzzing analysis

• Easier to use, better help

• More localization(all offers gratefully received!)

• Parameter analysis?

• Technology detection?

• What do you want??

Page 12: AppSec EU 2011 - An Introduction to ZAP by Simon Bennetts

Summary and Conclusion 1• ZAP is:

• Easy to use (for a web app pentest tool;)

• Ideal for appsec newcomers

• Ideal for training courses

• Being used by Professional Pen Testers

• Easy to contribute to (and please do!)

• Improving rapidly

12

Page 13: AppSec EU 2011 - An Introduction to ZAP by Simon Bennetts

Summary and Conclusion 2

• ZAP has:

• An active development community

• An international user base

• The potential to reach people new to OWASP and appsec, especially developers and functional testers

• ZAP is a key OWASP project

13

Page 14: AppSec EU 2011 - An Introduction to ZAP by Simon Bennetts

Any Questions?http://www.owasp.org/index.php/OWASP_Zed_Attack_Proxy_

Project