Skip to content
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
8 changes: 4 additions & 4 deletions src/main/javahelp/help_ja_JP/contents/intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<TITLE>
FuzzDB Offensive
FuzzDB オフェンシブ
</TITLE>
</HEAD>
<BODY>
<H1>FuzzDB Offensive</H1>
<a href="https://github.com/fuzzdb-project/fuzzdb/">FuzzDB</a> web backdoors and attack files which can be used with the ZAP fuzzer or for manual penetration testing.
<H1>FuzzDB オフェンシブ</H1>
ZAPのファザーや手動ペネトレーションテストで使用できる FuzzDB のWebバックドアおよび攻撃用ファイルを提供します。
<p>
<b>This add-on contains files that may be flagged by anti-virus tools.</b>
<b>このアドオンには、アンチウイルスツールによって検知される可能性のあるファイルが含まれています。</b>
</BODY>
</HTML>
10 changes: 5 additions & 5 deletions src/main/javahelp/help_ja_JP/helpset_ja_JP.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE helpset PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp HelpSet Version 2.0//EN" "http://java.sun.com/products/javahelp/helpset_2_0.dtd">
<helpset version="2.0" xml:lang="ja-JP">
<title>FuzzDB Offensive Add-On</title>
<title>FuzzDB 攻撃系ペイロードアドオン</title>

<maps>
<homeID>fuzzdb-offensive</homeID>
Expand All @@ -9,21 +9,21 @@

<view>
<name>TOC</name>
<label>Contents</label>
<label>コンテンツ</label>
<type>org.zaproxy.zap.extension.help.ZapTocView</type>
<data>toc.xml</data>
</view>

<view>
<name>Index</name>
<label>Index</label>
<label>インデックス</label>
<type>javax.help.IndexView</type>
<data>index.xml</data>
</view>

<view>
<name>Search</name>
<label>Search</label>
<label>検索</label>
<type>javax.help.SearchView</type>
<data engine="com.sun.java.help.search.DefaultSearchEngine">
JavaHelpSearch
Expand All @@ -32,7 +32,7 @@

<view>
<name>Favorites</name>
<label>Favorites</label>
<label>お気に入り</label>
<type>javax.help.FavoritesView</type>
</view>
</helpset>
2 changes: 1 addition & 1 deletion src/main/javahelp/help_ja_JP/index.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE index PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp Index Version 1.0//EN" "http://java.sun.com/products/javahelp/index_2_0.dtd">
<index version="2.0">
<indexitem text="FuzzDB Offensive" target="fuzzdb-offensive"/>
<indexitem text="FuzzDB オフェンシブ" target="fuzzdb-offensive"/>
</index>
6 changes: 3 additions & 3 deletions src/main/javahelp/help_ja_JP/toc.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE toc PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp TOC Version 2.0//EN" "http://java.sun.com/products/javahelp/toc_2_0.dtd">
<toc version="2.0">
<tocitem text="ZAP User Guide" tocid="toplevelitem">
<tocitem text="Add Ons" tocid="addons">
<tocitem text="FuzzDB Offensive" target="fuzzdb-offensive"/>
<tocitem text="ZAP ユーザーガイド" tocid="toplevelitem">
<tocitem text="アドオン" tocid="addons">
<tocitem text="FuzzDB オフェンシブ" target="fuzzdb-offensive"/>
</tocitem>
</tocitem>
</toc>