<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.owasp.org/index.php?action=history&amp;feed=atom&amp;title=Projects%2FOWASP_Zed_Attack_Proxy_Project%2FReleases%2FZAP_1.3.0%2FNotes</id>
		<title>Projects/OWASP Zed Attack Proxy Project/Releases/ZAP 1.3.0/Notes - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.owasp.org/index.php?action=history&amp;feed=atom&amp;title=Projects%2FOWASP_Zed_Attack_Proxy_Project%2FReleases%2FZAP_1.3.0%2FNotes"/>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Projects/OWASP_Zed_Attack_Proxy_Project/Releases/ZAP_1.3.0/Notes&amp;action=history"/>
		<updated>2026-04-06T05:13:43Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.27.2</generator>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Projects/OWASP_Zed_Attack_Proxy_Project/Releases/ZAP_1.3.0/Notes&amp;diff=112186&amp;oldid=prev</id>
		<title>Axel Neumann: Created page with &quot;The following changes were made in this release:   == Significant changes: ==  '''Fuzzing'''  Strings in a response can now be fuzzed to try to find vulnerabilities. Anti CRSF to...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Projects/OWASP_Zed_Attack_Proxy_Project/Releases/ZAP_1.3.0/Notes&amp;diff=112186&amp;oldid=prev"/>
				<updated>2011-06-15T15:42:19Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;The following changes were made in this release:   == Significant changes: ==  &amp;#039;&amp;#039;&amp;#039;Fuzzing&amp;#039;&amp;#039;&amp;#039;  Strings in a response can now be fuzzed to try to find vulnerabilities. Anti CRSF to...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The following changes were made in this release: &lt;br /&gt;
