Skip to content

add caution note #459

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ All notable changes to this add-on will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

### Changed
- Add cautionary note to help and readme.

## [19] - 2024-07-01
### Added
Expand Down
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
community-scripts
=================
# Community Scripts

A collection of ZAP scripts provided by the community, i.e. you lot :)

The easiest way to use this repo in ZAP is to install the 'Community Scripts' add-on from the ZAP Marketplace.

> [!CAUTION]
> While we do review all scripts to ensure they don't do anything obviously malicious, you should still review them and use them with caution.

If you might want to contribute to the repo then you can also clone it to a local directory and then add that to ZAP using the Options / Scripts screen.

Please upload your scripts via pull requests!
Expand All @@ -20,11 +22,11 @@ To discuss any aspect of ZAP scripting please join the zaproxy-scripts group: ht

Please ensure that scripts submitted have the correct extension for the language they are written in.

All scripts in the repo are released under the Apache v2.0 licence.
All scripts in the repo are released under the Apache v2.0 license.

You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0

By submitting your scripts to this repo you are releasing them under the Apache v2.0 licence, however you may optionally also release them under more lenient licenses via comments in the scripts.
By submitting your scripts to this repo you are releasing them under the Apache v2.0 license, however you may optionally also release them under more lenient licenses via comments in the scripts.

## Building

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ <H1>Community Scripts</H1>
A collection of ZAP scripts provided by the community held in
<a href="https://github.com/zaproxy/community-scripts">https://github.com/zaproxy/community-scripts</a>
<br><br>
<strong>CAUTION</strong> - While we do review all scripts to ensure they don't do anything obviously malicious, you should still review them and use them with caution.
<br><br>
Please upload your scripts via pull requests!
<br><br>
For more information on ZAP scripts see:
Expand All @@ -24,11 +26,11 @@ <H1>Community Scripts</H1>
<br><br>
Please ensure that scripts submitted have the correct extension for the language they are written in.
<br><br>
All scripts in the repo are released under the Apache v2.0 licence.
All scripts in the repo are released under the Apache v2.0 license.
<br><br>
You may obtain a copy of the License at <a href="https://www.apache.org/licenses/LICENSE-2.0">https://www.apache.org/licenses/LICENSE-2.0</a>
<br><br>
By submitting your scripts to this repo you are releasing them under the Apache v2.0 licence, however you may optionally also release them under more lenient licenses via comments in the scripts.
By submitting your scripts to this repo you are releasing them under the Apache v2.0 license, however you may optionally also release them under more lenient licenses via comments in the scripts.

</BODY>
</HTML>
2 changes: 1 addition & 1 deletion targeted/SQLMapCommandGenerator.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//it will generate and copy sqlmap command based on the request
//released under the Apache v2.0 licence.
//released under the Apache v2.0 license.
//You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
//author: @juliosmelo

Expand Down
2 changes: 1 addition & 1 deletion targeted/curl_command_generator.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//it will generate and copy curl command based on the request
//released under the Apache v2.0 licence.
//released under the Apache v2.0 license.
//You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
//author:@haseebeqx

Expand Down
2 changes: 1 addition & 1 deletion targeted/json_csrf_poc_generator.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//csrf poc generater supporting json csrf
//also supports multipart/form-data.
//it will copy the results to clipboard and print them to the zap script console
// released under the Apache v2.0 licence.
// released under the Apache v2.0 license.
//You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
//Author : @haseebeqx

Expand Down
2 changes: 1 addition & 1 deletion targeted/request_to_xml.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// it may be helpful in finding XXE or other vulnerabilities.
// this script is intended to act as an assistant
// you can add anything like [!ENTITY] to test in detail
// released under the Apache v2.0 licence.
// released under the Apache v2.0 license.
// You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
// Author : @haseebeqx (GitHub, Twitter)
// tested on: ZAP 2.7.0
Expand Down