+ All Categories
Home > Technology > Zap attack proxy

Zap attack proxy

Date post: 19-May-2015
Category:
Upload: artem-vasilenko
View: 425 times
Download: 15 times
Share this document with a friend
Description:
Small slide deck, about 1st steps within Security Testing and OWASP ZAP tool.
Popular Tags:
9
Security Testing Security testing is a process to determine that an information system protects data and maintains functionality as intended.
Transcript
Page 1: Zap attack proxy

Security Testing

Security testing is a process to determine that an information system protects data and maintains functionality as intended.

Page 2: Zap attack proxy

Challenges

Skill set – for better results requires practice in this wide area

Effort – on going process which may require separate team

Tools – most likely are third party services or require deep understanding

Budget – for license or a team / third party

Automation – in most cases ST process requires Intelligence investigation

Page 3: Zap attack proxy

Introduction

The Zed Attack Proxy (ZAP) is an easy to use integrated penetration testing tool for finding vulnerabilities in web applications.

It is designed to be used by people with a wide range of security experience:

Developers

Functional Testers

Security Specialists

Those who are new to penetration testing.

ZAP provides automated scanners as well as a set of tools that allow you to find security vulnerabilities manually

Page 4: Zap attack proxy

1st Steps

Download ZAP for your platform

Setup ZAP to use custom proxy

Setup your browser to use ZAP proxy

Start Testing right away

Page 5: Zap attack proxy

Passive Scan

Logs all found on the fly as you test within your Browser

Finds Small and Medium issues in Web context (cookies, headers e.t.c)

Provides solution to fix

Provides Reports in number of formats

Candidate for CI pipeline process

Page 6: Zap attack proxy

Active Scan

Runs number of test against given URL

Goes through all possible vulnerabilities

Dynamically inserts URL parameters trying to inject Site under test

Reports and highlight areas for further analysis

Page 7: Zap attack proxy

Automation

Stands in the middle analyzing traffic

Can be integrated in CI

Automation Testing framework - agnostic

Can be tuned for decision making

Good candidate for 'Passive Scan' smoke test

Page 8: Zap attack proxy

Conclusion

Cross-platform – easy to setup and start

Open source and actively develops

Doesn't require any special skills from the start

Continuous Integration - friendly

Supports automation at some levels

REST API friendly

Page 9: Zap attack proxy

Materials Used

Alan Parkinson Conference talks http://lanyrd.com/profile/alan_parkinson/

OWASP ZAP Home Page

http://bit.ly/1fjloVy


Recommended