&lt;br /&gt;
== Significant changes: ==&lt;br /&gt;
&lt;br /&gt;
'''Fuzzing'''&lt;br /&gt;
&lt;br /&gt;
Strings in a response can now be fuzzed to try to find vulnerabilities.&lt;br /&gt;
Anti CRSF tokens can be detected and automatically regenerated when fuzzing.&lt;br /&gt;
This functionality is based on code from the OWASP JBroFuzz project.&lt;br /&gt;
&lt;br /&gt;
'''Dynamic SSL certificates'''&lt;br /&gt;
&lt;br /&gt;
The support for SSL connections was improved and simplified.&lt;br /&gt;
User's can now create their own root certificate and distribute this into their HTTP clients.&lt;br /&gt;
&lt;br /&gt;
'''Daemon mode and API'''&lt;br /&gt;
&lt;br /&gt;
Starting ZAP with the &amp;quot;-daemon&amp;quot; command line option will cause it to run in the background in 'headless' mode, &lt;br /&gt;
meaning that no UI is displayed.&lt;br /&gt;
&lt;br /&gt;
An initial API has been implemented in XML, JSON and HTML.&lt;br /&gt;
&lt;br /&gt;
If ZAP is running as a daemon then the API is automatically enabled, otherwise the API must be enabled via the Options API screen.&amp;lt;br&amp;gt;&lt;br /&gt;
The API can be navigated by opening http://zap/ in your browser when proxying via ZAP. &lt;br /&gt;
&lt;br /&gt;
'''Beanshell integration'''&lt;br /&gt;
&lt;br /&gt;
The BeanShell is an interactive Java shell that can be used to execute BeanShell scripts. These scripts are a simplified form of Java that use many elements from Java syntax, but in a simpler scripting format. All Java code is also valid BeanShell code. BeanShell integration in OWASP ZAP enables you to write scripts using the ZAP functions and data set. This can be a very powerful feature for analyzing web applications.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Full internationalisation'''&lt;br /&gt;
&lt;br /&gt;
All display string are now fully internationalised.&lt;br /&gt;
&lt;br /&gt;
'''Localisation'''&lt;br /&gt;
&lt;br /&gt;
Out of the box support for the following languages:&lt;br /&gt;
* English&lt;br /&gt;
* Brazilian Portuguese&lt;br /&gt;
* Chinese&lt;br /&gt;
* French&lt;br /&gt;
* German&lt;br /&gt;
* Greek&lt;br /&gt;
* Indonesian&lt;br /&gt;
* Japanese&lt;br /&gt;
* Polish&lt;br /&gt;
* Spanish&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Minor changes: ==&lt;br /&gt;
&lt;br /&gt;
'''Hex view'''&lt;br /&gt;
&lt;br /&gt;
The Request and Response tabs now provide a 'Hex View' option which will display the request and response bodies in hex format. &lt;br /&gt;
&lt;br /&gt;
'''Search results'''&lt;br /&gt;
&lt;br /&gt;
The Search tab now displays all instances of a string found rather than just the first instance in each request or response. &lt;br /&gt;
&lt;br /&gt;
'''Exclude URLs'''&lt;br /&gt;
&lt;br /&gt;
URLs can be explicitly excluded from the active scanner, spider and from the proxy.&lt;br /&gt;
&lt;br /&gt;
'''Copy support'''&lt;br /&gt;
&lt;br /&gt;
Most of the panels now provide a 'right click' 'Copy' menu option, including the Port Scan and Brute Force panels.&lt;br /&gt;
&lt;br /&gt;
'''Undo/Redo support'''&lt;br /&gt;
&lt;br /&gt;
All of the input fields now support Undo/Redo actions using the operating systems default Undo/Redo accelerators:&lt;br /&gt;
* Windows/Linux: Ctrl+Z / Ctrl+Y&lt;br /&gt;
* Mac OS X: Cmd+Z / Cmd+Shift+Z&lt;br /&gt;
&lt;br /&gt;
'''Port scanner proxy support and timeout option'''&lt;br /&gt;
&lt;br /&gt;
The Port Scanner can now use the outgoing proxy (if configured) and the timeout in milliseconds can also now be set.&lt;br /&gt;
&lt;br /&gt;
'''Request and response break buttons'''&lt;br /&gt;
&lt;br /&gt;
There are now 2 'Set Break' buttons to allow breaks to be set on all requests and all responses independently. &lt;br /&gt;
&lt;br /&gt;
'''Expand Sites and Information tab buttons'''&lt;br /&gt;
&lt;br /&gt;
There are now 2 buttons which allow you to switch between having the Sites and Information tabs expanded.&lt;br /&gt;
&lt;br /&gt;
'''Break tab icon changes colour when break point hit'''&lt;br /&gt;
&lt;br /&gt;
While the Break tab is not in use its icon is a grey cross.&lt;br /&gt;
When a break point is hit the tab icon is changed to a red cross.&lt;br /&gt;
&lt;br /&gt;
'''Adjustable timeout'''&lt;br /&gt;
&lt;br /&gt;
The Option: Connection screen allows you to set the timeout in seconds&lt;br /&gt;
to make it easier to test slow applications.&lt;br /&gt;
&lt;br /&gt;
'''Library updates'''&lt;br /&gt;
&lt;br /&gt;
Most of the libraries used by ZAP have been updated to the latest versions.&lt;br /&gt;
&lt;br /&gt;
'''A new icon :)'''&lt;br /&gt;
&lt;br /&gt;
Thanks to Simon Egli and all others for submitting cool icon suggestions.&lt;br /&gt;
&lt;br /&gt;
== Known Issues: ==&lt;br /&gt;
&lt;br /&gt;
'''Mac OS X: Dynamic SSL and Google Chrome'''&lt;br /&gt;
&lt;br /&gt;
Currently Dynamic SSL is not working when using Google Chrome. This is because of an unresolved known issue with Google Chrome and Mac OS X Keychain. When importing OWASP ZAP's Root CA into the keychain and requesting a SSL website, an &amp;quot;Invalid certificate&amp;quot; error message is shown.&lt;/div&gt;</summary>
		<author><name>Axel Neumann</name></author>	</entry>

	</feed>