-
-
Notifications
You must be signed in to change notification settings - Fork 708
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5036 from zapbot/crowdin-update
Update localized resources
- Loading branch information
Showing
230 changed files
with
3,200 additions
and
1,304 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 23 additions & 0 deletions
23
...t/src/main/javahelp/org/zaproxy/addon/client/resources/help_ar_SA/contents/ajax-scan.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> | ||
<HTML> | ||
<HEAD> | ||
<TITLE> | ||
Client Side Integration - AJAX Spider Enhancement | ||
</TITLE> | ||
</HEAD> | ||
<BODY> | ||
<H1>Client Side Integration - AJAX Spider Enhancement</H1> | ||
|
||
The AJAX Spider works by launching browsers, clicking links, and filling in fields. | ||
It is an effective way to crawl modern web apps but it is not able to directly access the DOM. | ||
<p> | ||
The browser extensions included in this add-on can access the DOM and stream specific events back to ZAP. | ||
<p> | ||
This add-on listens for AJAX Spider events and when the spider has finished it then examines the Client Map | ||
to see if it can find any URLs which were referenced by the DOM but which have not been accessed by ZAP. | ||
<p> | ||
If it finds any 'missed' URLs that were part of the AJAX Spider scan scope then it makes direct requests to these URLs. | ||
You will be able to see these requests in the History, Sites Tree, and Output tabs. | ||
|
||
</BODY> | ||
</HTML> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 23 additions & 0 deletions
23
...t/src/main/javahelp/org/zaproxy/addon/client/resources/help_az_AZ/contents/ajax-scan.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> | ||
<HTML> | ||
<HEAD> | ||
<TITLE> | ||
Client Side Integration - AJAX Spider Enhancement | ||
</TITLE> | ||
</HEAD> | ||
<BODY> | ||
<H1>Client Side Integration - AJAX Spider Enhancement</H1> | ||
|
||
The AJAX Spider works by launching browsers, clicking links, and filling in fields. | ||
It is an effective way to crawl modern web apps but it is not able to directly access the DOM. | ||
<p> | ||
The browser extensions included in this add-on can access the DOM and stream specific events back to ZAP. | ||
<p> | ||
This add-on listens for AJAX Spider events and when the spider has finished it then examines the Client Map | ||
to see if it can find any URLs which were referenced by the DOM but which have not been accessed by ZAP. | ||
<p> | ||
If it finds any 'missed' URLs that were part of the AJAX Spider scan scope then it makes direct requests to these URLs. | ||
You will be able to see these requests in the History, Sites Tree, and Output tabs. | ||
|
||
</BODY> | ||
</HTML> |
Oops, something went wrong.