Skip to content

Commit 3ba88c7

Browse files
authored
Merge pull request #406 from kingthorin/tweaks
chore: pentest & credits pages minor fixes
2 parents 0f0808e + da01a2a commit 3ba88c7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

addOns/help/src/main/javahelp/contents/credits.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,9 +234,9 @@ <H2>3rd Party Libraries and Files</H2>
234234
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>
235235
JavaHelp</td><td> <a href="http://java.sun.com/javase/technologies/desktop/javahelp/">http://java.sun.com/javase/technologies/desktop/javahelp/</a></td></tr>
236236
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>
237-
OWASP DirBuster</td><td> <a href="https://www.owasp.org/index.php/Category:OWASP_DirBuster_Project">https://www.owasp.org/index.php/Category:OWASP_DirBuster_Project</a></td></tr>
237+
Archived OWASP DirBuster content</td><td> <a href="https://wiki.owasp.org/index.php/Category:OWASP_DirBuster_Project">https://wiki.owasp.org/index.php/Category:OWASP_DirBuster_Project</a></td></tr>
238238
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>
239-
OWASP JBroFuzz</td><td> <a href="https://www.owasp.org/index.php/JBroFuzz">https://www.owasp.org/index.php/JBroFuzz</a></td></tr>
239+
Archived OWASP JBroFuzz content</td><td> <a href="https://wiki.owasp.org/index.php/JBroFuzz">https://wiki.owasp.org/index.php/JBroFuzz</a></td></tr>
240240
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>
241241
Diagona and Fugue Icons</td><td> Some icons are copyright (c) Yusuke Kamiyamane <a href="http://p.yusukekamiyamane.com">http://p.yusukekamiyamane.com</a> All rights reserved.</td></tr>
242242
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>

addOns/help/src/main/javahelp/contents/start/pentest.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<HEAD>
44
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
55
<TITLE>
6-
A basic penetration test
6+
A Basic Penetration Test
77
</TITLE>
88
</HEAD>
99
<BODY>
10-
<H1>A basic penetration test</H1>
10+
<H1>A Basic Penetration Test</H1>
1111
<p>
1212
A basic penetration test is made up of the following steps:
1313

@@ -30,7 +30,7 @@ <H3>Forced Browse</H3>
3030
<H3>Active Scan</H3>
3131
Use the <a href="features/ascan.html">active scanner</a> to find basic vulnerabilities.<br/>
3232

33-
<H3>Manual test</H3>
33+
<H3>Manual Test</H3>
3434
The above steps will find basic vulnerabilities.<br/>
3535
However to find more vulnerabilities you will need to manually test the application.<br/>
3636
See the OWASP Testing Guide for more details.<br/>
@@ -49,7 +49,7 @@ <H2>See also</H2>
4949
<H2>External Links</H2>
5050
<table>
5151
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>
52-
https://www.owasp.org/index.php/Category:OWASP_Testing_Project</td>
52+
https://www.owasp.org/wstg</td>
5353
<td> OWASP Testing Guide</td></tr>
5454
</table>
5555

0 commit comments

Comments
 (0)